Ray March
Ray March
this program creates an error message that is technically correct, but not ideal for guiding the user to the required fix: ```rust use shame as sm; fn main() -> Result...
when pipeline encoding errors are triggered, they normally are displayed with an error excerpt. e.g. if we modify the api_showcase example to trigger an error and use ``` cargo run...
The `relaxed_control_flow` cargo feature is not *additive* in the way described in https://doc.rust-lang.org/cargo/reference/features.html#feature-unification (at least when [`FlowFn`](https://github.com/RayMarch/shame/blob/9300ca8ae215e002e79038e519032c7e427b35c2/shame/src/frontend/encoding/flow.rs#L32) is part of the public API, however even if it is private, enabling...
in #19 we noticed that `TypeLayout` should maybe not contain alignment information at all see https://github.com/RayMarch/shame/pull/19/files#r2166782448 instead it should only store relative offsets of fields, sizes and array strides. Alignments...