Closed ConstantineLignos closed 12 years ago
Reproduction steps:
python specEditor.py examples/slurptest/slurptest_unreal.spec
Expected: Spec compiles but is unrealizable. Actual: Compilation fails with:
Creating automaton... line 10:1 no viable alternative at input ')' Exception in thread "main" java.lang.Exception: Cannot parse specification "null".
When I look at the .ltl file, I see:
LTLSPEC -- Assumptions ( TRUE & [](TRUE) & []<>(TRUE) & );
It looks like that extra & is killing it.
Reproduction steps:
python specEditor.py examples/slurptest/slurptest_unreal.spec
Expected: Spec compiles but is unrealizable. Actual: Compilation fails with:
When I look at the .ltl file, I see:
It looks like that extra & is killing it.