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 sure that list of plugins is sorted and unique #5395

Merged
merged 15 commits into from
Jan 3, 2024
Merged

Commits on Dec 15, 2023

  1. 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
    crodas committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    d94930d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d51e7a View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2023

  1. Do not panic

    crodas committed Dec 16, 2023
    Configuration menu
    Copy the full SHA
    eaaeedc View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Configuration menu
    Copy the full SHA
    d91a8b5 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. 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
    ```
    crodas committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    440d32a View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Configuration menu
    Copy the full SHA
    aeddedf View commit details
    Browse the repository at this point in the history
  2. Minor changes

    crodas committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    19ed17a View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2023

  1. Configuration menu
    Copy the full SHA
    35e2b84 View commit details
    Browse the repository at this point in the history
  2. Clippy issues

    crodas committed Dec 23, 2023
    Configuration menu
    Copy the full SHA
    ac181d7 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. Update forc/src/cli/commands/plugins.rs

    Co-authored-by: Kaya Gökalp <[email protected]>
    crodas and kayagokalp authored Dec 29, 2023
    Configuration menu
    Copy the full SHA
    b195703 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    754b990 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6aa0095 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2a50291 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Configuration menu
    Copy the full SHA
    08cd397 View commit details
    Browse the repository at this point in the history
  2. Update forc/src/cli/commands/plugins.rs

    Co-authored-by: Sophie Dankel <[email protected]>
    crodas and sdankel authored Jan 2, 2024
    Configuration menu
    Copy the full SHA
    8a64b19 View commit details
    Browse the repository at this point in the history