General

Profile

godfat (Lin Jen-Shin)

  • Login: godfat
  • Email: godfat@godfat.org
  • Registered on: 11/04/2008
  • Last sign in: 05/12/2014

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 1 5 6

Activity

05/08/2015

05:26 PM Ruby master Feature #6647: Exceptions raised in threads should be logged
Not sure if a +1 would do anything, but I like the idea of
`Thread#report_on_exception` defaults to true.
For qui...
godfat (Lin Jen-Shin)

12/27/2014

05:45 AM Ruby master Feature #10658: ThreadGroup local variables
Eric Wong wrote:
> Oops, can you try the following?
>
> ```diff
> --- a/vm_core.h
> +++ b/vm_core.h
> @@ -975,...
godfat (Lin Jen-Shin)

12/26/2014

06:28 PM Ruby master Feature #10658 (Open): ThreadGroup local variables
Here's the story. I wrote a testing framework which could run test
cases in parallel. To accumulate the number of as...
godfat (Lin Jen-Shin)

08/12/2013

03:07 AM Ruby master Bug #8767: IO.copy_stream should write in binary mode.
normalperson (Eric Wong) wrote:
> "godfat (Lin Jen-Shin)" <godfat@godfat.org> wrote:
> > This patch makes `IO.copy...
godfat (Lin Jen-Shin)

08/11/2013

03:02 AM Ruby master Bug #8767 (Closed): IO.copy_stream should write in binary mode.
This patch makes `IO.copy_stream' always copy in binary mode,
fixing the following scenario:
require 'tempfil...
godfat (Lin Jen-Shin)

02/21/2012

09:35 PM Ruby master Feature #3944: Add Fiber#root? method
Any progress on this? godfat (Lin Jen-Shin)

08/29/2011

02:32 AM Backport187 Backport #5247 (Closed): Marshal.load didn't call correct initialize method of subclasses of a struct
It's ok in 1.9:
> ruby -ve 'class C<Struct.new(:a);def initialize;end;end;p Marshal.load(Marshal.dump(C.new))'
ru...
godfat (Lin Jen-Shin)

02/17/2011

08:03 PM Ruby master Bug #4401: override :method method breaks Psych
=begin
The other way, might be:

Object.instance_method(:method).bind(target).call(:to_yaml).source_location...
godfat (Lin Jen-Shin)

02/16/2011

12:12 AM Ruby master Bug #4401 (Closed): override :method method breaks Psych
=begin
I am not sure if this could be considered a bug, but it used to work.
To reproduce it:

ruby -r psych ...
godfat (Lin Jen-Shin)

02/08/2011

04:48 PM Ruby master Bug #4383: psych fails to parse a symbol in a flow sequence
=begin
I wonder if this is not a valid YAML, should we allow it?
According to http://yaml-online-parser.appspot.co...
godfat (Lin Jen-Shin)

Also available in: Atom