Simon Ask Ulsnes

Results 36 issues of Simon Ask Ulsnes

Sorry for the dramatic title - it's mostly an ergonomics issue. :-) Currently, `BVec4A` and `BVec3A` are type aliases for `BVec3` and `BVec4` on platforms without explicit SIMD support (most...

Currently, many things are marked `constexpr` that may or may not actually be usable in `constexpr` contexts due to the use of assertions. Whether `assert()` is usable in a `constexpr`...

bug

Currently, many functions are marked `noexcept`, despite potentially calling user-provided functions that may throw. The right thing to do is to add `noexcept(noexcept(...))` syntax in those places. The drawback is...

enhancement
good first issue
version-2.1

Can't really use the menu for anything, especially in the "launcher" window. :-)

Estimate-1
Pipeline-Idea-Backlog

**Description** Occasionally my tests crash with the following exception: ``` Exception 0xc0000005 encountered at address 0x7fff597eb714: Access violation reading location 0xffffffffffffffff ``` This happens in a test that exercises buffer...

type: bug

Motivation: `shaderc::CompileOptions::clone()` is actually kind of awkward and not particularly useful, because its return value has the inferred lifetime parameter `'_` from the original object, rather than `'a`, so the...

We are currently running an AFL fuzzer on realm-sync, and the exact same approach can probably be used in Core with the existing AFL harness. For a starting point see:...

T-Test

`notify` currently asks for `windows 0.48.0`, which prevents Cargo from using newer version of the crate. The only reason to stay on `windows 0.48.0` is that it's the last version...

Fatso should be able to pass certain flags to well-behaving `configure` scripts based on the contents of fatso.yml.

feature