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

types: Sort any elements during construction #3805

Merged
merged 3 commits into from
Sep 20, 2021
Merged

types: Sort any elements during construction #3805

merged 3 commits into from
Sep 20, 2021

Commits on Sep 20, 2021

  1. types: Sort any elements during construction

    This changes updates the implementation of the any type to sort
    elements during construction. This way the Compare() function does not
    have to sort elements before recursing (which can result in data races
    if global type instances from the built-in function declarations or
    elsewhere are compared.)
    
    Fixes #3793
    
    Signed-off-by: Torin Sandall <[email protected]>
    tsandall authored and srenatus committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    4cb8e36 View commit details
    Browse the repository at this point in the history
  2. capabilities.json: changed ordering

    Signed-off-by: Stephan Renatus <[email protected]>
    srenatus committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    aecd226 View commit details
    Browse the repository at this point in the history
  3. internal/presentation: fix json error output

    Signed-off-by: Stephan Renatus <[email protected]>
    srenatus committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    66e1bda View commit details
    Browse the repository at this point in the history