adding some TODO items

This commit is contained in:
Alex Shinn 2010-09-21 23:21:45 +09:00
parent 9b85812f4a
commit 2e7ffacb9f

12
TODO
View file

@ -32,7 +32,11 @@
** TODO unsafe operations ** TODO unsafe operations
Possibly, don't want to make things too complicated or unstable. Possibly, don't want to make things too complicated or unstable.
** TODO plugin infrastructure ** TODO plugin infrastructure
** TODO type inference with warnings ** DONE type inference with warnings
- State "DONE" from "TODO" [2010-09-21 Tue 23:18]
*** TODO structured type inference
*** TODO infer error branches
*** TODO elide type checks from type information
* macros * macros
** DONE hygiene ** DONE hygiene
@ -58,7 +62,9 @@
- State "DONE" [2009-12-08 Tue 14:29] - State "DONE" [2009-12-08 Tue 14:29]
** DONE add finalizers ** DONE add finalizers
- State "DONE" [2009-12-08 Tue 14:29] - State "DONE" [2009-12-08 Tue 14:29]
** TODO support weak references ** DONE support weak references
- State "DONE" from "TODO" [2010-09-21 Tue 23:16]
*** TODO support proper weak key-value references
* runtime * runtime
** DONE bignums ** DONE bignums
@ -74,6 +80,8 @@
and a SRFI-18 interface is provided as a separate module. and a SRFI-18 interface is provided as a separate module.
I/O operations will currently block all threads though, I/O operations will currently block all threads though,
this needs to be addressed. this needs to be addressed.
*** TODO thread-local parameters
*** TODO efficient priority queues
** DONE virtual ports ** DONE virtual ports
- State "DONE" [2010-01-02 Sat 20:12] - State "DONE" [2010-01-02 Sat 20:12]
** DONE dynamic-wind ** DONE dynamic-wind