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: transform into classes with var fields #401

Merged

Conversation

hughsimpson
Copy link
Contributor

After creating #400 it struck me that the fix was probably actually pretty simple

@codecov
Copy link

codecov bot commented Oct 16, 2023

Codecov Report

All modified lines are covered by tests ✅

Comparison is base (1eca979) 85.76% compared to head (7e3d0aa) 85.71%.

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     
Files Coverage Δ
...l/compiletime/datatypes/ProductTypesPlatform.scala 90.71% <100.00%> (ø)

... and 2 files with indirect coverage changes

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

@MateuszKubuszok
Copy link
Member

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!

@hughsimpson hughsimpson force-pushed the fix_setting_var_fields branch from 957517b to 7e3d0aa Compare October 17, 2023 06:53
@hughsimpson
Copy link
Contributor Author

@MateuszKubuszok pushed up some neater tests if you can retrigger the CI 🙏

@MateuszKubuszok
Copy link
Member

@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.

@MateuszKubuszok MateuszKubuszok added this to the 0.8.1 milestone Oct 18, 2023
@hughsimpson
Copy link
Contributor Author

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

@MateuszKubuszok
Copy link
Member

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.

@MateuszKubuszok MateuszKubuszok merged commit 8b237e1 into scalalandio:master Oct 24, 2023
@MateuszKubuszok
Copy link
Member

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!

@hughsimpson hughsimpson deleted the fix_setting_var_fields branch October 25, 2023 11:20
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.

2 participants