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 path objects instead of strings #666

Merged
merged 4 commits into from
May 9, 2019

Conversation

happy-barney
Copy link

Installation paths are now treated as App::Perlbrew::Path instances
though in refactoring some paths were not adapted

Related issue: #657

Installation paths are now treated as App::Perlbrew::Path instances
though in refactoring some paths were not adapted

Related issue: gugod#657
@coveralls
Copy link

Coverage Status

Coverage decreased (-1.8%) to 82.954% when pulling 1a177c7 on happy-barney:brz-dev-issue-657 into 1640a8e on gugod:develop.

3 similar comments
@coveralls
Copy link

Coverage Status

Coverage decreased (-1.8%) to 82.954% when pulling 1a177c7 on happy-barney:brz-dev-issue-657 into 1640a8e on gugod:develop.

@coveralls
Copy link

Coverage Status

Coverage decreased (-1.8%) to 82.954% when pulling 1a177c7 on happy-barney:brz-dev-issue-657 into 1640a8e on gugod:develop.

@coveralls
Copy link

Coverage Status

Coverage decreased (-1.8%) to 82.954% when pulling 1a177c7 on happy-barney:brz-dev-issue-657 into 1640a8e on gugod:develop.

@coveralls
Copy link

coveralls commented May 4, 2019

Coverage Status

Coverage increased (+0.5%) to 85.214% when pulling 6d7a7dc on happy-barney:brz-dev-issue-657 into 1640a8e on gugod:develop.

Branislav Zahradník added 2 commits May 5, 2019 09:54
resolve_stable_version cannot return string stable so second comparison
will always fail.

Preferring conditional evaluation over ternary operator as far as variable
is already populated.
Cover not only parameter passing into `do_install_archive()` but
also its processing inside.
sub should_install_from_archive {
my ($title, %params) = @_;

Hash::Util::lock_keys %params,
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure why this is needed, but I guess it's a nice add-on.

@gugod gugod merged commit ddbd141 into gugod:develop May 9, 2019
@happy-barney happy-barney deleted the brz-dev-issue-657 branch May 9, 2019 12:19
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.

3 participants