]> gitweb.factorcode.org Git - factor.git/commitdiff
fixups: add init-namespaces.
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 4 Jan 2022 23:07:59 +0000 (15:07 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 4 Jan 2022 23:07:59 +0000 (15:07 -0800)
basis/fixups/fixups.factor

index 7cb2ca79a3aac57377318a6fde2bee25af71486c..6cefa92290fd3996e88ed47e850cbeb3084d21b5 100644 (file)
@@ -34,6 +34,7 @@ CONSTANT: word-renames {
     { "combine" { "sets:union-all" "0.99" } }
     { "refine" { "sets:intersect-all" "0.99" } }
     { "read-json-objects" { "json.reader:read-json" "0.99" } }
+    { "init-namespaces" { "namespaces:init-namestack" "0.99" } }
     { "iota" { "sequences:<iota>" ".98" } }
 }