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

Fixes #1717 - overflow issues in LongInterval #1718

Merged
merged 1 commit into from
Oct 16, 2024

Conversation

vmzakharov
Copy link
Contributor

No description provided.

public void forEachWithIndexForLargeValues()
{
var values1 = LongLists.mutable.empty();
var indices1 = LongLists.mutable.empty();
Copy link
Contributor

Choose a reason for hiding this comment

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

It would be clearer if the indices1 were a MutableIntList.

There is also another method you changed named forEachWithLongIndex which would make perfect sense for this test.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

forEachWithLongIndex is not used and deprecated for removal (that was the change 😀) so I would rather not used it. Will change indices to MutableIntList.

Copy link
Contributor

@donraab donraab left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks for the fixes!

@donraab donraab merged commit c83b0aa into eclipse:master Oct 16, 2024
18 checks passed
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