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

%*VM doesn't work anymore in Rakudo #1640

Closed
p6rt opened this issue Mar 29, 2010 · 7 comments
Closed

%*VM doesn't work anymore in Rakudo #1640

p6rt opened this issue Mar 29, 2010 · 7 comments
Labels

Comments

@p6rt
Copy link

p6rt commented Mar 29, 2010

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

Searchable as RT73888$

@p6rt
Copy link
Author

p6rt commented Mar 29, 2010

From @masak

In various configure scripts in the app cheese, we find the Rakudo
build dir through this line of code​:

  my $parrot_dir = %*VM<config><build_dir>;

This doesn't work in Rakudo master yet, because the %*VM variable
hasn't been re-implemented in the ng-derived branch.

@p6rt
Copy link
Author

p6rt commented Jul 24, 2010

From @coke

On Mon Mar 29 08​:55​:54 2010, masak wrote​:

In various configure scripts in the app cheese, we find the Rakudo
build dir through this line of code​:

my $parrot_dir = %*VM<config><build_dir>;

This doesn't work in Rakudo master yet, because the %*VM variable
hasn't been re-implemented in the ng-derived branch.

━$━∫ ./perl6

say %*VM<config><build_dir>
Any()

--
Will "Coke" Coleda

@p6rt
Copy link
Author

p6rt commented Jul 24, 2010

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

@p6rt
Copy link
Author

p6rt commented Jul 28, 2010

From @pmichaud

The spec changed to use $*VM, and Rakudo now implements that.

say $*VM<config><bindir>
/home/pmichaud/rakudo/parrot_install/bin

Pm

@p6rt
Copy link
Author

p6rt commented Jul 28, 2010

From @coke

On Wed Jul 28 09​:46​:16 2010, pmichaud wrote​:

The spec changed to use $*VM, and Rakudo now implements that.

say $*VM<config><bindir>
/home/pmichaud/rakudo/parrot_install/bin

Pm

Looks like t/spec has not yet caught up - leaving with moritz++ for
spectests.

--
Will "Coke" Coleda

@p6rt
Copy link
Author

p6rt commented Jul 29, 2010

From @moritz

Tested at least a wee bit in t/spec/integration/real-strings.t.

@p6rt
Copy link
Author

p6rt commented Jul 29, 2010

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

@p6rt p6rt closed this as completed Jul 29, 2010
@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