[#60404] is RB_GC_GUARD needed in rb_io_syswrite? — Eric Wong <normalperson@...>
I haven't gotten it to crash as-is, but it seems like we need to
4 messages
2014/02/01
[#60682] volatile usages — Eric Wong <normalperson@...>
Hi all, I went ahead and removed some use of volatile which were once
5 messages
2014/02/13
[#60794] [RFC] rearrange+pack vtm and time_object structs — Eric Wong <normalperson@...>
Extracted from addendum on top of Feature #9362 (cache-aligned objects).
4 messages
2014/02/16
[#61139] [ruby-trunk - Feature #9577] [Open] [PATCH] benchmark/driver.rb: align columns in text output — normalperson@...
Issue #9577 has been reported by Eric Wong.
3 messages
2014/02/28
[ruby-core:60853] [ruby-trunk - Bug #9127] [Assigned] URI::Generic#normalize documentation is vague.
From:
e@...
Date:
2014-02-19 01:05:09 UTC
List:
ruby-core #60853
Issue #9127 has been updated by Zachary Scott.
Status changed from Open to Assigned
Assignee set to Zachary Scott
Target version set to current: 2.2.0
----------------------------------------
Bug #9127: URI::Generic#normalize documentation is vague.
https://bugs.ruby-lang.org/issues/9127#change-45266
* Author: Robert Gleeson
* Status: Assigned
* Priority: Low
* Assignee: Zachary Scott
* Category: doc
* Target version: current: 2.2.0
* ruby -v: -
* Backport:
----------------------------------------
the documentation for `URI::Generic#normalize` is vague and does not provide enough details about the algorithm that applies normalization.
the documentation says, "Returns normalized URI" and nothing more. I would have expected a short piece that explains how normalization
is applied.
pry session attached (ruby = v2.0.0)
$ pry
[1] pry(main)> require "uri"
=> true
[2] pry(main)> uri = URI.parse("http://www.ruby-lang.org")
=> #<URI::HTTP:0x007f974549f5a0 URL:http://www.ruby-lang.org>
[3] pry(main)> ? uri.normalize
From: /Users/robert/.rubies/ruby-2.0.0-p247/lib/ruby/2.0.0/uri/generic.rb @ line 1418:
Owner: URI::Generic
Visibility: public
Signature: normalize()
Number of lines: 2
Returns normalized URI
--
http://bugs.ruby-lang.org/