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

feat: Make non-strict mode faster for classes. Addresses #1071 #1107

Merged
merged 4 commits into from Apr 27, 2024

Conversation

mweststrate
Copy link
Collaborator

@mweststrate mweststrate commented Mar 11, 2024

  • [x]: fix tests. Maybe introduce additional flag as this might be dangerous for classes.
  • [x]: can we optimize each / finalize based on the same setting? See Faster iteration experiment #1120
  • [x]: make a tristate flag? !strict is very unsafe for classes

@coveralls
Copy link

coveralls commented Mar 11, 2024

Pull Request Test Coverage Report for Build 8862180750

Details

  • 21 of 21 (100.0%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.001%) to 99.794%

Totals Coverage Status
Change from base Build 8861675542: 0.001%
Covered Lines: 649
Relevant Lines: 650

💛 - Coveralls

@mweststrate mweststrate merged commit 53e3203 into main Apr 27, 2024
2 checks passed
Copy link
Contributor

🎉 This PR is included in version 10.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants