Skip to content

Conversation

@cngzhnp
Copy link
Contributor

@cngzhnp cngzhnp commented Apr 20, 2023

PR closed by Hazelcast automation as no activity (>3 months). Please reopen with comments, if necessary. Thank you for using Hazelcast and your valuable contributions

@devOpsHazelcast
Copy link
Contributor

Can one of the admins verify this patch?

1 similar comment
@devOpsHazelcast
Copy link
Contributor

Can one of the admins verify this patch?

Copy link
Contributor

@OzanCansel OzanCansel left a comment

Choose a reason for hiding this comment

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

@cngzhnp Could you remove changes at RemoteController.cpp and remote_controller_types.cpp since they are generated code, so we don't modify those classes.

@OzanCansel
Copy link
Contributor

verify

@devOpsHazelcast
Copy link
Contributor

Linux test FAILed.

@cngzhnp cngzhnp force-pushed the fix/make_iterators_const_if_possible branch from 5338000 to 5b4979f Compare May 2, 2023 15:34
@cngzhnp
Copy link
Contributor Author

cngzhnp commented May 2, 2023

@OzanCansel Thanks for the review, I just reverted back changes on generated source files.

{
std::sort(entries.begin(),
entries.end(),
std::sort(entries.cbegin(),
Copy link
Collaborator

Choose a reason for hiding this comment

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

sorting requires non-const iterator, right?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, my mistake sorry for inconvenience.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants