-
Notifications
You must be signed in to change notification settings - Fork 152
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] [kast] - Cannot parse json configurations with #And
at top.
#1509
Comments
I would rather we went back to the drawing board and figured out if there's a way to support Nishant's use case that doesn't involve passing the result of |
@nishantjr can you fill in more details about how this issue came up in your high-level workflow? We think that relying on the frontend to do Kore -> Kast -> external tool -> Kast -> Kore should not be what's done. Maybe there is another way to accomplish the same thing? |
@ehildenb I had needed the following pipeline to implement Boogie.
The first I am no longer using |
@ehildenb @dwightguth there are multiple problems here
|
K Version
Description
kast crashes when parsing an input file with
#And
at the top.Input Files
file: Test.k
Reproduction Steps
Expected Behavior
kast
should have returned a configuration formatted inkore
.The text was updated successfully, but these errors were encountered: