]> gitweb.factorcode.org Git - factor.git/commitdiff
sequences: fix uses of set-nth-unsafe.
authorJohn Benediktsson <mrjbq7@gmail.com>
Wed, 20 Feb 2013 16:01:06 +0000 (08:01 -0800)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 20 Feb 2013 16:01:06 +0000 (08:01 -0800)
basis/bit-sets/bit-sets.factor
basis/unicode/data/data.factor
extra/maze/maze.factor

index e7bde4b50674eb16d573a985739653de68632340..30e0561ad04bd2ae67f0392abf00d8dfbcf83c45 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2009 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
 USING: kernel accessors sequences byte-arrays bit-arrays math
-math.bitwise hints sets ;
+math.bitwise hints sets sequences.private ;
 IN: bit-sets
 
 TUPLE: bit-set { table bit-array read-only } ;
index 8bf275925f2c8f98a99bf54b563e31d1ca47d58e..e32740391b7d813b73f3015974f3cbc2c1e36baf 100644 (file)
@@ -5,7 +5,8 @@ io.files hashtables quotations splitting grouping arrays io
 math.parser math.order byte-arrays namespaces math.bitwise
 compiler.units parser io.encodings.ascii interval-maps
 ascii sets combinators locals math.ranges sorting make
-strings.parser io.encodings.utf8 memoize simple-flat-file ;
+strings.parser io.encodings.utf8 memoize simple-flat-file
+sequences.private ;
 IN: unicode.data
 
 <PRIVATE
index 4d964af132cdb589b74cd747648cede811d6dbbe..bf98895b52e4cee84969894ade1699b81c10736e 100644 (file)
@@ -1,7 +1,7 @@
 ! From http://www.ffconsultancy.com/ocaml/maze/index.html
 USING: accessors arrays fry kernel math math.order math.vectors
 namespaces opengl.gl random sequences ui ui.gadgets
-ui.gadgets.canvas ui.render ;
+ui.gadgets.canvas ui.render sequences.private ;
 IN: maze
 
 CONSTANT: line-width 8