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

index 2b6c77e365e99bdfedfd4bb77be48c27557488da..9491ed3795351dbb794eb4cd1c26f84e277c8bac 100644 (file)
 - better i/o scheduler\r
 - if two tasks write to a unix stream, the buffer can overflow\r
 - inference bug\r
-- test cases:\r
 \r
+- font problem: http://iarc1.ece.utexas.edu/~erg/font-bug.JPG\r
+\r
+- implement 3.3 floor  4.7 ceiling\r
 \r
 - fix stack effect comment spacing in help for words without docs,\r
        eg (object -- object object) -> ( object -- object object )\r
@@ -69,8 +71,7 @@ ALL TESTS BELOW FAIL ON x86 linux 32bit
 \r
 - compiled vs interpreted output differs!\r
        : math-dummy 692476975489 >fixnum ;\r
-\r
-: math-dummy -248461184 float>bits ;   FAILS\r
+       : math-dummy -248461184 float>bits ;   FAILS\r
 \r
 ---RATIO---\r
 Compiles VERY SLOWLY\r
@@ -84,10 +85,6 @@ Compile fails
 \r
 ---FLOAT---\r
 Compile fails:\r
-: math-dummy\r
-    2.522378181825594 tan 7.825249292551574 - cos\r
-    0.2875868408644093 + sin >bignum cos >float sin ;\r
-Compile fails:\r
 : math-dummy\r
     0.5589927916549555 tan 2.261878253481278 + tan sin ;\r
 \r
@@ -95,3 +92,7 @@ SLOW compile
 : math-dummy\r
     1.550108042325469 3.888423982091886 - tan tan ;\r
 \r
+Compile fails:\r
+: math-dummy\r
+    2.522378181825594 tan 7.825249292551574 - cos\r
+    0.2875868408644093 + sin >bignum cos >float sin ;\r