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 warning on Julia nightly #199

Closed
wants to merge 1 commit into from

Conversation

asinghvi17
Copy link

It seems that Julia nightly desires all method definitions of names that have not explicitly been imported to be qualified (with e.g. $module.$name.

It seems that Julia nightly desires all method definitions of names that have not explicitly been imported to be qualified (with e.g. `$module.$name`.
@asinghvi17
Copy link
Author

Closing as duplicate of #198

@asinghvi17 asinghvi17 closed this Mar 1, 2025
Copy link

codecov bot commented Mar 1, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.12%. Comparing base (13c76e1) to head (384e5c3).
Report is 17 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #199      +/-   ##
==========================================
- Coverage   99.11%   98.12%   -0.99%     
==========================================
  Files           6        6              
  Lines         225      267      +42     
==========================================
+ Hits          223      262      +39     
- Misses          2        5       +3     

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

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.

1 participant