Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update whitelist and TODO
  • Loading branch information
sorear committed Feb 16, 2011
1 parent 3e24c39 commit a5f68a0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
3 changes: 2 additions & 1 deletion TODO
Expand Up @@ -32,7 +32,8 @@ EASY
Stuff spectests are blocking on: "is readonly", "[+]", "++ on Bool",
"&ucfirst", "Block", "&prefix:<\>", "*.notdef", "Bool.key", "&hash",
".join without argument", "?| et al failing to take Mu and return Bool",
"writable $_", "closure for",
"writable $_", "closure for", "ranges of chars", "gather for", "%",
"unless", "my regex / <&foo>",

At least parsing Int et al on my-decls would help a lot

Expand Down
9 changes: 8 additions & 1 deletion t/run_spectests
Expand Up @@ -22,10 +22,17 @@ prove -e 't/fudgeandrun' \
../roast/S04-statement-modifiers/for.t \
../roast/S04-statement-modifiers/given.t \
../roast/S04-statement-modifiers/if.t \
../roast/S04-statement-modifiers/unless.t \
../roast/S04-statement-modifiers/unless.t
../roast/S04-statements/for_with_only_one_item.t \
../roast/S04-statements/gather.t \
../roast/S04-statements/if.t \
../roast/S04-statements/last.t \
../roast/S04-statements/map-and-sort-in-for.t \
../roast/S04-statements/next.t \
../roast/S04-statements/no-implicit-block.t \
../roast/S04-statements/until.t \
../roast/S04-statements/while.t \
../roast/S05-grammar/protoregex.t \
../roast/S06-traits/is-rw.t \
../roast/S09-autovivification/autoincrement.t \
../roast/S12-class/inheritance-class-methods.t \
Expand Down

0 comments on commit a5f68a0

Please sign in to comment.