-
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
Merged
Merged
Commits on Dec 15, 2023
-
Make sure that list of plugins is sorted and unique
The sorting is performed by the file_name instead of the full text to be printed or full path
Configuration menu - View commit details
-
Copy full SHA for d94930d - Browse repository at this point
Copy the full SHA d94930dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d51e7a - Browse repository at this point
Copy the full SHA 0d51e7aView commit details
Commits on Dec 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for eaaeedc - Browse repository at this point
Copy the full SHA eaaeedcView commit details
Commits on Dec 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d91a8b5 - Browse repository at this point
Copy the full SHA d91a8b5View commit details
Commits on Dec 19, 2023
-
Print warning if binaries are not in the same folders
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 ```
Configuration menu - View commit details
-
Copy full SHA for 440d32a - Browse repository at this point
Copy the full SHA 440d32aView commit details
Commits on Dec 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for aeddedf - Browse repository at this point
Copy the full SHA aeddedfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 19ed17a - Browse repository at this point
Copy the full SHA 19ed17aView commit details
Commits on Dec 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 35e2b84 - Browse repository at this point
Copy the full SHA 35e2b84View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac181d7 - Browse repository at this point
Copy the full SHA ac181d7View commit details
Commits on Dec 29, 2023
-
Update forc/src/cli/commands/plugins.rs
Co-authored-by: Kaya Gökalp <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b195703 - Browse repository at this point
Copy the full SHA b195703View commit details -
Configuration menu - View commit details
-
Copy full SHA for 754b990 - Browse repository at this point
Copy the full SHA 754b990View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6aa0095 - Browse repository at this point
Copy the full SHA 6aa0095View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a50291 - Browse repository at this point
Copy the full SHA 2a50291View commit details
Commits on Jan 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 08cd397 - Browse repository at this point
Copy the full SHA 08cd397View commit details -
Update forc/src/cli/commands/plugins.rs
Co-authored-by: Sophie Dankel <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8a64b19 - Browse repository at this point
Copy the full SHA 8a64b19View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.