Ion icon indicating copy to clipboard operation
Ion copied to clipboard

`ion why PackageName` panics

Open jlapeyre opened this issue 2 years ago • 2 comments

ion 0.1.21

> ion why Revise
thread 'main' panicked at 'Invalid version spec: Invalid version range: >=1.9.0-beta',
  /home/username/github/Roger-luo/Ion/src/ion/utils/julia.rs:161:60

jlapeyre avatar Jun 07 '23 21:06 jlapeyre

This panic does not happen if, for example, if I replace >=1.9.0-beta with >=1.9.0 here https://github.com/Roger-luo/Ion/blob/a9e7e96288bf24ed245de97aebaa2c5058e4572a/src/bin/ion/commands/pkg/why.rs#L16-L17

jlapeyre avatar Mar 05 '24 17:03 jlapeyre

ah sry I haven't got time working on this, but the binary does work if you know how to workaround ;-)

Roger-luo avatar Mar 05 '24 21:03 Roger-luo