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

curli related precomp work broke URI2 #4865

Closed
p6rt opened this issue Dec 13, 2015 · 3 comments
Closed

curli related precomp work broke URI2 #4865

p6rt opened this issue Dec 13, 2015 · 3 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Dec 13, 2015

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

Searchable as RT126904$

@p6rt
Copy link
Author

p6rt commented Dec 13, 2015

From @jdv

[jdv@​wieldy p6-uri2]$ perl6 -Ilib t/01-basic.t
===SORRY!===
Type 'URI2​::Authority​::Host' is not declared
at /home/jdv/p6-uri2/lib/URI2/Authority.pm6​:8
------> has URI2​::Authority​::Host⏏ $.host;
Malformed has
at /home/jdv/p6-uri2/lib/URI2/Authority.pm6​:8
------> has URI2​::Authority​::⏏Host $.host;

===SORRY!===
Type 'URI2​::Authority​::Host' is not declared
at /home/jdv/p6-uri2/lib/URI2/Authority.pm6​:8
------> has URI2​::Authority​::Host⏏ $.host;
Malformed has
at /home/jdv/p6-uri2/lib/URI2/Authority.pm6​:8
------> has URI2​::Authority​::⏏Host $.host;

===SORRY!===
Type 'URI2​::Authority​::Host' is not declared
at /home/jdv/p6-uri2/lib/URI2/Authority.pm6​:8
------> has URI2​::Authority​::Host⏏ $.host;
Malformed has
at /home/jdv/p6-uri2/lib/URI2/Authority.pm6​:8
------> has URI2​::Authority​::⏏Host $.host;

Unhandled exception​: This type cannot unbox to a native integer
  at <unknown>​:1
(/home/jdv/rakudo/install/share/perl6/runtime/CORE.setting.moarvm​:print_exception​:4294967295)
  from gen/moar/m-CORE.setting​:19823
(/home/jdv/rakudo/install/share/perl6/runtime/CORE.setting.moarvm​:<anon>​:40)
  from gen/moar/stage2/NQPHLL.nqp​:1434
(/home/jdv/rakudo/install/share/nqp/lib/NQPHLL.moarvm​:command_eval​:380)
  from src/Perl6/Compiler.nqp​:65
(/home/jdv/rakudo/install/share/nqp/lib/Perl6/Compiler.moarvm​:command_eval​:93)
  from gen/moar/stage2/NQPHLL.nqp​:1374
(/home/jdv/rakudo/install/share/nqp/lib/NQPHLL.moarvm​:command_line​:114)
  from gen/moar/m-main.nqp​:37
(/home/jdv/rakudo/install/share/perl6/runtime/perl6.moarvm​:MAIN​:18)
  from gen/moar/m-main.nqp​:33
(/home/jdv/rakudo/install/share/perl6/runtime/perl6.moarvm​:<mainline>​:189)
  from <unknown>​:1
(/home/jdv/rakudo/install/share/perl6/runtime/perl6.moarvm​:<main>​:8)
  from <unknown>​:1
(/home/jdv/rakudo/install/share/perl6/runtime/perl6.moarvm​:<entry>​:9)
[jdv@​wieldy p6-uri2]$ git config -l | grep remote.*url
remote.origin.url=git@​github.com​:jdv/p6-uri2.git
[jdv@​wieldy p6-uri2]$ perl6 -v
This is rakudo version 2015.11-520-ge160c98 built on MoarVM version
2015.11-44-ge7edb06 implementing Perl v6.b.
[jdv@​wieldy p6-uri2]$

@p6rt
Copy link
Author

p6rt commented Dec 16, 2015

From @niner

Fixed in commit b384d8f777f6169052c25e5cc37353f01b8f5f1a

@p6rt p6rt closed this as completed Dec 16, 2015
@p6rt
Copy link
Author

p6rt commented Dec 16, 2015

@niner - Status changed from 'new' to 'resolved'

@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