[#83773] [Ruby trunk Bug#14108] Seg Fault with MinGW on svn 60769 — usa@...
Issue #14108 has been updated by usa (Usaku NAKAMURA).
9 messages
2017/11/15
[#83774] Re: [Ruby trunk Bug#14108] Seg Fault with MinGW on svn 60769
— Eric Wong <normalperson@...>
2017/11/15
usa@garbagecollect.jp wrote:
[#83775] Re: [Ruby trunk Bug#14108] Seg Fault with MinGW on svn 60769
— "U.NAKAMURA" <usa@...>
2017/11/15
Hi, Eric
[#83779] Re: [Ruby trunk Bug#14108] Seg Fault with MinGW on svn 60769
— Eric Wong <normalperson@...>
2017/11/15
"U.NAKAMURA" <usa@garbagecollect.jp> wrote:
[#83781] Re: [Ruby trunk Bug#14108] Seg Fault with MinGW on svn 60769
— "U.NAKAMURA" <usa@...>
2017/11/15
Hi, Eric,
[#83782] Re: [Ruby trunk Bug#14108] Seg Fault with MinGW on svn 60769
— Eric Wong <normalperson@...>
2017/11/15
"U.NAKAMURA" <usa@garbagecollect.jp> wrote:
[ruby-core:83933] [Ruby trunk Bug#3594][Rejected] URI class doesn't do file URL's properly.
From:
mame@...
Date:
2017-11-28 22:53:39 UTC
List:
ruby-core #83933
Issue #3594 has been updated by mame (Yusuke Endoh).
Status changed from Assigned to Rejected
Sorry, I misread the spec. The URI is valid because it can be interpreted as `file-scheme ":" local-path`. So, there is no problem. Closing.
----------------------------------------
Bug #3594: URI class doesn't do file URL's properly.
https://bugs.ruby-lang.org/issues/3594#change-67983
* Author: NeilW (Neil Wilson)
* Status: Rejected
* Priority: Normal
* Assignee: akira (akira yamada)
* Target version:
* ruby -v: ruby 1.8.7 (2010-01-10 patchlevel 249) [x86_64-linux]
* Backport: 2.3: UNKNOWN, 2.4: UNKNOWN
----------------------------------------
=begin
URI doesn't seem to output file URLs properly where there is an absolute path part.
For example.
require 'uri'
my_url = URI.parse("file:///var/lib/libvirt/images/")
p my_url.to_s
"file:/var/lib/libvirt/images/"
The double slash '//' should always appear according to the file URL specification.
=end
--
https://bugs.ruby-lang.org/
Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>