Lauri Vasama

Results 8 issues of 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...

bug
filesystem

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...

stage: triaging

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. ![image](https://github.com/user-attachments/assets/ceee0710-86a0-498e-9046-7ff4e59979a3) ![image](https://github.com/user-attachments/assets/c8e0b35c-8940-40bb-99fa-bfb4bd05ce4f)

### 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...

type: question
answered