From 0b11bdbeebd096a945e80414480b446ec6b3658a Mon Sep 17 00:00:00 2001 From: leafgarland Date: Wed, 25 Dec 2024 17:37:25 +0000 Subject: [PATCH] [build] Update last_commit: 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. --- last_commit.txt | 2 +- last_tag.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/last_commit.txt b/last_commit.txt index 19765bd..104ec33 100644 --- a/last_commit.txt +++ b/last_commit.txt @@ -1 +1 @@ -null +746ced55019d07f3de25e40ce6efb20dbd4ae95b diff --git a/last_tag.txt b/last_tag.txt index 8b13789..094f172 100644 --- a/last_tag.txt +++ b/last_tag.txt @@ -1 +1 @@ - +v1.37.1