emscripten-core / emscripten-core/emscripten
exception not thrown when truncating filenames longer than 255 char
Open
filesystem
good first bug
help wanted
- Dominant language
- C++
- Stars
- 27.6k
- Forks
- 3.6k
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 105
Description
When files with a filename greater than 255 characters is being created, it is truncated, but does not throw an exception that other systems throw.
**Expectation**: File is truncated and created with an exception thrown.
Contributor guide
Assessment
This issue has not been assessed yet.