You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See set.mm PR#2379:
In case of an ambiguous grammar ($a class A B : $.), the program panics:
> cargo run -- -g -p ../set.mm/set.mm
thread 'main' panicked at 'called `Option::unwrap()` on a `None` value', src/grammar.rs:1161:73
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Any { .. }', src/database.rs:292:31
It shall rather issue a diagnostic complaining about the grammar being ambiguous.
The text was updated successfully, but these errors were encountered:
See set.mm PR#2379:
In case of an ambiguous grammar (
$a class A B : $.
), the program panics:It shall rather issue a diagnostic complaining about the grammar being ambiguous.
The text was updated successfully, but these errors were encountered: