]> gitweb.factorcode.org Git - factor.git/commitdiff
more failures
authorDoug Coleman <erg@trifocus.net>
Thu, 19 Jan 2006 21:23:50 +0000 (21:23 +0000)
committerDoug Coleman <erg@trifocus.net>
Thu, 19 Jan 2006 21:23:50 +0000 (21:23 +0000)
TODO.FACTOR.txt

index c227dba17e68c5c31e55346c3087589ab69c4423..35c051e81f55357b41219f02998d125e1a00dfef 100644 (file)
 - if two tasks write to a unix stream, the buffer can overflow\r
 - inference bug\r
 - test cases:\r
+\r
+\r
+- fix stack effect comment spacing in help for words without docs,\r
+       eg (object -- object object) -> ( object -- object object )\r
+\r
+ALL TESTS BELOW FAIL ON x86 linux 32bit\r
 - float not commutative bug\r
   : a 237241607 1516.925984289192 3036109462846 913470293/554864\r
     max min * 994.5872660892654 306803761/112249 -216866846 + -\r
@@ -61,5 +67,8 @@
     -113698191 1404.610575779506 51191522 * * -\r
     1977.861343144055 -50892488 947579163/437404 * min * ;\r
 \r
-- fix stack effect comment spacing in help for words without docs,\r
-       eg (object -- object object) -> ( object -- object object )\r
+- compiled vs interpreted output differs!\r
+       : math-dummy 692476975489 >fixnum ;\r
+\r
+: math-dummy -248461184 float>bits ;   FAILS\r
+\r