Skip to content

Commit 86fd9c0

Browse files
committed
All releases are good
I don't know what was the motivation for this code, but it does not work anyway.
1 parent 8950c8f commit 86fd9c0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/Whateverable.pm6

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ constant Message = IRC::Client::Message;
5454
unit role Whateverable[:$default-timeout = 10] does IRC::Client::Plugin does Helpful;
5555

5656
my $default-stdin = slurp stdin;
57-
has $!bad-releases = set 2016.01, 2016.01.1;
5857

5958
method TWEAK {
6059
# wrap around everything to catch exceptions
@@ -385,7 +384,6 @@ method get-tags($date, :$repo=$RAKUDO) {
385384
for get-output(cwd => $repo, git, log, --pretty="%d",
386385
--tags, --no-walk, --since=$date)<output>.lines -> $tag {
387386
next unless $tag ~~ /:i ‘tag:’ \s* ((\d\d\d\d\.\d\d)[\.\d\d?]?) /; # TODO use tag -l
388-
next if $!bad-releases{$0}:exists;
389387
next if %seen{$0[0]}++;
390388
@tags.push($0)
391389
}

0 commit comments

Comments
 (0)