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

zig build test fail on zig 0.13.0 src/minilib/TimerQueue.zig #23

Closed ngocbd closed 2 weeks ago

ngocbd commented 2 weeks ago

image Step to re-procedure git fetch origin zig-0.13 zig build test

same error on master branch

YiraSan commented 2 weeks ago

I tried to reproduce but I wasn't able to get this error...

Cloudef commented 2 weeks ago

Maybe cache issue? Or using wrong branch?

YiraSan commented 2 weeks ago

Way more simpler than what I thought it was, "git fetch" only retrieves data from the branch; but it doesn't change the branch you're on.

git checkout zig-0.13

A simple checkout could fix it... This issue should be closed.