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

Fixes to the ABS installer PR #285

Merged
merged 6 commits into from
Sep 18, 2019
Merged

Fixes to the ABS installer PR #285

merged 6 commits into from
Sep 18, 2019

Conversation

odino
Copy link
Collaborator

@odino odino commented Sep 18, 2019

  • if the package file is not present, calls to require shouldn't fail
  • a package user/package might contain different abs files (eg. user/package/file.abs). When we resolve calls to require("package/file.abs") we should only take package, and not the whole package/file.abs
  • saving aliases was only working for the first package installed, now the installer will save all modules that are being installed locally
  • when including a module, if a file is not specified (require("module")), we will try to load the index.abs file by default

/cc @mingwho

* if the package file is not present, calls to `require` shouldn't fail
* a package `user/package` might contain different abs files (eg. `user/package/file.abs`). When we resolve calls to `require("package/file.abs")` we should only take `package`, and not the whole `package/file.abs`
* saving aliases was only working for the first package installed, now the installer will save all modules that are being installed locally
* when including a module, if a file is not specified (`require("module")`), we will try to load the `index.abs` file by default
@odino odino merged commit ae2941c into 1.8.x Sep 18, 2019
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.

1 participant