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: ensure free function are not impacted by the injection of world and self #1733

Merged
merged 2 commits into from
Mar 31, 2024

Conversation

glihm
Copy link
Collaborator

@glihm glihm commented Mar 30, 2024

Currently, some compilation breaks because of free function having world and self rewrite checks being done.

This PR ensures that free function are not impacted by such mechanism, and only implementations are.

Copy link

codecov bot commented Mar 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 68.68%. Comparing base (48e7261) to head (1480ada).
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1733      +/-   ##
==========================================
- Coverage   68.69%   68.68%   -0.02%     
==========================================
  Files         296      298       +2     
  Lines       32342    32540     +198     
==========================================
+ Hits        22218    22349     +131     
- Misses      10124    10191      +67     

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

@glihm glihm merged commit c4b15c0 into dojoengine:main Mar 31, 2024
11 of 12 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.

1 participant