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

Fix non-deterministic generated code involving interfaces and fragments. #323

Merged
merged 1 commit into from
Feb 26, 2024

Commits on Feb 26, 2024

  1. Fix non-deterministic generated code involving interfaces and fragments.

    In #209, @vikstrous2 added a bugfix to sort the list of interfaces
    when generating code, so the generated output was stable.  This worked
    great, but there was one more case where we need to do that, involving
    interfaces in fragments.
    csilvers committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    cd71e53 View commit details
    Browse the repository at this point in the history