Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing reserved file names #371

Merged

Conversation

nathaniel-daniel
Copy link
Contributor

The Windows open primitive currently rejects some reserved file names like CON and LPT1 if the user attempts to open them. However, this library does not include reserved file names with superscript digits in this list. This PR adds these missing reserved file names.

@sunfishcode
Copy link
Member

Thanks!

@sunfishcode sunfishcode merged commit dcc3818 into bytecodealliance:main Nov 5, 2024
22 checks passed
@sunfishcode
Copy link
Member

This is now released in cap-primitives 3.4.1, and transitively in cap-std 3.4.1 and cap-async-std 3.4.1.

@nathaniel-daniel nathaniel-daniel deleted the reserved-file-names branch November 7, 2024 06:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants