Laytan
Laytan
May have been fixed with https://github.com/odin-lang/Odin/commit/f9b9e9e7dcbb605bc64bc5af1331855375f58494 or some earlier abi fix we've done quite a few
> @laytan do you know if the `underlying` type info can be something other than `Type_Info_Integer`? I can't think of anything. > > Otherwise there could either be a regular...
It probably doesn't support IO Uring. It's in the plans to have an alternative backend to choose from but that's a bit away.
Aha, so it doesn't assert when running in sudo then?
What do you mean?
That broke things :p
Hmm think the test failures are actually previously broken things that are now fixed, but the hash checks assume the broken state? (will look into this later)
My theory was that these tests were actually relying on the bug that this PR fixes, then I forgot about it :p
Ah, looking at it, it's actually quite obvious why it fails, it now loads the swizzle into a temporary variable, which causes this to fail, need to go back to...
Should be properly fixed now