Skip to content

Commit

Permalink
[build] Update last_commit:
Browse files Browse the repository at this point in the history
Revert behavior of deep= on mutable keys.

Mutable keys are a minefield for comparisons, as resolving
equality require re-implementing a lot of the internal structures, as
well as dealing with multiple mutable keys that are in the same
equivalency class by deep=.

Simplifying the implementation to not resole mutable keys is much
simpler, faster, and has the benefit that deep= and deep-not= do not
need to allocate.
  • Loading branch information
leafgarland committed Dec 25, 2024
1 parent 6cb673d commit 0b11bdb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion last_commit.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
null
746ced55019d07f3de25e40ce6efb20dbd4ae95b
2 changes: 1 addition & 1 deletion last_tag.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@

v1.37.1

0 comments on commit 0b11bdb

Please sign in to comment.