Felix Queißner
Felix Queißner
@SpexGuy @andrewrk should we link the answer above in the FAQ, so the current style guide is easily discoverable?
Argument for status quo: ``` zig … -target x86_64.nehalem+sgx+sse3+tsxldtrk~prefer_128_bit-linux.4.13-gnueabihf … ``` I cannot really read that compared to a `-target x86_64-linux.4.13-gnueabihf` And even that is not really well readable, i'd...
An `enum` is not a ranged integer type. It does not expose any arithmetic properties, but only distinct values that have no relation to each other except for being in...
I'm sorry, i don't have time to review the code right now. I'm super busy doing RL stuff atm The file-not-founds are probably due to some misconfigured paths that aren't...
There is no module `sdl` exported. You have to still use the regular "sdk" pattern, you can just do `const sdl = @import("sdl");`
Sounds about right, just make a Pr! :)
The patch here is to make the following section only be available on a windows build host: https://github.com/MasterQ32/SDL.zig/blob/2fbd4b228516bf08348a3173f1446c7e8d75540a/Sdk.zig#L165-L179 Feel free to submit a PR, i can't test on windows right...
> No .zon files with the build.zig files for the example. I don't know how to write these to have it point to the server. I will add this in...
The reason here is the invalid use of `usize` instead of `u64` for a platform independent size
Those two shouldn't be a problem to bring up, but i'd wait for the `regz` rewrite to complete, so we can easily generate just *all* ATtiny and ATmega descriptors/register files...