Cloudef / zig-aio

io_uring like asynchronous API and coroutine powered IO tasks for zig
https://cloudef.github.io/zig-aio/
MIT License
175 stars 6 forks source link

fix latest compiler #18

Closed YiraSan closed 3 weeks ago

YiraSan commented 3 weeks ago

there's a little miss

Cloudef commented 3 weeks ago

This won't fix windows builds due to the zigwin32 dep, but it's still required anyways.

YiraSan commented 3 weeks ago

https://github.com/kcbanner/zigwin32gen/commit/dc066ceda1ace1e1de7bb09b45f024f4cd0238c2

Also, why not using this fixing commit directly in build.zig.zon while waiting for zigwin32 to be officially fixed ?

Cloudef commented 3 weeks ago

Sure, you can add that to this pr

YiraSan commented 3 weeks ago

I'm a big idiot, I used zigwin32gen instead of zigwin32 :') I was committing that idiot fix litterally 1 sec after you merged Sorry so much !!!!

Cloudef commented 3 weeks ago

There is no action checks for windows builds yet, so just send a new pr