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

Commit f9b23b7

Browse files
committed
ding niecza for missing degenerate cases
[op] and op= don't do the right thing with nothing
1 parent d8e968e commit f9b23b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

features.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@
626626
"items": [
627627
{
628628
"item" : "Reduction",
629-
"status" : "rm+ rn+ n+",
629+
"status" : "rm+ rn+ n+- (missing degenerate case)",
630630
"code" : [ "http://perl6advent.wordpress.com/2009/12/05/day-5-metaoperator/",
631631
"http://rosettacode.org/wiki/Dot_product#Perl_6",
632632
"http://rosettacode.org/wiki/Ordered_words#Perl_6",
@@ -640,7 +640,7 @@
640640
"spec" : [ ]
641641
}, {
642642
"item" : "Assignment",
643-
"status" : "rm+ rn+ n+",
643+
"status" : "rm+ rn+ n+- (missing degenerate case)",
644644
"code" : [ "http://rosettacode.org/wiki/Van_der_Corput_sequence#Perl_6",
645645
"http://rosettacode.org/wiki/Gray_code#Perl_6",
646646
"http://rosettacode.org/wiki/Hailstone_sequence#Perl_6" ],

0 commit comments

Comments
 (0)