Closed Qeryu closed 9 months ago
Thank you for your bug report. I will release a fix soon.
Meanwhile, can you try the flag --code-format
with the value COMPACT_ORIG_FORMAT
.
Thanks, it works
Tracked with the internal issue 486
This is fixed in the internal repo, and will cut a release soon.
When I performed a reduction on the following Java code, I encountered some issues.
During the reduction, Perses generated the following error message.
Upon checking
/tmp/1705457593470-0
, I found that the Java code was parsed as follows:In lines 11-12, the left shift operator was parsed as two less than signs, which I believe is an incorrect parse. When reducing C language code that uses shift operators, it can be parsed correctly.
Could this parsing error be due to an issue with how I'm using Perses?