alexcrichton commented on Issue #2866:
Do you know if it would be possible to add a test for this?
bnjbvr commented on Issue #2866:
Unfortunately, it's a very very large module, hard to break up. If you've got a tool or a magic command line that can take the wat and automatically reduce it, I'm willing to try it. Unfortunately I don't know enough about this code so as to be able to craft a test case from scratch.
alexcrichton commented on Issue #2866:
Ah ok, seems fine then!
bjorn3 commented on Issue #2866:
You could try creduce on the
.wat
file. Creduce works relatively well on anything that even remotely looks like C. Wat having paired parens should be C like enough for it to work.
Last updated: Nov 22 2024 at 16:03 UTC