robertgleeson (Robert Gleeson)
- Login: robertgleeson
- Registered on: 09/14/2009
- Last sign in: 06/13/2017
Issues
open | closed | Total | |
---|---|---|---|
Assigned issues | 0 | 0 | 0 |
Reported issues | 1 | 9 | 10 |
Activity
06/04/2017
- 10:51 PM Ruby master Bug #13605: GC bug calling `ObjectSpace.each_object`
- robertgleeson (Robert Gleeson) wrote:
> The segfault no longer happens, since https://github.com/pry/pry/pull/1611/c... - 10:46 PM Ruby master Bug #13605: GC bug calling `ObjectSpace.each_object`
- The segfault no longer happens, since https://github.com/pry/pry/pull/1611/commits/94316852f5c1114f3073876558085835f2...
- 12:11 AM Ruby master Bug #13605: GC bug calling `ObjectSpace.each_object`
- Another case:
Ruby v2.4.1 (ruby), Pry v0.10.4, method_source v0.8.2, CodeRay v1.1.1, Pry::Slop v3.4.0
/home/travi... - 09:54 PM Ruby master Feature #12739: deprecate_constant :Fixnum, :Bignum
- robertgleeson (Robert Gleeson) wrote:
> znz (Kazuhiro NISHIYAMA) wrote:
> > How about `class Object; deprecate_cons... - 09:44 PM Ruby master Feature #12739: deprecate_constant :Fixnum, :Bignum
- znz (Kazuhiro NISHIYAMA) wrote:
> How about `class Object; deprecate_constant :Fixnum, :Bignum; end`?
>
> * narus...
06/03/2017
- 01:35 PM Ruby master Bug #13605: GC bug calling `ObjectSpace.each_object`
- wanabe (_ wanabe) wrote:
> I guess the code snippet is from pry. https://github.com/pry/pry/blob/c18601d6a4ff97d1b65...
11/19/2013
- 09:10 PM Ruby master Bug #9127 (Closed): URI::Generic#normalize documentation is vague.
- the documentation for `URI::Generic#normalize` is vague and does not provide enough details about the algorithm that ...
09/28/2013
- 04:20 AM Ruby master Feature #8839: Class and module should return the class or module that was opened
- I agree that returning the class or module makes sense (to me).
I'd also like to see "`def foo`" return a (`Unbound`...
07/25/2013
- 10:44 AM Ruby master Feature #8683: CSV library can't append to the current row. It should be able to.
- @nobu Thanks! I've re-created an example using CSV::Table:
require "csv"
row = CSV::Row.new ["Name"], ["Name"], true
... - 07:21 AM Ruby master Feature #8683: CSV library can't append to the current row. It should be able to.
- I guess I could settle for:
headers = ["one"]
CSV.generate headers: true do
["two", three"].each do |e|
heade...
Also available in: Atom