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

Missing library support #28

Open
turboMaCk opened this issue May 25, 2019 · 0 comments
Open

Missing library support #28

turboMaCk opened this issue May 25, 2019 · 0 comments

Comments

@turboMaCk
Copy link
Contributor

There are leftover bits for library support like doc compilation however library compilation is not working because of:

  1. parseElmJsonDeps is not compatible. Libraries don't have direct and indirect deps - easy fix
  2. libraries must have version ranges in dependencies

The biggest problem to support this is version ranges. Highest possible might not exit and the lowest one might not be most recent resolving in elm make downloading newer versions of packages (I expect this would fail within sandbox).

I believe this was discussed: #14
and also: https://discourse.elm-lang.org/t/resolving-dependencies-in-elm-0-19-package-projects/2589

This situation has a workaround though one can specify lib deps with most current most recent version as instance "elm/core": "1.0.2 <= v < 2.0.0".

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 a pull request may close this issue.

1 participant