Dan Gohman

Results 1068 comments of Dan Gohman

It's unclear to me why CI failed here. Would you mind updating this and trying again?

In capability-based security terms, the integer indices proposed here are [C-list indices]. The scope of the C-list will depend on the embedding, which WAVE itself doesn't need to know anything...

I've had some conversations with folks and wanted to answer some commonly asked questions here. Multiple people suggested relaxing from just numbers like `#42` to serializer-chosen labels, like `#request-42` or...

Yes, this makes sense to look into. The current iterator API is inspired by POSIX `readdir` which iterates over entries one at a time, with typical implementations reading in batches...

rust-errno here is extremely small, but imagining what this would look like if many more crates did a similar thing, my concern would be that end users would have less...

For completeness, it's also possible to call `FlushFileBuffers` on a volume handle, however that requires administrator access. Another datapoint here is that on Linux, an `O_PATH` file descriptor, which is...

Most implementations today appear to use `inval`.

That's a good point; if someone is using `readlink` to do manual path resolution with preopens, this would break them.