Skip to content
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

update to latest master build of Zig #35

Merged
merged 1 commit into from
Mar 6, 2023
Merged

Conversation

Luukdegram
Copy link
Collaborator

Updates to the new build API as well as the new for-loop syntax. Syntax changes have been performed by running 'zig fmt'.
The build changes no longer support depending on the same file within more than 1 module. To prevent having to fully restructure the test suite, we set the main_pkg_path to the root directory to allow for imports outside the 'src' directory.

closes #34

Updates to the new build API as well as the new for-loop syntax.
Syntax changes have been performed by running 'zig fmt'.
The build changes no longer support depending on the same file within
more than 1 module. To prevent having to fully restructure the test
suite, we set the main_pkg_path to the root directory as to allow for
imports outside the 'src' directory.
@Luukdegram Luukdegram merged commit 12306f4 into kubkon:main Mar 6, 2023
@Luukdegram Luukdegram deleted the build branch March 6, 2023 17:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Compile error
1 participant