Skip to content
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

ExternalSeqRecordParser model and ExternalRecordParser model run error,why? #24

Closed
niuzhi opened this issue Feb 18, 2022 · 3 comments

Comments

@niuzhi
Copy link

niuzhi commented Feb 18, 2022

Hello,I am using TLA+ to implement trace verification, and found that you have provided two interfaces ExternalSeqRecordParser and ExternalRecordParser, but I am running these two interfaces and report an error, what is the reason for this, and I look forward to your reply.

ExternalRecordParser
connect.log
a : 42, b : true
a : -1, b : false
a : 0, b : true
image

ExternalRecordParser
connect.log
a : 42
b : true
image

@Isaac-DeFrain
Copy link
Owner

Thank you for reporting the errors. I am currently traveling so it will be a few days before I can investigate. I look forward to resolving the issues!

@Isaac-DeFrain
Copy link
Owner

What version of the tools are you using? There is a jar file provided in the repo. Everything should work if you run it with that version.

@Isaac-DeFrain
Copy link
Owner

Aha! It must be related to this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants