Skip to content
This repository was archived by the owner on Nov 16, 2020. It is now read-only.

Commit 6a65d1d

Browse files
committed
Update features to fill out blank spots for Rakudo. Also add 'Overriding dispatch' feature.
1 parent 8fae163 commit 6a65d1d

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

features.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@
486486
}, {
487487
"item" : "ObjAt from WHICH",
488488
"status" : "",
489-
"code" : [ ],
489+
"code" : [ rm- rn- ],
490490
"spec" : [ "http://perlcabal.org/syn/S02.html#The_ObjAt_Type" ]
491491
} ]
492492
},
@@ -546,12 +546,12 @@
546546
"spec" : [ ]
547547
}, {
548548
"item" : "need",
549-
"status" : "rn+",
549+
"status" : "rm- rn+",
550550
"code" : [ ],
551551
"spec" : [ ]
552552
}, {
553553
"item" : "require",
554-
"status" : "rm+- (no import lists) n+- (precompilation required)",
554+
"status" : "rm+- (no import lists) rn- n+- (precompilation required)",
555555
"code" : [ ],
556556
"spec" : [ ]
557557
}, {
@@ -704,7 +704,7 @@
704704
"spec" : [ ]
705705
}, {
706706
"item" : "Defining new operators",
707-
"status" : "rm+ n+",
707+
"status" : "rm+ rn- n+",
708708
"code" : [ "http://rosettacode.org/wiki/Function_composition#Perl_6",
709709
"http://rosettacode.org/wiki/Exponentiation_operator.html#Perl_6",
710710
"http://rosettacode.org/wiki/Generator#Perl_6",
@@ -851,7 +851,12 @@
851851
"spec" : [ ]
852852
}, {
853853
"item" : "Role composition",
854-
"status" : "rn+",
854+
"status" : "rm+- rn+",
855+
"code" : [ ],
856+
"spec" : [ ]
857+
}, {
858+
"item" : "Overriding dispatch",
859+
"status" : "rm- rn+",
855860
"code" : [ ],
856861
"spec" : [ ]
857862
} ]

0 commit comments

Comments
 (0)