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

The module installer leaves .zip packages in the vendor folder #292

Closed
odino opened this issue Oct 15, 2019 · 0 comments
Closed

The module installer leaves .zip packages in the vendor folder #292

odino opened this issue Oct 15, 2019 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@odino
Copy link
Collaborator

odino commented Oct 15, 2019

Once extracted, zip modules can be deleted.

~/projects/abs (pr-291 ✔) ᐅ ./builds/abs get github.com/abs-lang/abs-sample-module
🌒  - Downloading archive
Unpacking...
Creating alias...This module could not be aliased because module of same name exists

Install Success. You can use the module with `require("./vendor/github.com/abs-lang/abs-sample-module")`
~/projects/abs (pr-291 ✔) ᐅ ls -la vendor/github.com/abs-lang/                 
total 16
drwxr-xr-x 3 alex alex 4096 Oct 15 12:24 .
drwxrwxr-x 8 alex alex 4096 Oct 15 12:24 ..
drwxr-xr-x 2 alex alex 4096 Oct 15 12:24 abs-sample-module
-rw-rw-r-- 1 alex alex  817 Oct 15 12:25 abs-sample-module-master.zip
~/projects/abs (pr-291 ✔) ᐅ 

cc @mingwho

@odino odino added the enhancement New feature or request label Oct 15, 2019
@odino odino added this to the 1.9.x milestone Oct 15, 2019
mingwho added a commit to mingwho/abs that referenced this issue Oct 21, 2019
@odino odino modified the milestones: 1.9.x, 1.10.x Dec 7, 2019
mingwho added a commit to mingwho/abs that referenced this issue Dec 22, 2019
mingwho added a commit to mingwho/abs that referenced this issue Dec 22, 2019
mingwho added a commit to mingwho/abs that referenced this issue Dec 22, 2019
@odino odino closed this as completed in 60f04ef Jan 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant