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

Make method PluginCollection.loadPlugins(SortedSet) public again #361

Merged
merged 2 commits into from
Mar 29, 2024

Conversation

cies
Copy link
Member

@cies cies commented Mar 27, 2024

Closes #360

@cies cies self-assigned this Mar 27, 2024
@xabolcs
Copy link
Collaborator

xabolcs commented Mar 27, 2024

Would you mind adding a test to not to break again?

@cies
Copy link
Member Author

cies commented Mar 28, 2024

Sure, why not. Done.

@cies cies force-pushed the cies-fix-for-360 branch from e7a699e to 0b96884 Compare March 28, 2024 15:49
@cies cies force-pushed the cies-fix-for-360 branch from 0b96884 to fe0b94f Compare March 28, 2024 15:50
@asolntsev asolntsev added this to the 2.5.0 milestone Mar 28, 2024
@asolntsev
Copy link
Contributor

@cies Of course, it would be great if the test actually verifies the expected result of sorting the plugins. :)

@cies
Copy link
Member Author

cies commented Mar 29, 2024

@asolntsev it would be great if the test actually verifies the expected result of sorting the plugins. :)

I have not changed anything wrt the ordering. Also: wouldn't I be testing that std lib's TreeSet works?

@asolntsev
Copy link
Contributor

@asolntsev it would be great if the test actually verifies the expected result of sorting the plugins. :)

I have not changed anything wrt the ordering. Also: wouldn't I be testing that std lib's TreeSet works?

Well, this method does more than just sorting :)
But yes, I understand you didn't change its internals. :)

@asolntsev asolntsev changed the title Update PluginCollection.java Make method PluginCollection.loadPlugins(SortedSet) public again Mar 29, 2024
@asolntsev asolntsev merged commit 58a68b3 into main Mar 29, 2024
3 checks passed
@asolntsev asolntsev deleted the cies-fix-for-360 branch March 29, 2024 09:14
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.

Re-expose PluginCollection.loadPlugins(SortedSet)
3 participants