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

EXPORTHOW SUPERSEDE/DECLARE Cannot invoke this object #6347

Open
p6rt opened this issue Jun 16, 2017 · 2 comments
Open

EXPORTHOW SUPERSEDE/DECLARE Cannot invoke this object #6347

p6rt opened this issue Jun 16, 2017 · 2 comments
Labels
regression Issue did not exist previously

Comments

@p6rt
Copy link

p6rt commented Jun 16, 2017

Migrated from rt.perl.org#131584 (status was 'new')

Searchable as RT131584$

@p6rt
Copy link
Author

p6rt commented Jun 16, 2017

From @LLFourn

cat >A.pm6 <<'END'
my package EXPORTHOW {
  package DECLARE {
  constant pokemon = Metamodel​::ClassHOW;
  }
  package SUPERSEDE {
  constant grammar = Metamodel​::ClassHOW
  }
}
END
perl6 -I. -e 'use A;'

===SORRY!===
Cannot invoke this object (REPR​: Null; VMNull)

This is Rakudo version 2017.05-454-g5facb26 built on MoarVM version
2017.05-85-g21ee1a5
implementing Perl 6.c.

@p6rt
Copy link
Author

p6rt commented Jun 16, 2017

From @LLFourn

Ohh and now we have toast​:

https://toast.perl6.party/
Which shows maybe it was​: 2017.05-394-g56e71d5

On Fri, Jun 16, 2017 at 10​:13 PM Lloyd Fournier <
perl6-bugs-followup@​perl.org> wrote​:

# New Ticket Created by Lloyd Fournier
# Please include the string​: [perl #​131584]
# in the subject line of all future correspondence about this issue.
# <URL​: https://rt-archive.perl.org/perl6/Ticket/Display.html?id=131584 >

cat >A.pm6 <<'END'
my package EXPORTHOW {
package DECLARE {
constant pokemon = Metamodel​::ClassHOW;
}
package SUPERSEDE {
constant grammar = Metamodel​::ClassHOW
}
}
END
perl6 -I. -e 'use A;'

===SORRY!===
Cannot invoke this object (REPR​: Null; VMNull)

This is Rakudo version 2017.05-454-g5facb26 built on MoarVM version
2017.05-85-g21ee1a5
implementing Perl 6.c.

@p6rt p6rt added the regression Issue did not exist previously label Jan 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
regression Issue did not exist previously
Projects
None yet
Development

No branches or pull requests

1 participant