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

Encapsulate fields of Region #58

Merged
merged 1 commit into from
Feb 4, 2023
Merged

Conversation

headius
Copy link
Member

@headius headius commented Feb 4, 2023

There are optimizations we could make here if the beg and end fields were encapsulated that are impossible with them public. The other fields should just be encapsulated as good practice.

We will do one release with these fields still public but deprecated, and then a larger version bump when we make them private.

@headius headius modified the milestones: 2.1.44, 2.1.47 Feb 4, 2023
There are optimizations we could make here if the beg and end
fields were encapsulated that are impossible with them public. The
other fields should just be encapsulated as good practice.
@headius headius force-pushed the encapsulate_region branch from 4dac58e to ad492d4 Compare February 4, 2023 17:26
@headius headius merged commit a826018 into jruby:master Feb 4, 2023
@headius headius deleted the encapsulate_region branch February 4, 2023 18:52
headius added a commit to headius/joni that referenced this pull request Feb 4, 2023
This is a follow-up to jruby#58 and will release in 2.2.
headius added a commit to headius/joni that referenced this pull request May 23, 2023
This is a follow-up to jruby#58 and will release in 2.2.
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.

1 participant