]> gitweb.factorcode.org Git - factor.git/commitdiff
extra/lint: Removed dup -rot -> tuck entry from manual-substitution table
authorotoburb <otoburb@gmail.com>
Sun, 6 Nov 2011 05:34:21 +0000 (01:34 -0400)
committerJohn Benediktsson <mrjbq7@gmail.com>
Mon, 6 Aug 2012 03:32:58 +0000 (20:32 -0700)
tuck is deprecated. load-all shows a warning in the UI Listener as per #347

extra/lint/lint.factor

index 9e1c4cedc07b8468f06499dc5aaab9069db23b41..cd925782829aeb090c459b50a7bdbccdf7215881 100644 (file)
@@ -1,4 +1,4 @@
-! Copyright (C) 2007, 2008 Doug Coleman.
+! Copyright (C) 2007, 2008, 2011 Doug Coleman.
 ! See http://factorcode.org/license.txt for BSD license.
 
 USING: accessors alien arrays assocs classes
@@ -19,7 +19,6 @@ CONSTANT: manual-substitutions
         { rot [ [ swap ] dip swap ] }
         { rot [ swapd swap ] }
         { over [ dup swap ] }
-        { tuck [ dup -rot ] }
         { swapd [ [ swap ] dip ] }
         { 2nip [ nip nip ] }
         { 2drop [ drop drop ] }