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

Switch to luau-unzip #3

Merged
merged 10 commits into from
Jan 16, 2025
Merged

Switch to luau-unzip #3

merged 10 commits into from
Jan 16, 2025

Conversation

lukadev-0
Copy link
Member

Switches to the luau-unzip library for extracting ZIP archives, meaning we no longer need to rely on external programs, like unzip. This should hopefully fix #2.

It will now directly extract the executable from the archive, instead of extracting all of the contents to a temporary directory.

This PR also bumps asphalt to v0.8.4 and selene to v0.28.0.

Copy link
Member

@daimond113 daimond113 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I caught one small thing, but it might not be worth changing. Otherwise LGTM!

toolchainlib/src/compression.luau Outdated Show resolved Hide resolved
Copy link
Member

@CompeyDev CompeyDev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall looks pretty good! Please take the following small changes into account.

toolchainlib/src/compression.luau Outdated Show resolved Hide resolved
toolchainlib/src/compression.luau Show resolved Hide resolved
@lukadev-0 lukadev-0 requested a review from CompeyDev January 15, 2025 20:17
Copy link
Member

@CompeyDev CompeyDev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few final changes are required:

  • Implicit "if not" checks for nil values should be explicit ~=
  • You should be able to safely remove utils/exec.luau
  • Minor nitpick but CHANGELOG entries usually don't have trailing full-stops, the current entry looks a bit inconsistent

@CompeyDev CompeyDev merged commit 3e1876a into pesde-pkg:main Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cannot install some Wally packages on Linux
3 participants