emscripten-core/emscripten
GitHub で見るexception not thrown when truncating filenames longer than 255 char
Open
#12,076 opened on 2020年8月28日
filesystemgood first bughelp wanted
Repository metrics
- Stars
- (27,361 stars)
- PR merge metrics
- (平均マージ 19d 10h) (30d で 147 merged PRs)
説明
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.