Kuba Marek
Kuba Marek
Hi, I accidentally messed up one of my regexes and the binary that uses Logos started crashing. In debug it fails with stack overflow, in debug with GDB with a...
Specifying #[repr(...)] on an unfilled bitfield results in `error: encountered conflicting `#[repr(u16)]` and `filled = false` parameters`. It would make sense to accept this combination and generate `TryFrom` instead of...
This matches rust primitive types since 1.53.0, helps a bit when using this crate's types with macros.
I'm a bit unsure about the missing support for `i1`, `u65`-`u127` and `i65`-`i127`, but I couldn't add them without fixing `conversions.rs` first.
Observed on simba 0.9.0, but I think current master will be the same (no changes in the function) M(n)WE: assert!(WideBoolF32x4::splat(true).all()); I think this happens because `true` converts to `Nan` and...