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
The frontend test suite catches a bug introduced in #933, where byte
literal values that overflow a signed character are printed incorrectly.
I took a look at the best place to test this (i.e. whether it was worth
backporting the relevant test into the backend test suite), and it is
indeed in the frontend because of the way that we provide test cases in
each project.
I have run the downstream K test suite and verified that it passes with
this fix applied.
Fixes: runtimeverification/k#3883
0 commit comments