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

Allow mutable records #11

Merged
merged 1 commit into from
Jun 3, 2024
Merged

Allow mutable records #11

merged 1 commit into from
Jun 3, 2024

Conversation

skeet70
Copy link
Member

@skeet70 skeet70 commented May 31, 2024

This will make it so custom types can be fully tested with mutation. To match what gets generated for records by Java itself, getters are just name(), not getName(). Setters are setName(Type name).

@skeet70 skeet70 requested a review from a team as a code owner May 31, 2024 20:50
@skeet70 skeet70 requested review from giarc3 and coltfred and removed request for a team and giarc3 May 31, 2024 20:50
Copy link

File Coverage Lines
All files 65% 65%
src/gen_java/mod.rs 71% 71%

Minimum allowed coverage is 0%

Generated by 🐒 cobertura-action against 4beffb6

@coltfred coltfred merged commit a89a49b into main Jun 3, 2024
7 checks passed
@coltfred coltfred deleted the allow-mutable-records branch June 3, 2024 18:35
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