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

simplify and fix intermittent names import #60

Merged
merged 7 commits into from
Jun 4, 2024

Conversation

disberd
Copy link
Owner

@disberd disberd commented Jun 3, 2024

This PR addresses a bu that was introduced in #51 to filter out names in catch-all statements.
It fixes #59 and also has some small simplification in the code base.

Anyhow a rewrite of the package internals to further simplify the codebase will happen in a next PR

Copy link

codecov bot commented Jun 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (a2775e5) to head (31aee2c).

Additional details and impacted files
@@            Coverage Diff            @@
##            master       #60   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           12        12           
  Lines          840       841    +1     
=========================================
+ Hits           840       841    +1     

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

@disberd disberd merged commit ad13d17 into master Jun 4, 2024
9 checks passed
@disberd disberd deleted the fix_intermittent_import branch June 4, 2024 10:15
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.

rerunning the @frompackage macro only imports variables once every two times
1 participant