Lauri Vasama
Lauri Vasama
# Description `std::filesystem::exists(p)`, where `p` is a path pointing to a unix socket (e.g. `p = "./test.sock"`), throws an exception with the message `exists: unknown error: "./test.sock"`. # Command-line test...
The documentation on cancellation seems a little lacking. - [ ] 1. How do `IORING_OP_ASYNC_CANCEL` and `IORING_OP_LINK_TIMEOUT` affect the result of the target operation? - [x] 2. What is the...
P0323R12 lists `expected` as having the `value()` member function under `[expected.void.observe]`. `tl::expected::value()` is constrained on `!is_void_v`.
## Bug Report BSOD caused by ReadDirectory. Looking at `FspFsvolQueryDirectoryCopy`, I'm not seeing any input validation of `NextOffset`, though perhaps I'm just missing it. ### How to Reproduce Possibly by...
### What is your question? I want to package a library containing Visual Studio natvis debug visualizers for its interface types. I could not find any documentation on how to...
Many dialects use angle brackets as delimiters for types and attributes, as does tablegen. Matching pairs of angle brackets are highlighted in tablegen files, but not in MLIR.  
### What is your question? While it's relatively uncommon, sometimes object libraries are invaluable. It's unclear to me how to properly package an object library with Conan, however. Unlike with...