]> gitweb.factorcode.org Git - factor.git/commitdiff
factor: Clean up wrong form of specialized-arrays in using lists.
authorDoug Coleman <doug.coleman@gmail.com>
Sat, 10 Feb 2018 21:25:36 +0000 (15:25 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Sat, 10 Feb 2018 21:25:36 +0000 (15:25 -0600)
basis/io/mmap/mmap-tests.factor
basis/ui/pens/caching/caching-tests.factor
basis/windows/dragdrop-listener/dragdrop-listener.factor
basis/windows/shell32/shell32.factor

index 28cbb547ed0f9550d0d000e99d7ceb91aba7d480..3758dcefa65b523b28188c794632bea648e9df7b 100644 (file)
@@ -1,7 +1,6 @@
 USING: alien.c-types alien.data compiler.tree.debugger
 io.encodings.ascii io.files io.mmap kernel locals math sequences
-sequences.private specialized-arrays
-specialized-arrays.instances.alien.c-types.uint tools.test ;
+sequences.private specialized-arrays tools.test ;
 
 SPECIALIZED-ARRAY: uint
 
index 0ec5da43bc6fefca77384ac1420e2812994d63dd..cce3f0cb7cd43d063444ff5144013ff757bf89d1 100644 (file)
@@ -1,10 +1,11 @@
 ! Copyright (C) 2009 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors colors.constants kernel
-specialized-arrays.instances.alien.c-types.float tools.test
+USING: accessors colors.constants kernel tools.test
 ui.gadgets.labels ui.pens.caching ui.pens.gradient ;
 IN: ui.pens.caching.tests
 
+SPECIALIZED-ARRAY: float
+
 ! compute-pen
 {
     { 0 0 }
index 750049b8e181dd7809f99cb28ac9665086da3339..505832d0c24d4f04b8c4114f0adfbb80ef934d62 100644 (file)
@@ -4,11 +4,11 @@
 USING: accessors alien.accessors alien.data alien.strings
 classes.struct io.encodings.utf16n kernel make math namespaces
 prettyprint sequences specialized-arrays
-specialized-arrays.instances.alien.c-types.ushort
 ui.backend.windows ui.gadgets.worlds ui.gestures
 ui.tools.listener windows.com windows.com.wrapper
 windows.dropfiles windows.kernel32 windows.ole32 windows.shell32
 windows.types ;
+SPECIALIZED-ARRAY: ushort
 SPECIALIZED-ARRAY: WCHAR
 IN: windows.dragdrop-listener
 
index df840b4f70e842fd7cb7df20d240b8921c5d9b46..864663bd40b6b8fc379c1fe08b45a5c7e9d5dcb9 100644 (file)
@@ -1,11 +1,8 @@
 ! Copyright (C) 2006, 2008 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: alien alien.c-types alien.data alien.strings
-alien.syntax classes.struct io.backend kernel
-specialized-arrays
-specialized-arrays.instances.alien.c-types.ushort windows
-windows.com windows.com.syntax windows.kernel32 windows.ole32
-windows.types ;
+USING: alien alien.c-types alien.data alien.strings alien.syntax
+classes.struct io.backend kernel windows windows.com
+windows.com.syntax windows.kernel32 windows.ole32 windows.types ;
 IN: windows.shell32
 
 CONSTANT: CSIDL_DESKTOP 0x00