]> gitweb.factorcode.org Git - factor.git/commitdiff
ui: fixing stack effect on slurp-vector
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 11 Jan 2022 03:38:56 +0000 (19:38 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 11 Jan 2022 03:38:56 +0000 (19:38 -0800)
basis/ui/ui.factor

index 222e79a6079ce8917609d4e3204c0b6ad8c3b457..378e46907eb0c278fbb1b754e865620f111c8a91 100644 (file)
@@ -111,7 +111,7 @@ M: world ungraft*
     dup hand-world get-global eq?
     [ hand-loc get-global swap move-hand ] [ drop ] if ;
 
-: slurp-vector ( .. seq quot: ( ... elt -- .. ) -- )
+: slurp-vector ( ... seq quot: ( ... elt -- ... ) -- ... )
     over '[ _ empty? not ] -rot '[ _ pop @ ] while ; inline
 
 : layout-queued ( -- seq )