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

Remove relative elements from NQP_HOME and PERL6_HOME #2846

Merged
merged 1 commit into from
Apr 18, 2019

Conversation

patrickbkr
Copy link
Contributor

This in turn results in the repository path specs to not contain any relative path elements. Fixes #2840

@lizmat
Copy link
Contributor

lizmat commented Apr 17, 2019

Argh, looks like merging #2845 messed up this one.

Looks like this should be fixable by doing the nqp::rindex on $exec-dir, like:

nqp::substr($exec-dir, 0, nqp::rindex($exec-dir, $sep)) ~ '/share/nqp';

??

This in turn results in the repository path specs to not contain any
relative path elements.
@lizmat lizmat merged commit e11d0d5 into rakudo:master Apr 18, 2019
@lizmat
Copy link
Contributor

lizmat commented Apr 18, 2019

Thanks!

@patrickbkr patrickbkr deleted the no-rel-repo-paths branch April 18, 2019 09:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Default repository path specs should not contain relative path parts
5 participants