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

Detect attempts to install packages for an older version of elm #16

Open
opsb opened this issue May 7, 2019 · 0 comments
Open

Detect attempts to install packages for an older version of elm #16

opsb opened this issue May 7, 2019 · 0 comments

Comments

@opsb
Copy link

opsb commented May 7, 2019

At the moment there's a kernel panick

$ elm --version
0.19.0

$ elm-json --version
elm-json 0.2.0

$ RUST_BACKTRACE=1 elm-json install krisajenkins/elm-dialog
thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', src/libcore/option.rs:345:21
stack backtrace:
   0: start
   1: start
   2: start
   3: start
   4: start
   5: start
   6: start
   7: start
   8: start
   9: start
  10: start
  11: start
  12: start
  13: start
  14: main
  15: start
  16: main

krisajenkins/elm-dialog has never been updated to work with 0.19

@opsb opsb changed the title Detect attempts to install packages for old versions of elm Detect attempts to install packages for an older version of elm May 7, 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

No branches or pull requests

1 participant