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

feat: Allow empty (begin ..) #289

Merged
merged 1 commit into from
Nov 4, 2024

Conversation

DavePearce
Copy link
Collaborator

This adjusts the minimum expected arity for begin statements to allow them to be empty. The reason for this is that, in practice, we may have a begin statement stuffed only with debug constraints (which are physically removed unless the --debug switch is provided).

This adjusts the minimum expected arity for `begin` statements to allow
them to be empty.  The reason for this is that, in practice, we may have
a `begin` statement stuffed only with `debug` constraints (which are
physically removed unless the `--debug` switch is provided).
@DavePearce DavePearce linked an issue Nov 4, 2024 that may be closed by this pull request
@DavePearce DavePearce merged commit b292759 into master Nov 4, 2024
1 check passed
@DavePearce DavePearce deleted the 284-constraints-containing-only-a-debug-one branch November 4, 2024 01:01
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.

Constraints containing only a debug one
1 participant