-
Notifications
You must be signed in to change notification settings - Fork 9
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
print out a message when krun times out #53
Comments
@yilongli Yes, you are right. I didn't think of that. Timeout is a rather clear issue, we can have better output message. |
harshita@harshita-VPCEH25EN:~/java-semantics/src$ kjkompile.sh Preprocessing semantics: Execution semantics: Done |
This says the kompile command cannot be found, Have you add k's bin to path? Kjkompile is a wrapper that wraps a couple k command together, and the error reported is k command not found. |
kjkompile.sh Preprocessing semantics: Execution semantics: |
It's really confusing to just get an empty
*.pkast
file and an inner parser error at the start of exec semantics when the prep semantics times out.The text was updated successfully, but these errors were encountered: