James
James
I had the same error and found https://github.com/golang/protobuf/issues/594 Seeing as it now seems like the `XXX_unrecognized` field should be in the struct (ie, they would be in the struct if...
Thanks for transferring this issue to the correct project. I agree that ideally Yarn should support this (would've saved me some time and digging aside from anything else), and it's...
Yes, you are correct that with `*.c`, the transpilation completes successfully. However, the problem both contain both the header and C file for this project, as contents that I need....
Thanks for the quick answer and commit! The `fabsl` and `lround` functions were also missing, I added these and opened a (draft for now) PR: https://github.com/gotranspile/cxgo/pull/85/files I also ran into...
I found the issue, it is when calling a function inside a `for` statement, that doesn't return anything (i.e. `void`). For example, this: ``` for (IterCellsChildren iter = iterInitParent(h, childRes);...
Hi, regarding the `iterStepChild(&iter)` in the `for` statement this works, thanks. I tested it out with some test code. Transpiling the rest of the H3 project fails on the `lround`...