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

Commit

Permalink
Browse files Browse the repository at this point in the history
Update features to fill out blank spots for Rakudo. Also add 'Overrid…
…ing dispatch' feature.
  • Loading branch information
jnthn committed Sep 21, 2011
1 parent 8fae163 commit 6a65d1d
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions features.json
Expand Up @@ -486,7 +486,7 @@
}, {
"item" : "ObjAt from WHICH",
"status" : "",
"code" : [ ],
"code" : [ rm- rn- ],
"spec" : [ "http://perlcabal.org/syn/S02.html#The_ObjAt_Type" ]
} ]
},
Expand Down Expand Up @@ -546,12 +546,12 @@
"spec" : [ ]
}, {
"item" : "need",
"status" : "rn+",
"status" : "rm- rn+",
"code" : [ ],
"spec" : [ ]
}, {
"item" : "require",
"status" : "rm+- (no import lists) n+- (precompilation required)",
"status" : "rm+- (no import lists) rn- n+- (precompilation required)",
"code" : [ ],
"spec" : [ ]
}, {
Expand Down Expand Up @@ -704,7 +704,7 @@
"spec" : [ ]
}, {
"item" : "Defining new operators",
"status" : "rm+ n+",
"status" : "rm+ rn- n+",
"code" : [ "http://rosettacode.org/wiki/Function_composition#Perl_6",
"http://rosettacode.org/wiki/Exponentiation_operator.html#Perl_6",
"http://rosettacode.org/wiki/Generator#Perl_6",
Expand Down Expand Up @@ -851,7 +851,12 @@
"spec" : [ ]
}, {
"item" : "Role composition",
"status" : "rn+",
"status" : "rm+- rn+",
"code" : [ ],
"spec" : [ ]
}, {
"item" : "Overriding dispatch",
"status" : "rm- rn+",
"code" : [ ],
"spec" : [ ]
} ]
Expand Down

0 comments on commit 6a65d1d

Please sign in to comment.