-
-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] java.lang.AssertionError at forsyte.apalache.tla.lir.transformations.standard.IncrementalRenaming #528
Comments
I think it has been fixed recently. Can you try it in 0.9.0? |
I'm getting the same error:
The --------------------- MODULE IBCTokenTransfer_apalache ---------------------
VARIABLES chainAstore, \* store of ChainA
chainBstore, \* store of ChainB
packetDatagramsChainA, \* set of packet datagrams incoming to ChainA
packetDatagramsChainB, \* set of packet datagrams incoming to ChainB
packetLog, \* packet log
appPacketSeqChainA, \* packet sequence number from the application on ChainA
appPacketSeqChainB, \* packet sequence number from the application on ChainB
accounts, \* a map from chainIDs and denominations to account balances
escrowAccounts \* a map from channelIDs and denominations to escrow account balances
INSTANCE IBCTokenTransfer WITH
MaxHeight <- 2,
MaxPacketSeq <- 1,
MaxBalance <- 1,
NativeDenominationChainA <- "atom",
NativeDenominationChainB <- "eth"
============================================================================= |
@Kukovec can you have a look? |
Actually that file is not needed. It should be enough to run |
Still, it should not throw an exception |
One question, I can't see a |
Sorry, it should be |
In any case, I found the cause. The syntax
(e.g. in |
Actually, the bug is triggered before |
The problem is that |
We have to solve #531 and this hopefully will allow us to get rid of this bug. |
Fixed in #536 |
To Reproduce
Log files
detailed.log
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: