]> gitweb.factorcode.org Git - factor.git/commitdiff
Merge branch 'master' of git://factorcode.org/git/factor
authorDoug Coleman <doug.coleman@gmail.com>
Mon, 21 Sep 2009 04:02:49 +0000 (23:02 -0500)
committerDoug Coleman <doug.coleman@gmail.com>
Mon, 21 Sep 2009 04:02:49 +0000 (23:02 -0500)
Conflicts:
basis/classes/struct/struct-tests.factor
basis/functors/functors-tests.factor
basis/specialized-arrays/specialized-arrays-tests.factor

1  2 
basis/classes/struct/struct-tests.factor
basis/functors/functors-tests.factor
basis/specialized-arrays/specialized-arrays-tests.factor
core/syntax/syntax-docs.factor

index a282eb75eeec5d303449f07d2516ace191b78433,b60bfa375bef10fc4ea9735f71d8e52b6890860d..a026417171254e92af06af08a147390e66c8232a
@@@ -3,9 -3,11 +3,11 @@@ USING: accessors alien alien.c-types al
  assocs byte-arrays classes.struct classes.tuple.private
  combinators compiler.tree.debugger compiler.units destructors
  io.encodings.utf8 io.pathnames io.streams.string kernel libc
 -literals math mirrors multiline namespaces prettyprint
 +literals math mirrors namespaces prettyprint
  prettyprint.config see sequences specialized-arrays system
  tools.test parser lexer eval layouts ;
+ FROM: math => float ;
+ QUALIFIED-WITH: alien.c-types c
  SPECIALIZED-ARRAY: char
  SPECIALIZED-ARRAY: int
  SPECIALIZED-ARRAY: ushort
@@@ -181,14 -183,14 +183,14 @@@ STRUCT: struct-test-string-pt
      ] with-scope
  ] unit-test
  
- [ "USING: classes.struct ;
 -[ <" USING: alien.c-types classes.struct ;
++[ "USING: alien.c-types classes.struct ;
  IN: classes.struct.tests
  STRUCT: struct-test-foo
      { x char initial: 0 } { y int initial: 123 } { z bool } ;
 -"> ]
 +" ]
  [ [ struct-test-foo see ] with-string-writer ] unit-test
  
- [ "USING: classes.struct ;
 -[ <" USING: alien.c-types classes.struct ;
++[ "USING: alien.c-types classes.struct ;
  IN: classes.struct.tests
  UNION-STRUCT: struct-test-float-and-bits
      { f float initial: 0.0 } { bits uint initial: 0 } ;
Simple merge
Simple merge