Skip to content

Commit

Permalink
Add a new blocker.
Browse files Browse the repository at this point in the history
Remove item completed by pmichaud++
  • Loading branch information
coke committed Nov 29, 2009
1 parent 3205dc7 commit f4076cb
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions TODO
Expand Up @@ -10,12 +10,8 @@ Tasks/Bugs:
* partcl's TclString.'get_bool'() needs to be ported over (blocking t/cmd_for.t)
* support a bare minimum unknown - invoking a non-existant command should
result in a tcl error, not a parrot error. (t/tcl_misc.t)
* whitespace significant in expressions (blocking t/cmd_if.t)

> if {1==1} "puts hi"
hi
> if { 1 == 1 } "puts hi"
Null PMC access in get_bool() ** fixed in 343feaf **
* list elements can be quoted words. (See puts [join {"a" b}]) - blocking
t/tcl_backslash.t

* support associative arrays
* error on references to non-existant variables

0 comments on commit f4076cb

Please sign in to comment.