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

dft_tag: fix autoNot not notting #4951

Merged
merged 1 commit into from
Mar 20, 2025
Merged

dft_tag: fix autoNot not notting #4951

merged 1 commit into from
Mar 20, 2025

Conversation

widlarizer
Copy link
Collaborator

Previously, auto bit would be State bit, a copy of a member of a vector<State>, and wouldn't modify it in place as the code is supposed to, leaving sig_a unmodified instead of negated. Now, it's State& bit, a reference to a member of the vector<State> implementing the value of sig_a.

This points out towards a lack of test coverage for this part of the codebase

@widlarizer widlarizer requested a review from aiju March 19, 2025 17:33
@widlarizer widlarizer merged commit 9893ed5 into main Mar 20, 2025
43 checks passed
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.

2 participants