|
Revision 20581, 0.7 kB
(checked in by putter, 7 months ago)
|
|
[elf] Array.isa(List). pmichaud++ Broke TODO out of README, and expanded.
[STD_red] PROBLEMS: Noted :todo (unrelated) is intentionally ignored, and the file may be out of date.
|
-
Property svn:mime-type set to
text/plain; charset=UTF-8
-
Property svn:eol-style set to
native
|
| Line | |
|---|
| 1 | |
|---|
| 2 | Note that the tests of :todo are _intentionally_ failing, and will stay that way. |
|---|
| 3 | :todo in a test means some other implementation has a problem with it. We don't care. |
|---|
| 4 | |
|---|
| 5 | |
|---|
| 6 | |
|---|
| 7 | |
|---|
| 8 | The rest of this file may be out of date... |
|---|
| 9 | |
|---|
| 10 | t/02-test-pm/3-output.t |
|---|
| 11 | int is a typename, so doesn't parse as a subcall. |
|---|
| 12 | int 3 |
|---|
| 13 | |
|---|
| 14 | t/blocks/currying.t |
|---|
| 15 | Adverbial arguments without a comma don't parse. |
|---|
| 16 | f(:x(1) :y(2)) |
|---|
| 17 | |
|---|
| 18 | t/blocks/implicit_parameters.t |
|---|
| 19 | UNKNOWN. |
|---|
| 20 | {3}.() |
|---|
| 21 | |
|---|
| 22 | t/blocks/lvalue_subroutines.t |
|---|
| 23 | comment breaks } end-of-statement |
|---|
| 24 | sub f { 3 } # without rw |
|---|
| 25 | |
|---|
| 26 | t/blocks/multi_sub.t |
|---|
| 27 | comment breaks } end-of-statement |
|---|
| 28 | |
|---|
| 29 | t/blocks/param_signature.t |
|---|
| 30 | q{...} isn't being treated as a string |
|---|
| 31 | |
|---|
| 32 | |
|---|
| 33 | t/blocks/return.t |
|---|
| 34 | Is this really valid? |
|---|
| 35 | while $x-- { return 24; } return 42; |
|---|