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

Commit 918b554

Browse files
committed
combine some rows pmichaud++
1 parent f685abc commit 918b554

File tree

1 file changed

+8
-25
lines changed

1 file changed

+8
-25
lines changed

features.json

Lines changed: 8 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -448,15 +448,18 @@
448448
"code" : [ "http://rosettacode.org/wiki/Pangram_checker#Perl_6" ],
449449
"spec" : [ ]
450450
}, {
451-
"item" : "Buf",
451+
"item" : "Buf, buf, utf8",
452452
"status" : "rm+- rn- n-",
453453
"code" : [ ],
454-
"spec" : [ "http://perlcabal.org/syn/S32/Containers.html#Buf" ]
454+
"spec" : [ "http://perlcabal.org/syn/S32/Containers.html#Buf",
455+
"http://perlcabal.org/syn/S02.html#Native_buf_Types",
456+
"http://perlcabal.org/syn/S02.html#The_utf8_Type" ]
455457
}, {
456-
"item" : "NFG as default",
458+
"item" : "NFG as default, StrPos/StrLen",
457459
"status" : "rm- rn- n-",
458460
"code" : [ ],
459-
"spec" : [ ]
461+
"spec" : [ "http://perlcabal.org/syn/S02.html#The_StrPos_Type",
462+
"http://perlcabal.org/syn/S02.html#The_StrLen_Type" ]
460463
}, {
461464
"item" : "DateTime, Date",
462465
"status" : "rm+ rn- n-",
@@ -481,30 +484,10 @@
481484
"code" : [ ],
482485
"spec" : "http://perlcabal.org/syn/S09.html#Fixed-size_arrays"
483486
}, {
484-
"item" : "ObjAt",
487+
"item" : "ObjAt from WHICH",
485488
"status" : "",
486489
"code" : [ ],
487490
"spec" : [ "http://perlcabal.org/syn/S02.html#The_ObjAt_Type" ]
488-
}, {
489-
"item" : "StrPos",
490-
"status" : "",
491-
"code" : [ ],
492-
"spec" : [ "http://perlcabal.org/syn/S02.html#The_StrPos_Type" ]
493-
}, {
494-
"item" : "StrLen",
495-
"status" : "",
496-
"code" : [ ],
497-
"spec" : [ "http://perlcabal.org/syn/S02.html#The_StrLen_Type" ]
498-
}, {
499-
"item" : "Native buf Types",
500-
"status" : "",
501-
"code" : [ ],
502-
"spec" : [ "http://perlcabal.org/syn/S02.html#Native_buf_Types" ]
503-
}, {
504-
"item" : "The utf8 Type",
505-
"status" : "",
506-
"code" : [ ],
507-
"spec" : [ "http://perlcabal.org/syn/S02.html#The_utf8_Type" ]
508491
} ]
509492
},
510493
{ "section": "Multi dispatch",

0 commit comments

Comments
 (0)