scryer-prolog icon indicating copy to clipboard operation
scryer-prolog copied to clipboard

thread 'main' panicked at 'called `Option::unwrap()` on a `None` value'

Open triska opened this issue 3 years ago • 1 comments

Currently, I get:

$ scryer-prolog -f
?- read_term(T, [variable_names(VNs)]).
T.
thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', src/machine/machine_state.rs:587:76
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

triska avatar Sep 20 '22 19:09 triska

This is present both in master and in rebis-dev

aarroyoc avatar Sep 22 '22 21:09 aarroyoc

Thank you, this works correctly now!

triska avatar Oct 04 '22 17:10 triska