-
Notifications
You must be signed in to change notification settings - Fork 76
zig 16 update #201
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
zig 16 update #201
Conversation
|
The error is a change in std.time. I'll check it and fix it later tonight or tomorrow. |
|
Hi, sorry for not responding earlier. Thank you for working on this. I'll try to do a first round of review at some point this week. |
|
I got a PR up on the fork with a fix for the time stuff: https://github.com/Queyrouzec/zig-sqlite/pull/1.diff |
Use Io.Clock instead of time.Instant in tests
|
Thanks for the help, and sorry for the delayed response. The std is getting a lot easier to understand, but I have no clue where anything is sometimes, and I'm not the best systems programmer. Looking through some of the std implementations, I think that there may also need to be a WASM test runner. I'm going to be messing with WASM some time this year, and I'll add it in then. |
Everything is moving (and breaking) very fast on master right now and it's a challenge to keep up. I just think it's cool that more people get their hands dirty. :) |
Now works on the master branch
Updated IO in build file is now centralized to one variable so that it can be passed as a package argument later.
General writer and reader updates
Removed writer and reader from blob
General std updates
Updated Branch limit due to compile errors in personal use