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

Commit 0b734d7

Browse files
committed
Fill out blanks on niecza column, updates, acknowledge regressions
1 parent 259cdf2 commit 0b734d7

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

features.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -207,17 +207,17 @@
207207
"spec" : [ ]
208208
}, {
209209
"item" : "Composing roles into classes",
210-
"status" : "rm+ rn+ n+- (runtime composition only)",
210+
"status" : "rm+ rn+ n+",
211211
"code" : [ "http://rosettacode.org/wiki/Parametric_polymorphism#Perl_6" ],
212212
"spec" : [ ]
213213
}, {
214214
"item" : "Composing roles into roles",
215-
"status" : "rm+ rn+ n-",
215+
"status" : "rm+ rn+ n+",
216216
"code" : [ ],
217217
"spec" : [ ]
218218
}, {
219219
"item" : "Parametric roles",
220-
"status" : "rm+ rn+ n+-",
220+
"status" : "rm+ rn+ n+",
221221
"code" : [ "http://rosettacode.org/wiki/Parametric_polymorphism#Perl_6",
222222
"http://rosettacode.org/wiki/Constrained_genericity#Perl_6" ],
223223
"spec" : [ ]
@@ -281,7 +281,7 @@
281281
"spec" : [ ]
282282
}, {
283283
"item" : "Unicode properties",
284-
"status" : "rm+- (outdated specification) rn+- (no set operations yet) n-",
284+
"status" : "rm+- (outdated specification) rn+- (no set operations yet) n+",
285285
"code" : [ ],
286286
"spec" : [ ]
287287
}, {
@@ -339,7 +339,7 @@
339339
"spec" : [ ]
340340
}, {
341341
"item" : "Nested signatures",
342-
"status" : "rm+ rn+ n-",
342+
"status" : "rm+ rn+ n+",
343343
"code" : [ "http://rosettacode.org/wiki/Draw_a_cuboid#Perl_6",
344344
"http://rosettacode.org/wiki/Pattern_matching#Perl_6",
345345
"http://rosettacode.org/wiki/Forward_difference#Perl_6" ],
@@ -526,18 +526,18 @@
526526
"spec" : [ ]
527527
}, {
528528
"item" : "Proper narrowness analysis",
529-
"status" : "rm+ rn+ n+- (no subtypes)",
529+
"status" : "rm+ rn+ n+",
530530
"code" : [ ],
531531
"spec" : [ ]
532532
}, {
533533
"item" : "Additional constraints",
534-
"status" : "rm+ rn+ n-",
534+
"status" : "rm+ rn+ n+",
535535
"code" : [ "http://rosettacode.org/wiki/Pattern_matching#Perl_6",
536536
"http://rosettacode.org/wiki/Detect_division_by_zero#Perl_6" ],
537537
"spec" : [ ]
538538
}, {
539539
"item" : "nextsame, nextwith, callsame, callwith",
540-
"status" : "rm+ rn+ n+",
540+
"status" : "rm+ rn+ n+- (only for methods)",
541541
"code" : [ "http://perl6advent.wordpress.com/2010/12/14/day-14-nextsame-and-its-cousins/" ],
542542
"spec" : [ ]
543543
}]
@@ -551,17 +551,17 @@
551551
"spec" : [ ]
552552
}, {
553553
"item" : "need",
554-
"status" : "rm- rn+",
554+
"status" : "rm- rn+ n-",
555555
"code" : [ ],
556556
"spec" : [ ]
557557
}, {
558558
"item" : "require",
559-
"status" : "rm+- (no import lists) rn+- (no import lists) n+- (precompilation required)",
559+
"status" : "rm+- (no import lists) rn+- (no import lists) n-",
560560
"code" : [ ],
561561
"spec" : [ ]
562562
}, {
563563
"item" : "Basic module versioning",
564-
"status" : "rm+ rn-",
564+
"status" : "rm+ rn- n-",
565565
"code" : [ ],
566566
"spec" : [ ]
567567
} ]
@@ -761,7 +761,7 @@
761761
"items": [
762762
{
763763
"item" : "BEGIN/CHECK/INIT/END",
764-
"status" : "rm+- rn+ n+-",
764+
"status" : "rm+- rn+ n+",
765765
"code" : [ "http://rosettacode.org/wiki/Compile-time_calculation#Perl_6" ],
766766
"spec" : [ ]
767767
}, {
@@ -845,23 +845,23 @@
845845
"items": [
846846
{
847847
"item" : "Introspection",
848-
"status" : "rm+ rn+",
848+
"status" : "rm+ rn+ n-",
849849
"code" : [ "http://perl6advent.wordpress.com/2010/12/22/day-22-the-meta-object-protocol/",
850850
"http://rosettacode.org/wiki/Inheritance/Multiple#Perl_6" ],
851851
"spec" : [ ]
852852
}, {
853853
"item" : "Adding methods",
854-
"status" : "rm+ rn+",
854+
"status" : "rm+ rn+ n+-",
855855
"code" : [ ],
856856
"spec" : [ ]
857857
}, {
858858
"item" : "Role composition",
859-
"status" : "rm+- rn+",
859+
"status" : "rm+- rn+ n-",
860860
"code" : [ ],
861861
"spec" : [ ]
862862
}, {
863863
"item" : "Overriding dispatch",
864-
"status" : "rm- rn+",
864+
"status" : "rm- rn+ n-",
865865
"code" : [ ],
866866
"spec" : [ ]
867867
} ]

0 commit comments

Comments
 (0)