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
{{ message }}
This repository has been archived by the owner on Feb 1, 2020. It is now read-only.
I think the simplest thing to do is just emit the error message and not the stack trace. Is anyone really gaining any information from those stack traces?
java.lang.UnsupportedOperationException: missing SMTLib translation for .WordStack
But none of the lines like:
at org.kframework.backend.java.symbolic.KILtoSMTLib.translate(KILtoSMTLib.java:241)
This sounds like a good fix to me. I think there would still be some redundancy in the output though, as it seems that the same missing translation gets reported multiple times.
runtimeverification/evm-semantics#95
As demonstrated there,
krun --prove
generates an enormous amount of (highly redundant) output sometimes when Z3 translations are not present.Is there a way we can be smarter about what is output to the user? Perhaps only output "missing SMTLib translation" once per missing symbol?
The text was updated successfully, but these errors were encountered: