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

fix: Support build functions with error return #18

Merged
merged 2 commits into from
Jun 4, 2024

Conversation

lawrence-laz
Copy link
Owner

Apparently build functions can optionally return an error, which changes the way the function should be invoked. This adds a check and calls the functions appropriately.

Also, segregated neotest-build.zig parts into separate functions for easier maintenance.

Resolves #17

Apparently build functions can optionally return an error, which changes
the way the function should be invoked. This adds a check and calls the
functions appropriately.

Also, segregated `neotest-build.zig` parts into separate functions for
easier maintenance.

Resolves #17
@lawrence-laz lawrence-laz force-pushed the fix/17-support-build-functions-with-error-return branch from 7ac146f to 3a99e65 Compare June 4, 2024 20:57
@lawrence-laz lawrence-laz merged commit 3a1c073 into main Jun 4, 2024
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.

Tests completely fail to run
1 participant