From 0976a474f3183a64ed871f171066ca39f6fb048b Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Mon, 5 Dec 2022 00:49:08 -0600 Subject: [PATCH] fixups: add count-by to fixups, add more? --- basis/fixups/fixups.factor | 1 + 1 file changed, 1 insertion(+) diff --git a/basis/fixups/fixups.factor b/basis/fixups/fixups.factor index b83a3cd462..1f46c3e20b 100644 --- a/basis/fixups/fixups.factor +++ b/basis/fixups/fixups.factor @@ -60,6 +60,7 @@ CONSTANT: word-renames { { "natural-sort!" { "sort!" "0.99" } } { "natural-bubble-sort!" { "bubble-sort!" "0.99" } } { "random-integers" { "randoms" "0.99" } } + { "more?" { "deref?" "0.99" } } } : compute-assoc-fixups ( continuation name assoc -- seq ) -- 2.34.1