Conversation
|
The 7e53962 compiles, but fails with It passes the smell test though, so I will look at it later. |
|
Alright, this is all that is necessary for Now, onto the tests. I've left a few todos in there, as I have no immediate idea on how to correctly handle some of the situations, so I just did the bare minimum that I could think of (eg, using real clock for timing). |
|
All the tests are green. There is only one thing that is bothering me - while running tests via Follow-up question - is there a reason why optimize is not used in the executable? |
|
Another thing I've noticed - but it seems like the fingerprint of the build.zig.zon is off - I had to overwrite it while working on my branch. I verified it with the brand new repo and |
Creating this PR as a draft, because this is quite the chore and I want to be able to track the process and not just dump a huge blob of changes.
HOWEVER I have no idea how I am going to achieve that, since changes to the examples and benches depend on the changes to the lib. And way too many examples, lib code and tests currently refuse to compile, and fixing compilation errors is all-or-none kind of game.
I'll do my best, but any tips are welcome.