Cetus icon indicating copy to clipboard operation
Cetus copied to clipboard

Save Patch Won't Save if Comments in Code

Open TristonStuart opened this issue 4 years ago • 1 comments

Ok, I changed this because I realized what the real issue is. If you have a comment in your wasm code your patch won't save. Cetus should either specially store comments for displaying them or they should be ignored completely.

TristonStuart avatar Sep 01 '20 16:09 TristonStuart

In the future we should definitely support saving comments, but for now the assembler should ignore comments that start with "//" to avoid this. Should be working with 2bca3ffef0c050d9081eb6f7561f77cd8b18494f

Qwokka avatar Sep 08 '20 03:09 Qwokka