Skip to content

Commit

Permalink
Don't Seq cmp Seq directly
Browse files Browse the repository at this point in the history
Apparently, these must be cached to prevent ecosystem breakage.

Fixes #4476
  • Loading branch information
lizmat committed Jul 23, 2021
1 parent 694a36e commit f26a1bc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/core.c/Seq.pm6
Expand Up @@ -203,8 +203,4 @@ sub GATHER(&block) is implementation-detail {
Seq.new(Rakudo::Iterator.Gather(&block))
}

multi sub infix:<cmp>(Seq:D \a, Seq:D \b) {
a.iterator cmp b.iterator
}

# vim: expandtab shiftwidth=4

0 comments on commit f26a1bc

Please sign in to comment.