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
There seems to be an issue with pretty printing range maps. This kore output file is the output of an execution whose final configuration includes the following range map:
The kore output to be printed appears to be correct. I have observed this to be the case with any range map size.
I attach the language definition (imp-with-ranemaps.k) and kore output file (pp.out.kore) needed to recreate the issue, as well as the test's K source (pp.test) that was used to create the kore output file.
There seems to be an issue with pretty printing range maps. This kore output file is the output of an execution whose final configuration includes the following range map:
Printing it with
kprint
results in a parenthesis that includes only the last range of the range map, instead of all its ranges.The kore output to be printed appears to be correct. I have observed this to be the case with any range map size.
I attach the language definition (imp-with-ranemaps.k) and kore output file (pp.out.kore) needed to recreate the issue, as well as the test's K source (pp.test) that was used to create the kore output file.
imp-with-rangemaps.k.txt
pp.out.kore.txt
pp.test.txt
The text was updated successfully, but these errors were encountered: