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

Bugfix in meson script interpreter #19

Merged
merged 1 commit into from
Apr 15, 2023
Merged

Bugfix in meson script interpreter #19

merged 1 commit into from
Apr 15, 2023

Conversation

skieffer
Copy link
Member

Fixes #14

If user accidentally references anything other than a deduc or a node, in a meson script, we now raise a helpful error message. Before, the build process was simply crashing with an AttributeError.

RELEASE NOTES

Bug Fixes

  • Stopped build from crashing if a whole module was (accidentally) named in a
    meson script.

If user accidentally references anything other than a deduc or a node, in
a meson script, we now raise a helpful error message. Before, the build
process was simply crashing with an `AttributeError`.
@skieffer skieffer merged commit c8481ce into main Apr 15, 2023
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.

Build crashes if whole module referenced in meson script
1 participant