]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/fixups/fixups.factor
mason: fix build duration during runs
[factor.git] / basis / fixups / fixups.factor
index 41c2f10030f74532b32f33309c76415c30cf52c8..21cad6c9eb002162c04786533e3c4221c71fe27e 100644 (file)
@@ -10,6 +10,8 @@ CONSTANT: vocab-renames {
     { "sorting.slots" { "sorting.specification" "0.99" } }
     { "json.reader" { "json" "0.99" } }
     { "json.writer" { "json" "0.99" } }
+    { "math.trig" { "math.functions" "0.100" } }
+    { "math.functions.integer-logs" { "math.functions" "0.100" } }
 }
 
 CONSTANT: word-renames {
@@ -64,15 +66,20 @@ CONSTANT: word-renames {
     { "random-integers" { "randoms" "0.99" } }
     { "count*" { "percent-of" "0.99" } }
     { "more?" { "deref?" "0.99" } }
-    { "plox" { "?transmute" "0.99" } }
-    ! { "?if" { "?if" "0.99" } }
+    { "plox" { "?call" "0.99" } }
     { "ensure-non-negative" { "assert-non-negative" "0.99" } }
     { "order" { "dispatch-order" "0.99" } }
     { "TEST:" { "DEFINE-TEST-WORD:" "0.99" } }
+    { "assoc-all-key?" { "all-keys?" "0.100" } }
+    { "assoc-all-value?" { "all-values?" "0.100" } }
+    { "assoc-any-key?" { "any-key?" "0.100" } }
+    { "assoc-any-value?" { "any-value?" "0.100" } }
+    { "?download-to" { "download-once-into" "0.100" } }
+    { "download-to" { "download-into" "0.100" } }
 }
 
 : compute-assoc-fixups ( continuation name assoc -- seq )
-    swap '[ drop _ = ] assoc-filter [
+    swap '[ _ = ] filter-keys [
         drop { }
     ] [
         swap '[