Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

slice2cpp Does Not Generate catch Blocks in a Stable Ordering #3205

Open
InsertCreativityHere opened this issue Nov 27, 2024 · 0 comments
Open

Comments

@InsertCreativityHere
Copy link
Member

InsertCreativityHere commented Nov 27, 2024

After changing slice2cpp to use triple slash doc-comments instead of Javadoc style comments,
I noticed that the order of catch blocks that slice2cpp generates for an operation's exception specification can randomly swap around.

This isn't critical, but it'd be nice if slice2cpp would always output the exact same generated code when re-compiling the same Slice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant