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
ding niecza for missing degenerate cases
[op] and op= don't do the right thing with nothing
  • Loading branch information
TimToady committed Aug 3, 2011
1 parent d8e968e commit f9b23b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions features.json
Expand Up @@ -626,7 +626,7 @@
"items": [
{
"item" : "Reduction",
"status" : "rm+ rn+ n+",
"status" : "rm+ rn+ n+- (missing degenerate case)",
"code" : [ "http://perl6advent.wordpress.com/2009/12/05/day-5-metaoperator/",
"http://rosettacode.org/wiki/Dot_product#Perl_6",
"http://rosettacode.org/wiki/Ordered_words#Perl_6",
Expand All @@ -640,7 +640,7 @@
"spec" : [ ]
}, {
"item" : "Assignment",
"status" : "rm+ rn+ n+",
"status" : "rm+ rn+ n+- (missing degenerate case)",
"code" : [ "http://rosettacode.org/wiki/Van_der_Corput_sequence#Perl_6",
"http://rosettacode.org/wiki/Gray_code#Perl_6",
"http://rosettacode.org/wiki/Hailstone_sequence#Perl_6" ],
Expand Down

0 comments on commit f9b23b7

Please sign in to comment.