dan sinclair
dan sinclair
Is it possible to write a stable execution test to verify invariant is working correctly?
Create tests with various combinations of `size` and `align` on the struct members to see that things parse correctly. * [ ] size to odd numbers of bytes and add...
The spec contains various examples of invalid and valid constructs. Validate that they are all represented in the CTS in some form or other.
The following is valid: ``` fn foo() { let b = 1e-40f; } ``` Where `b` could be rounded down `0` or up to the smallest representable float.
# Acceptable conversions * [ ] T -> T for all types * [ ] Load of type T * [ ] AbstractFloat -> f32 * [ ] AbstractFloat ->...
* [ ] Assignment to a pointer fails * [ ] Assignment to a ref of access mode `write` fails * [ ] Assignment to a ref of access more...
* [ ] Filtering sampler used with filterable texture passes * [ ] Filtering sampler used with each of the non-filterable texture types fails > It is a pipeline-creation error...
* [ ] `let a = (true);` * [ ] `let a = (false);` * [ ] `let a = (1.0);` * [ ] `let a = (1.0h);` * [...
# Complement * [x] `~` for i32, u32 and vec of each * [x] `~` for AbstractInt, and vectors of AbstractInt # Or, And, XOR (`|`, `&` and `^` already...
When using a phone it would be nice to be able to swipe between pages.