Skip to content

Fix for drive letters #367

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

Merged
merged 1 commit into from
Aug 28, 2015
Merged

Fix for drive letters #367

merged 1 commit into from
Aug 28, 2015

Conversation

nobu
Copy link
Member

@nobu nobu commented Aug 27, 2015

Pathname#relative_path_from raises an ArgumentError when the
self path and the base directory have different prefixes, on
Windows and DOSish systems which have drive letters (or UNC).
The absolute path just works fine in that case.

`Pathname#relative_path_from` raises an `ArgumentError` when the
self path and the base directory have different prefixes, on
Windows and DOSish systems which have drive letters (or UNC).
The absolute path just works fine in that case.
hsbt added a commit that referenced this pull request Aug 28, 2015
@hsbt hsbt merged commit 5b2749c into ruby:master Aug 28, 2015
hsbt added a commit to ruby/ruby that referenced this pull request Aug 28, 2015
  ruby/rdoc#337
  ruby/rdoc#367

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51715 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nurse pushed a commit to nurse/ruby that referenced this pull request Sep 18, 2015
  ruby/rdoc#337
  ruby/rdoc#367

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51715 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
hsbt added a commit to ruby/ruby that referenced this pull request Dec 22, 2015
  ruby/rdoc#340
  ruby/rdoc#341
  ruby/rdoc#367
  ruby/rdoc#368
* lib/rdoc/*: ditto.
* test/rdoc/*: ditto.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53238 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
mrkn pushed a commit to mrkn/ruby that referenced this pull request Apr 17, 2016
  ruby/rdoc#340
  ruby/rdoc#341
  ruby/rdoc#367
  ruby/rdoc#368
* lib/rdoc/*: ditto.
* test/rdoc/*: ditto.

git-svn-id: svn+ssh://svn.ruby-lang.org/ruby/trunk@53238 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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.

2 participants