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

Improve internals of TIntRange #6208

Merged
merged 2 commits into from
Jul 31, 2021
Merged

Improve internals of TIntRange #6208

merged 2 commits into from
Jul 31, 2021

Conversation

orklah
Copy link
Collaborator

@orklah orklah commented Jul 31, 2021

The way I designed the internals of TIntRange was dumb. Trying to fit a single string with a meaning along the integer value is not pratical and not elegant. This replace the string value will null.
Can we push that before considering this a BC break of the release from 3 hours ago?

@orklah
Copy link
Collaborator Author

orklah commented Jul 31, 2021

(I also fixed an issue I made that would have transformed and int<0, ?> to TPositiveInt but 0 should not be included)

@muglug muglug merged commit 7e137f5 into vimeo:master Jul 31, 2021
@weirdan
Copy link
Collaborator

weirdan commented Jul 31, 2021

@orklah this requires an expedite patch release, right? Otherwise people may start using what's now in 4.9

@orklah
Copy link
Collaborator Author

orklah commented Jul 31, 2021

Yeah, this would be great. I'm not too worried about people trying to use it as is a few hours after the release, but if we leave it for days, it might

@weirdan
Copy link
Collaborator

weirdan commented Jul 31, 2021

4.9.1 has just been tagged.

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.

None yet

3 participants