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(emit): co-locate modifiers with test functions #14

Merged
merged 1 commit into from
Aug 24, 2023

Conversation

alexfertel
Copy link
Owner

@alexfertel alexfertel commented Aug 24, 2023

Instead of emitting all the modifiers up front at the top of the contract, the changes from this PR will emit the co-located with the test functions where they are first used.

Closes #9.

@alexfertel alexfertel added the Bug Something isn't working label Aug 24, 2023
@alexfertel alexfertel self-assigned this Aug 24, 2023
@alexfertel alexfertel merged commit cbef218 into main Aug 24, 2023
5 checks passed
@alexfertel alexfertel deleted the issue-7-colocate-modifiers branch August 24, 2023 13:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Modifiers should be co-located with test functions
1 participant