Robin Heggelund Hansen

Results 45 comments of Robin Heggelund Hansen

How do you propose this path get's specified?

The Elm compiler doesn't support `source-directories` in `elm.json` for packages.

> the package's elm.json is never read by the compiler `elm-git-install` only downloads the relevant code. The code is still compiled by the elm compiler. Also, any time the elm...

Sorry for the delay on this. I'll try to articulate my concerns this weekend.

In think the way this would have to be implemented, is that `elm-git.json` is altered so that instead of just being an object of `gitUrl -> version`, it also works...

> It looks like there's a bug where if you already have the dependency checked out and you put in `"master"` to try to update to the latest commit, it...

Very understandable 😅

@MartinSStewart Yes. Not sure how to best approach this issue. I don't think `elm install` supports specifying a version range, if it did it would be a simple matter of...

That could work. I do have limited capacity at the moment however. A PR would be much appreciated if you have the time.