root/misc/STD_red/PROBLEMS

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
2Note 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
8The rest of this file may be out of date...
9
10t/02-test-pm/3-output.t
11int is a typename, so doesn't parse as a subcall.
12int 3
13
14t/blocks/currying.t
15Adverbial arguments without a comma don't parse.
16f(:x(1) :y(2))
17
18t/blocks/implicit_parameters.t
19UNKNOWN.
20{3}.()
21
22t/blocks/lvalue_subroutines.t
23comment breaks } end-of-statement
24sub f { 3 } # without rw
25
26t/blocks/multi_sub.t
27comment breaks } end-of-statement
28
29t/blocks/param_signature.t
30q{...} isn't being treated as a string
31
32
33t/blocks/return.t
34Is this really valid?
35while $x-- { return 24; } return 42;
Note: See TracBrowser for help on using the browser.