Dan Gohman
Dan Gohman
The Linux API is too big to practically declare everything in a single Rust crate, so linux-raw-sys here has modules which pull in selected subsets. It appears sockaddr_vm is not...
Looks good! Please don't include the build logs in the PR though. For those macro redefinition warnings, we can just remove the macros from modules/general.h now that they're defined by...
I agree with @tschneidereit. The goal of the filesystem APIs is to enable access to filesystems, so we have to work within what they give us. So we can't depend...
The difficulty we perceive with plain case-insensitivity is that it's inefficient to emulate on case-sensitive hosts. An implementation on a case-sensitive host would have to scan the parent directory on...
I'm expecting that one of the most important use cases for wasi-filesystem is giving users access to their existing files. Accessing existing files on existing filesystems in a portable way...
I think these kinds of changes are best left to individual implementations, as it's too complex to try to specify what the behavior should be at the spec level here....
I unfortunately don't think the IETF or Unicode will be able to help this particular issue for the foreseeable future. The big challenge for wasi-filesystem is that we want users...