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

Parse difficulties with '::%%r' in Rakudo #1493

Open
p6rt opened this issue Feb 15, 2010 · 7 comments
Open

Parse difficulties with '::%%r' in Rakudo #1493

p6rt opened this issue Feb 15, 2010 · 7 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Feb 15, 2010

Migrated from rt.perl.org#72830 (status was 'open')

Searchable as RT72830$

@p6rt
Copy link
Author

p6rt commented Feb 15, 2010

From @masak

<diakopter> std​: my %r = 4; say :​:%%r
<p6eval> std 29733​: OUTPUT«ok 00​:01 107m␤»
<diakopter> rakudo​: my %r = 4; say :​:%%r
<p6eval> rakudo 70667a​: OUTPUT«Confused at line 11, near "say
:​:%%r"␤current instr.​: 'perl6;HLL;Grammar;panic' pc 500
(ext/nqp-rx/src/stage0/HLL-s0.pir​:328)␤»
<diakopter> I don't know whether that's a rakudobug, stdbug, both, or neither.
<TimToady> std​: :​: % %r
<p6eval> std 29733​: OUTPUT«Potential difficulties​:␤ Variable %r is
not predeclared at /tmp/BecvEU8Bg6 line 1​:␤------> �[32m​:: %
%r�[33m⏏�[31m<EOL>�[0m␤ok 00​:01 106m␤»
<diakopter> rakudobug, then
* masak submits it

@p6rt
Copy link
Author

p6rt commented Aug 18, 2010

From @coke

On Mon Feb 15 01​:50​:21 2010, masak wrote​:

<diakopter> std​: my %r = 4; say :​:%%r
<p6eval> std 29733​: OUTPUT«ok 00​:01 107m␤»
<diakopter> rakudo​: my %r = 4; say :​:%%r
<p6eval> rakudo 70667a​: OUTPUT«Confused at line 11, near "say
:​:%%r"␤current instr.​: 'perl6;HLL;Grammar;panic' pc 500
(ext/nqp-rx/src/stage0/HLL-s0.pir​:328)␤»
<diakopter> I don't know whether that's a rakudobug, stdbug, both, or
neither.
<TimToady> std​: :​: % %r
<p6eval> std 29733​: OUTPUT«Potential difficulties​:␤ Variable %r is
not predeclared at /tmp/BecvEU8Bg6 line 1​:␤------> �[32m​:: %
%r�[33m⏏�[31m<EOL>�[0m␤ok 00​:01 106m␤»
<diakopter> rakudobug, then
* masak submits it

New failure mode​:

01​:14 <[Coke]> rakudo​: my %r = 4; say :​:%%r
01​:14 <p6eval> rakudo 67778a​: OUTPUT«===SORRY!===␤ResizablePMCArray​: Can't pop
  from an empty array!␤»

--
Will "Coke" Coleda

@p6rt
Copy link
Author

p6rt commented Aug 18, 2010

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

@p6rt
Copy link
Author

p6rt commented Sep 13, 2011

From @bbkr

NOM​: still broken

bbkr​:nom bbkr$ ./perl6 -e 'my %r = 4; say :​:%%r'
===SORRY!===
Cannot look up empty name

@p6rt
Copy link
Author

p6rt commented May 28, 2012

From @coke

On Tue Sep 13 06​:16​:21 2011, bbkr wrote​:

NOM​: still broken

bbkr​:nom bbkr$ ./perl6 -e 'my %r = 4; say :​:%%r'
===SORRY!===
Cannot look up empty name

Changed again​:

my %r = 4; say :​:%%r
CHECK FAILED​:
Undefined routine '&r' called (line 1)

--
Will "Coke" Coleda

@p6rt
Copy link
Author

p6rt commented Oct 28, 2015

From @stmuk

On Sun May 27 20​:56​:44 2012, coke wrote​:

On Tue Sep 13 06​:16​:21 2011, bbkr wrote​:

NOM​: still broken

bbkr​:nom bbkr$ ./perl6 -e 'my %r = 4; say :​:%%r'
===SORRY!===
Cannot look up empty name

Changed again​:

my %r = 4; say :​:%%r
CHECK FAILED​:
Undefined routine '&r' called (line 1)

my %r = 4; say :​:%%r
===SORRY!=== Error while compiling <unknown file>
Undeclared routine​:
  r used at line 1

@p6rt p6rt added the Bug label Jan 5, 2020
@JJ
Copy link

JJ commented May 6, 2020

Still the same, 2020.05

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

2 participants