From: Doug Coleman Date: Mon, 5 Dec 2022 06:49:08 +0000 (-0600) Subject: fixups: add count-by to fixups, add more? X-Git-Tag: 0.99~580 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=0976a474f3183a64ed871f171066ca39f6fb048b fixups: add count-by to fixups, add more? --- 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 )