joshuawarner32 opened PR #2235 from dont-implicitly-create-empty-files
to main
:
Prior to this change, non-existent files opened inside the wasi/wasm binary via
std::fs::read_to_string()
would show up as existing and empty.Any guidance on where tests should be added would be most helpful.
Not sure who should review?
joshuawarner32 updated PR #2235 from dont-implicitly-create-empty-files
to main
:
Prior to this change, non-existent files opened inside the wasi/wasm binary via
std::fs::read_to_string()
would show up as existing and empty.Any guidance on where tests should be added would be most helpful.
Not sure who should review?
joshuawarner32 updated PR #2235 from dont-implicitly-create-empty-files
to main
:
Prior to this change, non-existent files opened inside the wasi/wasm binary via
std::fs::read_to_string()
would show up as existing and empty.Any guidance on where tests should be added would be most helpful.
Not sure who should review?
joshuawarner32 edited PR #2235 from dont-implicitly-create-empty-files
to main
:
Prior to this change, non-existent files opened inside the wasi/wasm binary via
std::fs::read_to_string()
would show up as existing and empty. Added a test that demonstrates the issue.
joshuawarner32 updated PR #2235 from dont-implicitly-create-empty-files
to main
:
Prior to this change, non-existent files opened inside the wasi/wasm binary via
std::fs::read_to_string()
would show up as existing and empty. Added a test that demonstrates the issue.
iximeow submitted PR Review.
iximeow merged PR #2235.
Last updated: Nov 22 2024 at 16:03 UTC