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
Apparently, this is an artifact of a recent refactoring.
Describe the bug
PASS #7: PreprocessingPass I@21:15:53.471
> Before preprocessing: unique renaming I@21:15:53.471
> Applying standard transformations: I@21:15:53.477
> Desugarer I@21:15:53.477
> UniqueRenamer I@21:15:53.483
(Please report an issue at: [https://github.com/informalsystems/apalache/issues],java.lang.IllegalArgumentException: Variable names should never contain more than one separator)
Unhandled exception E@21:15:53.485
java.lang.IllegalArgumentException: Variable names should never contain more than one separator
at at.forsyte.apalache.tla.lir.transformations.standard.IncrementalRenaming$.parseName(IncrementalRenaming.scala:39)
at at.forsyte.apalache.tla.lir.transformations.standard.IncrementalRenaming$.nameCounterMapFromDecl(IncrementalRenaming.scala:90)
at at.forsyte.apalache.tla.lir.transformations.standard.IncrementalRenaming$.$anonfun$nameCounterMapFromEx$3(IncrementalRenaming.scala:77)
...
To Reproduce
$ ~/devl/apalache/bin/apalache-mc check Ren.tla
Desktop (please complete the following information):
Version 0.8.1.
The text was updated successfully, but these errors were encountered:
The following example provokes a bug:
Apparently, this is an artifact of a recent refactoring.
Describe the bug
To Reproduce
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: