Mads Baardsgaard

Results 3 issues of Mads Baardsgaard

I'd like a way to supply default values, so the record is in the proper state if a field is not set using the builder. Suggestions: @Default(myvalueHere) A magic static...

Records by default utilize all values in computation of equals and hashcode Sometimes that's not what you want. It's trivial to add a custom implementation of equals and hashcode to...

Hello, The aforementioned commit is preventing me from upgrading from v33 to v34. The issue: I have a quite simple record which should create a builder: ``` public record CombinedFields(...

bug