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

remove unnecessary usage of Expr(:toplevel) #69

Merged
merged 4 commits into from
Jan 22, 2024
Merged

Conversation

MasonProtter
Copy link
Owner

Fixes #67

I think the stuff with :toplevel was sticking around from a previous iteration where it was needed, but that's no longer the case.

Copy link

codecov bot commented Jan 22, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (abfc960) 100.00% compared to head (c306f06) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##            master       #69   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            3         3           
  Lines          265       265           
=========================================
  Hits           265       265           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@MasonProtter
Copy link
Owner Author

Hm, test fails on v1.1, that seems like a good enough justification for me to bump julia compat.

@MasonProtter MasonProtter merged commit a788b5f into master Jan 22, 2024
12 checks passed
@MasonProtter MasonProtter deleted the remove-toplevel branch January 22, 2024 14:37
@Tortar
Copy link
Contributor

Tortar commented Jan 22, 2024

Cool! Thank you

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.

Strange error when sum_type macro is used inside a begin block
2 participants