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

use lib "double-quoted string" Null PMC #3277

Closed
p6rt opened this issue Nov 18, 2013 · 7 comments
Closed

use lib "double-quoted string" Null PMC #3277

p6rt opened this issue Nov 18, 2013 · 7 comments

Comments

@p6rt
Copy link

p6rt commented Nov 18, 2013

Migrated from rt.perl.org#120561 (status was 'rejected')

Searchable as RT120561$

@p6rt
Copy link
Author

p6rt commented Nov 18, 2013

From cyberuniverses@gmail.com

using Rakudo Star 2013.10​:

use lib $?FILE.path.directory ~ '/lib'; # works correctly

use lib "{$?FILE.path.directory}/lib"; # Null PMC access in get_bool()

@p6rt
Copy link
Author

p6rt commented Jan 25, 2014

From bc.helba@recursor.net

On Sun Nov 17 19​:02​:47 2013, cyberuniverses@​gmail.com wrote​:

using Rakudo Star 2013.10​:

use lib $?FILE.path.directory ~ '/lib'; # works correctly

use lib "{$?FILE.path.directory}/lib"; # Null PMC access in get_bool()

use lib "{$?FILE.path.directory}/lib";
Nil
use lib $?FILE.path.directory ~ '/lib';
Nil
perl6 -v
This is perl6 version 2014.01-27-g396a2d3 built on MoarVM version 2014.01

At least it seems to work on MoarVM?!

--
Karlsruhe.pm

@p6rt
Copy link
Author

p6rt commented Jan 25, 2014

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

@p6rt
Copy link
Author

p6rt commented Oct 25, 2014

From @usev6

There is still a Null PMC access on Parrot. The command runs fine on Moar and JVM​:

$ perl6-p -e 'use lib "{$?FILE.path.directory}/lib";'
===SORRY!===
Null PMC access in get_bool()

I added a test (fudged 'skip' for Parrot) to S10-packages/basic.t with commit Raku/roast@babf7685de

1 similar comment
@p6rt
Copy link
Author

p6rt commented Oct 25, 2014

From @usev6

There is still a Null PMC access on Parrot. The command runs fine on Moar and JVM​:

$ perl6-p -e 'use lib "{$?FILE.path.directory}/lib";'
===SORRY!===
Null PMC access in get_bool()

I added a test (fudged 'skip' for Parrot) to S10-packages/basic.t with commit Raku/roast@babf7685de

@p6rt
Copy link
Author

p6rt commented Feb 27, 2015

From @usev6

Since support for Parrot was suspended with Rakudo Star Release 2015.02, I'm closing this "parrot only" ticket.

I added the ticket to a list of closed ticket living in the Mu repository​: https://github.com/perl6/mu/blob/master/misc/rt.perl.org/tickets_closed_parrot_only.txt.

In case support for Parrot will be restored in some future release the listed tickets can be checked and re-opened as appropriate.

@p6rt p6rt closed this as completed Feb 27, 2015
@p6rt
Copy link
Author

p6rt commented Feb 27, 2015

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

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