-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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 sure that list of plugins is sorted and unique #5395
Conversation
The sorting is performed by the file_name instead of the full text to be printed or full path
401f029
to
d94930d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I haven't tested it locally but looks good! One small suggestion about the error handling so that the output is more understandable on our side, if something happens.
a17e66e
to
0d51e7a
Compare
69fabeb
to
eaaeedc
Compare
Pull request was converted to draft
If the `forc` and the underlying binary for the plugin are not in the same path *and* the `--verbose` flag is being passed to `forc` a warning will be printed to stderr. This may show a warning to stderr: ``` forc --verbose tx ``` This will never show a warning: ``` forc tx ```
Here is a video showing the new functionality added in 440d32a Screen.Recording.2023-12-19.at.02.11.10.mov |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left a single nit and a question, looking good!
Co-authored-by: Kaya Gökalp <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
Co-authored-by: Sophie Dankel <[email protected]>
When running locally I now get this.
I would expect it should still show all of the forc tools? i.e |
Description
Fixes #5396, #5402, #528
The sorting is performed by the file_name instead of the full text to be printed or full path
Checklist
Breaking*
orNew Feature
labels where relevant.