-
Notifications
You must be signed in to change notification settings - Fork 61
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
unable to use this package with incremental compilation #161
Comments
I didn't know about that restriction... Anyway, it's only used for flag mixin functions, and that can be solved another way quite easily. |
ooh wow, thanks! |
~3ms to get compile errors 😎 |
Impressive considering the amount of generated code, I think the generated bindings are almost 60000 lines now. |
Yeah I mean those lines don't need to be reanalyzed if they're not edited |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I heard a rumor that the zig devs might choose to remove
usingnamespace
from the languageThe text was updated successfully, but these errors were encountered: