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: Don't shell out to unzip in deno upgrade/compile #24926

Merged
merged 8 commits into from
Aug 8, 2024

Commits on Aug 7, 2024

  1. Move to util

    nathanwhit committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    6874574 View commit details
    Browse the repository at this point in the history
  2. Use zip crate

    nathanwhit committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    c01ca03 View commit details
    Browse the repository at this point in the history
  3. Gate zlib-ng

    nathanwhit committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    cce73cd View commit details
    Browse the repository at this point in the history
  4. Appease linter

    nathanwhit committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    154c9b3 View commit details
    Browse the repository at this point in the history
  5. Remove ng feature

    nathanwhit committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    fc1979d View commit details
    Browse the repository at this point in the history
  6. Fall back to shelling out

    nathanwhit committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    f5c7376 View commit details
    Browse the repository at this point in the history
  7. Appease linter

    nathanwhit committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    7ae8e24 View commit details
    Browse the repository at this point in the history
  8. Args struct

    nathanwhit committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    3ccc3dc View commit details
    Browse the repository at this point in the history