-
Notifications
You must be signed in to change notification settings - Fork 77
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
Sort output of discover #630
Labels
Comments
Looks like the repeat here is off; it likely should just contain a single space. rewrite-maven-plugin/src/main/java/org/openrewrite/maven/RewriteDiscoverMojo.java Lines 126 to 127 in 18a22a1
Would you be open to try that out and create a pull request? |
Bananeweizen
added a commit
to Bananeweizen/rewrite-maven-plugin
that referenced
this issue
Sep 27, 2023
Bananeweizen
added a commit
to Bananeweizen/rewrite-maven-plugin
that referenced
this issue
Sep 27, 2023
* sort just for output, not in any of the APIs returning the data * sort case insensitive, which is generally better suited for humans reading a list
timtebeek
pushed a commit
that referenced
this issue
Sep 27, 2023
timtebeek
pushed a commit
that referenced
this issue
Sep 27, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What problem are you trying to solve?
Make the output of the "discover" goal more easy to understand. Right now it's only partially sorted. Therefore composite recipes are often NOT near their contained recipes. Active recipes are completely shuffled, which makes it hard to find any active recipe in the list.
Describe the solution you'd like
See arrows in the screenshot showing the missing sort order.
The text was updated successfully, but these errors were encountered: