Christian Mazakas

Results 35 issues of Christian Mazakas

I've tried writing a small test and it seems like co() doesn't do any sort of reflection and Symbolic properties are skipped. Can/should co support Symbolic properties when objects are...

https://doc.rust-lang.org/stable/alloc/vec/struct.Vec.html#method.try_reserve https://doc.rust-lang.org/stable/alloc/vec/struct.Vec.html#method.try_reserve_exact

https://github.com/rust-lang/rust/issues/90829

At some point, `MiniVec` should really support ZSTs

Allocators are coming eventually and `MiniVec` needs to become allocator-aware.

The `Vec` in the stdlib specializes quite a few different associated functions which allows for more efficient implementations in some cases. `MiniVec` should do the same once specializations are available.

`std::` and `boost::string_view` are popular types. First-class native support for them in X3 would be quite nice. Are there plans to someday support `string_view` ? `boost::iterator_range` is showing its age...

enhancement

As it stands now, `io_uring_opcode_supported` is currently a `static inline` function in the `liburing.h` header file. This is fine for C and C++ code. However, it makes this library more...

I've been working with @pdimov on some quickbook CI failures and I believe the cause of the issue is a codegen bug in gcc that seems to manifest in Spirit...