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

Fix path_open trailing slash edge case #4834

Merged
merged 1 commit into from
Jun 12, 2024

Conversation

yagehu
Copy link
Contributor

@yagehu yagehu commented Jun 11, 2024

path_open discards trailing slashes when path_open is creating a new file. This is a bug because trailing slash is semantically meaningful. Other runtimes like WasmEdge, Wazero, WAMR, Wasmtime, and Node correctly preserves the trailing slash.

fixes #4833

`path_open` discards trailing slashes when path_open is creating a new
file.  This is a bug because trailing slash is semantically
meaningful. Other runtimes like WasmEdge, Wazero, WAMR, Wasmtime, and
Node correctly preserves the trailing slash.

fixes wasmerio#4833
@syrusakbary syrusakbary merged commit bf91979 into wasmerio:main Jun 12, 2024
62 checks passed
@yagehu yagehu deleted the create-trailing-slash branch October 19, 2024 14:31
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.

path_open ignores trailing slash when creating a file
2 participants