We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
0.10.0-dev.40+303bad998
zig test lib/std/std.zig --zig-lib-dir lib
It's possible to test each package individually, but not together. It seems like Zig does not garbage collect in "Semantic Analysis [...]" phase.
The command should work without using too much memory
zig being killed by kernel for out of memory
The text was updated successfully, but these errors were encountered:
Duplicate of #6485, stage2 handles resource usage better but is not ready for use yet.
Sorry, something went wrong.
No branches or pull requests
Zig Version
0.10.0-dev.40+303bad998
Steps to Reproduce
zig test lib/std/std.zig --zig-lib-dir lib
It's possible to test each package individually, but not together. It seems like Zig does not garbage collect in "Semantic Analysis [...]" phase.
Expected Behavior
The command should work without using too much memory
Actual Behavior
zig being killed by kernel for out of memory
The text was updated successfully, but these errors were encountered: