Skip to content

Commit

Permalink
Update reason for commenting out
Browse files Browse the repository at this point in the history
  • Loading branch information
lizmat committed Oct 24, 2018
1 parent 18eed38 commit 65d4fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Nil.pm6
Expand Up @@ -9,7 +9,7 @@ my class Nil is Cool { # declared in BOOTSTRAP

method AT-POS(| --> Nil) { }
method AT-KEY(| --> Nil) { }
# method ACCEPTS(*@ --> Nil) { } # XXX spec says Nil, but makes spectest hang
# method ACCEPTS(*@ --> Nil) { } # XXX spec says Nil, but makes install fail

method BIND-POS(|) { die "Attempted to BIND-POS to {self.gist}." }
method BIND-KEY(|) { Failure.new(X::Bind.new(target => self.gist)) }
Expand Down

0 comments on commit 65d4fd7

Please sign in to comment.