Laytan
Laytan
Might just want to document this, don't really see a good fix
I will have a go at reproducing the issue, what happens if you turn the assert into an if condition that continues the loop if it is nil? If that...
Ok I put in the "fix" I talked about, I can't reproduce it unfortunately, please let me know if everything else works, if not, I will see if I can...
Oh well thats not great either, I imagined it was only the first even that would be nil, not a bunch of subsequent ones, It seems like it just returns...
From the temporary fix it seems like using the `-gnu` suffixed targets makes it link in gcc? Maybe this line needs changing: https://github.com/odin-lang/Odin/blob/d99e1616cf0199895ede2a82490197a9e5ccebd9/src/build_settings.cpp#L968 Something like `x86_64-pc-linux-elf` instead? But these are...
Closing because the feedback hasn't been addressed.
So to clarify you want to enable cmp, but have the cmp results sourced from the buffer be cloaked? I would accept a good and small patch adding that, if...
This should definitely be fixed, patches are welcome.
Adding @instrumentation_enter and exit attributes on a non-global should probably be a compile error
> > Adding @instrumentation_enter and exit attributes on a non-global should probably be a compile error > > I agree, but the interaction with `when` is really weird, how does...