Skip to content

Commit

Permalink
note
Browse files Browse the repository at this point in the history
  • Loading branch information
frenchy64 committed Aug 23, 2024
1 parent 18d7847 commit 1cd53a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/com/ambrosebs/map.clj
Original file line number Diff line number Diff line change
Expand Up @@ -757,6 +757,10 @@

(= key key-or-null)
(let [_ (set! (.-val removed-leaf) removed-leaf)]
;; https://clojure.atlassian.net/browse/CLJ-2297?focusedCommentId=13252
;; Note that this patch doesn't have a similar change for the transient overload of `without`;
;; because it relies on a helper method `editAndRemovePair` that correctly handles the empty case, that method doesn't have this bug.
;; - Ben Bader
;; TODO: collapse - rhickey
(edit-and-remove-pair
this edit bit idx))
Expand Down

0 comments on commit 1cd53a4

Please sign in to comment.