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

Convert all Records to Classes #221

Merged
merged 5 commits into from
Aug 15, 2024

Conversation

IntegerLimit
Copy link
Contributor

This PR converts all usages of Records in GroovyScript to use Classes instead, preserving the same functions as before.

This is because these records were not compiled correctly, causing occasional GrS errors on some machines in some environments.

Copy link
Collaborator

@WaitingIdly WaitingIdly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there are a number of files that still import Desugar - should optimize imports to ensure those are removed.

@brachy84 brachy84 merged commit 13c6a1b into CleanroomMC:master Aug 15, 2024
@brachy84 brachy84 added the refactor Something is rewritten label Aug 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor Something is rewritten
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants