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

UNIT:: dies horribly if used at compile time #5134

Closed
p6rt opened this issue Feb 13, 2016 · 7 comments
Closed

UNIT:: dies horribly if used at compile time #5134

p6rt opened this issue Feb 13, 2016 · 7 comments

Comments

@p6rt
Copy link

p6rt commented Feb 13, 2016

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

Searchable as RT127536$

@p6rt
Copy link
Author

p6rt commented Feb 13, 2016

From @LLFourn

perl6 -e 'BEGIN { UNIT; Nil }'

===SORRY!=== Error while compiling -e
An exception occurred while evaluating a BEGIN
at -e​:1
Exception details​:
===SORRY!=== Error while compiling
ctxlexpad needs an MVMContext
at :

@p6rt
Copy link
Author

p6rt commented Jul 22, 2016

From @zoffixznet

Still present in Rakudo version 2016.07.1-28-gd789da1 built on MoarVM version 2016.07-3-gc01472d

Interestingly, this doesn't happen on camelia running the same commit.

zoffix@​VirtualBox​:~/CPANPRC/rakudo$ ./perl6-m -e 'BEGIN { UNIT; Nil }'
===SORRY!=== Error while compiling -e
An exception occurred while evaluating a BEGIN
at -e​:1
Exception details​:
  ===SORRY!=== Error while compiling
  ctxlexpad needs an MVMContext
  at :

--
Cheers,
ZZ | https://twitter.com/zoffix

@p6rt
Copy link
Author

p6rt commented Jul 22, 2016

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

@p6rt
Copy link
Author

p6rt commented May 18, 2019

From @dogbert17

On Thu, 21 Jul 2016 19​:43​:35 -0700, cpan@​zoffix.com wrote​:

Still present in Rakudo version 2016.07.1-28-gd789da1 built on MoarVM
version 2016.07-3-gc01472d

Interestingly, this doesn't happen on camelia running the same commit.

zoffix@​VirtualBox​:~/CPANPRC/rakudo$ ./perl6-m -e 'BEGIN { UNIT; Nil }'
===SORRY!=== Error while compiling -e
An exception occurred while evaluating a BEGIN
at -e​:1
Exception details​:
===SORRY!=== Error while compiling
ctxlexpad needs an MVMContext
at :

Fixed with commit rakudo/rakudo@1c7d15d

testneeded

@p6rt
Copy link
Author

p6rt commented Aug 1, 2019

From @usev6

I've added a test to S02-names/pseudo-6e.t with Raku/roast@73d867501c

I'm closing this ticket as 'resolved'.

1 similar comment
@p6rt
Copy link
Author

p6rt commented Aug 1, 2019

From @usev6

I've added a test to S02-names/pseudo-6e.t with Raku/roast@73d867501c

I'm closing this ticket as 'resolved'.

@p6rt
Copy link
Author

p6rt commented Aug 1, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant