factor/TODO.FACTOR.txt

79 lines
2.2 KiB
Plaintext
Raw Normal View History

+ portability:
- port ffi to win64
- x86 %unbox-struct
- amd64 %unbox-struct
- get factor running on mac intel
+ io:
2006-02-06 21:51:04 -05:00
- if select() returns an error, fep
- FILE* leaked in process.factor
- runtime primitives like fopen: check for null input
- stream server can hang because of exception handler limitations
- better i/o scheduler
- if two tasks write to a unix stream, the buffer can overflow
- out of memory error when printing global namespace
- "localhost" 50 <client> won't fail
+ objective C/cocoa:
- CFBundle error handling
- autoload frameworks in cocoa class words
- exceptions
- subclassing
- messages returning structs by value
+ ui/help:
- fix remaining HTML stream issues
2006-01-23 21:03:22 -05:00
- UI browser pane needs 'back' button
- fix up the min thumb size hack
- help cross-referencing
- document FFI
- document tools
- document conventions
- new turtle graphics tutorial
- better line spacing in ui
- use vertex arrays and display lists to speed up ui
- tabular formatting
- don't multiplex in the event loop if there is no pending i/o
+ compiler/ffi:
- float intrinsics
- complex float type
- complex float intrinsics
- out of memory from ffi calls
- out of memory from overflow check
- remove literal table
- callbacks
- zero-arity
- return-only
- input values
- value type struct inputs
- ffi unicode strings: null char security hole
- utf16 string boxing
2006-01-23 21:03:22 -05:00
- signal handler should not lose stack pointers
- FIELD: char key_vector[32];
- FIELD: union { char b[20]; short s[10]; long l[5]; } data;
- MEMBER: long pad[24];
- C structs, enums, unions: use new-style string mode parsing
- [ [ dup call ] dup call ] infer hangs
- the invalid recursion form case needs to be fixed, for inlines too
- code gc
+ misc:
- code walker & exceptions
2006-01-23 21:03:22 -05:00
- slice: if sequence or seq start is changed, abstraction violation
- delegating generic words with a non-standard picker
2006-02-10 00:15:50 -05:00
- pass an integer stack pos instead of a quotation
2006-01-23 21:03:22 -05:00
- make 3.4 bits>double an error
2006-01-29 10:39:46 -05:00
- 2220.446049250313 [ dup float? [ tanh ] when ]
- call and compile-1 give C{ 0.0/0.0 0.0/0.0 } 0.0/0.0
- 2.718281828459045e+19 [ dup float? [ sech ] when ]
- call/compile-1: C{ 0.0/0.0 0.0/0.0 } 0.0
2006-01-29 12:11:45 -05:00
- 0.0/0.0 next-power-of-2 never terminates -- comparison always returns false
- 0.0/0.0 >fixnum . -> 0 0.0/0.0 >bignum . -> 0