Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#`() comments broken in Rakudo #2976

Closed
p6rt opened this issue Nov 16, 2012 · 4 comments
Closed

#`() comments broken in Rakudo #2976

p6rt opened this issue Nov 16, 2012 · 4 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Nov 16, 2012

Migrated from rt.perl.org#115762 (status was 'resolved')

Searchable as RT115762$

@p6rt
Copy link
Author

p6rt commented Nov 16, 2012

From @masak

<masak> r​: class Pandora​::Box { method open { say "OH NO WHAT HAVE YOU
DONE" } }; given Pandora​::Box.new { #`( what, you thought I would open
the box? sheesh. ) }
<p6eval> rakudo e215ee​: OUTPUT«===SORRY!===␤Method 'balanced' not
found for invocant of class 'NQPMu'␤»
<PerlJam> heh
<PerlJam> don't tempt Fate! ;)
<masak> seems to find me rakudobugs :P
<masak> r​: #`( is it these comments that have bitrotted? )
<p6eval> rakudo e215ee​: OUTPUT«===SORRY!===␤Method 'balanced' not
found for invocant of class 'NQPMu'␤»
<masak> seems so.
<masak> r​: #`()
<p6eval> rakudo e215ee​: OUTPUT«===SORRY!===␤Method 'balanced' not
found for invocant of class 'NQPMu'␤»
* masak submits rakudobug
<masak> std​: #`()
<p6eval> std 04216b1​: OUTPUT«ok 00​:00 40m␤»

@p6rt
Copy link
Author

p6rt commented Nov 17, 2012

From @coke

On Fri Nov 16 12​:24​:55 2012, masak wrote​:

<masak> r​: class Pandora​::Box { method open { say "OH NO WHAT HAVE YOU
DONE" } }; given Pandora​::Box.new { #`( what, you thought I would open
the box? sheesh. ) }
<p6eval> rakudo e215ee​: OUTPUT«===SORRY!===␤Method 'balanced' not
found for invocant of class 'NQPMu'␤»
<PerlJam> heh
<PerlJam> don't tempt Fate! ;)
<masak> seems to find me rakudobugs :P
<masak> r​: #`( is it these comments that have bitrotted? )
<p6eval> rakudo e215ee​: OUTPUT«===SORRY!===␤Method 'balanced' not
found for invocant of class 'NQPMu'␤»
<masak> seems so.
<masak> r​: #`()
<p6eval> rakudo e215ee​: OUTPUT«===SORRY!===␤Method 'balanced' not
found for invocant of class 'NQPMu'␤»
* masak submits rakudobug
<masak> std​: #`()
<p6eval> std 04216b1​: OUTPUT«ok 00​:00 40m␤»

jnthn++ has fixed this, and PerlJam++ added a test to S02-lexical-conventions/comments.t

--
Will "Coke" Coleda

@p6rt
Copy link
Author

p6rt commented Nov 17, 2012

The RT System itself - Status changed from 'new' to 'open'

@p6rt
Copy link
Author

p6rt commented Nov 17, 2012

@coke - Status changed from 'open' to 'resolved'

@p6rt p6rt closed this as completed Nov 17, 2012
@p6rt p6rt added the Bug label Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant