Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Don't incorrectly relativize sibling --path with the same prefix #4715

Merged
merged 1 commit into from
Jun 25, 2016

Conversation

jenseng
Copy link
Contributor

@jenseng jenseng commented Jun 24, 2016

Given current working directory /foo/app, when you install with
--path /foo/app_cache, ensure that the messaging says:

Bundled gems are installed into /foo/app_cache

instead of the incorrect:

Bundled gems are installed into ._cache

Given current working directory `/foo/app`, when you install with
`--path /foo/app_cache`, ensure that the messaging says:

    Bundled gems are installed into /foo/app_cache

instead of the incorrect:

    Bundled gems are installed into ._cache
@indirect
Copy link
Member

Oof. Thanks for the fix!

@segiddins
Copy link
Member

@homu r+

@homu
Copy link
Contributor

homu commented Jun 24, 2016

📌 Commit 2410d93 has been approved by segiddins

@segiddins segiddins added this to the 1.13 milestone Jun 24, 2016
homu added a commit that referenced this pull request Jun 25, 2016
Don't incorrectly relativize sibling `--path` with the same prefix

Given current working directory `/foo/app`, when you install with
`--path /foo/app_cache`, ensure that the messaging says:

    Bundled gems are installed into /foo/app_cache

instead of the incorrect:

    Bundled gems are installed into ._cache
@homu
Copy link
Contributor

homu commented Jun 25, 2016

⌛ Testing commit 2410d93 with merge 3b928d8...

@homu
Copy link
Contributor

homu commented Jun 25, 2016

☀️ Test successful - status

@homu homu merged commit 2410d93 into rubygems:master Jun 25, 2016
segiddins pushed a commit that referenced this pull request Jun 27, 2016
Don't incorrectly relativize sibling `--path` with the same prefix

Given current working directory `/foo/app`, when you install with
`--path /foo/app_cache`, ensure that the messaging says:

    Bundled gems are installed into /foo/app_cache

instead of the incorrect:

    Bundled gems are installed into ._cache

(cherry picked from commit 3b928d8)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants