[#84280] [Ruby trunk Bug#14181] hangs or deadlocks from waitpid, threads, and trapping SIGCHLD — nobu@...
Issue #14181 has been updated by nobu (Nobuyoshi Nakada).
3 messages
2017/12/15
[#84398] [Ruby trunk Bug#14220] WEBrick changes - failures on MSWIN, MinGW — Greg.mpls@...
Issue #14220 has been reported by MSP-Greg (Greg L).
3 messages
2017/12/22
[#84472] Re: [ruby-dev:50394] [Ruby trunk Bug#14240] warn four special variables: $; $, $/ $\ — Eric Wong <normalperson@...>
Shouldn't English posts be on ruby-core instead of ruby-dev?
3 messages
2017/12/26
[ruby-core:84099] Fwd: [ruby-cvs:68151] naruse:r60970 (trunk): Append "//" if empty host for file or postgres URI
From:
Martin J. Dürst <duerst@...>
Date:
2017-12-05 07:26:22 UTC
List:
ruby-core #84099
The "postgres:" URI scheme isn't even mentioned in the registry at
https://www.iana.org/assignments/uri-schemes/uri-schemes.xhtml, so I'm
not really sure we should deal with it in a special way.
Regards, Martin.
-------- Forwarded Message --------
Subject: [ruby-cvs:68151] naruse:r60970 (trunk): Append "//" if empty
host for file or postgres URI
Date: Sat, 2 Dec 2017 00:09:41 +0900
From: naruse@ruby-lang.org
To: ruby-cvs@ruby-lang.org
naruse 2017-12-02 00:09:41 +0900 (Sat, 02 Dec 2017)
New Revision: 60970
https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=60970
Log:
Append "//" if empty host for file or postgres URI
https://url.spec.whatwg.org/#url-serializing
> Otherwise, if url?\226?\128?\153s host is null and
url?\226?\128?\153s scheme is "file", append "//" to output.
URL spec doesn't says anything about postgres, but assume the
same thing.
Modified files:
trunk/lib/uri/generic.rb
trunk/test/uri/test_generic.rb
.
Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>