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

Fix packaging plugins when --no-verify is passed #1643

Merged
merged 9 commits into from
Oct 16, 2024

Commits on Oct 15, 2024

  1. Unpack .crate created by Cargo if --no-verify is passed

    - Implementation closely follows the one used in Cargo as a verification step: https://github.com/rust-lang/cargo/blob/a4600184b8d6619ed0b5a0a19946dbbe97e1d739/src/cargo/ops/cargo_package.rs#L1110
    - Add `flate2` dependency
    - Add `FileLockGuard.parent()`
    DelevoXDG committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    8f86be7 View commit details
    Browse the repository at this point in the history
  2. Add test

    DelevoXDG committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    06997ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a92de0 View commit details
    Browse the repository at this point in the history
  4. Make cleaner comment

    DelevoXDG committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    3aead3d View commit details
    Browse the repository at this point in the history
  5. Format

    DelevoXDG committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    c52ea82 View commit details
    Browse the repository at this point in the history
  6. Simplify variable naming

    DelevoXDG committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    54c04b8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8cca253 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    79d60fe View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b1f2359 View commit details
    Browse the repository at this point in the history