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
First of all I want to thank you for creating and sharing this tool! It could save us (and many others) a lot of tedious work.
However, I've run into some unexpected problems. I am trying to generate a CLI wrapper for a fairly large C++ project and each time I run the tool, I get slightly different output: Some methods are added or removed, and sometimes a method even ends up in the wrong class.
So far I haven't looked into the code, but it feels like there is some kind of race condition. Have you noticed similar behavior?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
First of all I want to thank you for creating and sharing this tool! It could save us (and many others) a lot of tedious work.
However, I've run into some unexpected problems. I am trying to generate a CLI wrapper for a fairly large C++ project and each time I run the tool, I get slightly different output: Some methods are added or removed, and sometimes a method even ends up in the wrong class.
So far I haven't looked into the code, but it feels like there is some kind of race condition. Have you noticed similar behavior?
All reactions