-
-
Notifications
You must be signed in to change notification settings - Fork 110
feat: make MethodAssertionGenerator incremental
#4563
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 MethodAssertionGenerator incremental
#4563
Conversation
8476626 to
ef20be6
Compare
MethodAssertionGenerator incremental
ef20be6 to
7b1c1c3
Compare
SummaryAdds incremental caching to Critical IssuesNone found ✅ Suggestions1. Missing snapshot test updatesImpact: Medium Action: Run 2. Unused field
|
Shouldn't alter the output (I hope) 🤞
See separate PR for the incremental tests.
Should be fine, I rewrote Mapperly, Mediator and Refit with the same technique 👍 Should I add the tests to |
7b1c1c3 to
0b1113e
Compare
|
Okay, looking at I'm pretty sure |
If it's dead yeah go for it! 🔥 |
Add incremental caching for
MethodAssertionGenerator.ImmutableEquatableArrayfor structural equality on collectionsSourcyso I created a new test project see Method assertion incre test #4565