-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
types: Sort any elements during construction (#3805)
* 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 * capabilities.json: changed ordering * internal/presentation: fix json error output Co-authored-by: Torin Sandall <[email protected]> Co-authored-by: Stephan Renatus <[email protected]> Signed-off-by: Torin Sandall <[email protected]>
- Loading branch information
Showing
4 changed files
with
139 additions
and
94 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.