-
-
Notifications
You must be signed in to change notification settings - Fork 101
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: transform into classes with var fields #401
fix: transform into classes with var fields #401
Conversation
chimney/src/test/scala/io/scalaland/chimney/TotalTransformerMutableFieldSpec.scala
Outdated
Show resolved
Hide resolved
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #401 +/- ##
==========================================
- Coverage 85.76% 85.71% -0.05%
==========================================
Files 118 117 -1
Lines 4580 4572 -8
Branches 196 201 +5
==========================================
- Hits 3928 3919 -9
- Misses 652 653 +1
☔ View full report in Codecov by Sentry. |
Hey, great thanks for the reproduction and fix! I enabled the tests and all of them pass, so I would happyly merge it somewhere later this week. Congratulations on your first contribution! |
957517b
to
7e3d0aa
Compare
@MateuszKubuszok pushed up some neater tests if you can retrigger the CI 🙏 |
Done! In general LGTM, the only reason I am not merging this PR (and others) is that GH Actions are eager to break on our benchmarking environment and I would like to have a benchmark for 0.8.0 succeed to finish and get published before I merge new commits. But if that would take too long to fix I would skip it. |
Oh yeah just looked. No idea what's going on there tbh, looks on the surface like something running out of memory for only 10kb but that obviously can't really be it unless there's a lot of those 10kb things |
That's out own runner that we have to maintain ourselves. (For comparable benchmarks we have to have the same environment). It has some issues that we need to resolve. |
Merged, I am not sure when I'll release it, as there are a few more fixes I want to add to master, but it surely will be a part of 0.8.1. Thank you again for your contribution! |
After creating #400 it struck me that the fix was probably actually pretty simple