General

Profile

gnufied (hemant kumar)

Issues

open closed Total
Assigned issues 0 0 0
Reported issues 0 4 4

Activity

07/30/2014

04:41 PM Ruby Bug #10100 (Closed): Document usage of RB_GC_GUARD in README.EXT
I see more and more extensions and ruby code using this and yet it is undocumented. Eric posted this - http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-core/60741 and if it can be added to README.EXT it would be pretty awesome. gnufied (hemant kumar)

11/18/2013

11:04 AM Ruby Bug #9122 (Closed): requiring readline in a spawned ruby process with new process group can hang it
Lets say I have a program:
~> cat a.rb
require "pty"
require "io/console"
puts "Starting"
m, s = PTY.open
s.raw! # disable newline conversion.
pid = spawn("ruby using_pry.rb", chdir: '.', pgroup: true, out: m, err: m)
at_...
gnufied (hemant kumar)

08/03/2011

01:59 PM Ruby Bug #5154 (Closed): method_missing and module scope, regression in 1.9.3
There is this bug against, factory_girl, for complete story
https://github.com/thoughtbot/factory_girl/issues/167
A minimum reproducible case is:
gnufied (hemant kumar)

07/24/2011

02:31 PM Ruby Feature #5088: Refactor and Document vm_method.c / method.h
@Ilias,
Please submit any improvement with a patch. It is pointless to open a request without a patch and with due respect - wastes Ruby-Core valuable time.
gnufied (hemant kumar)

01/02/2009

03:32 AM Ruby Bug #965 (Closed): make clean errors - 1.9.1 branch
=begin
$ make clean
[: 10: ==: unexpected operator
cleaning tk/tkutil
make[1]: Entering directory `/home/hemant/checkout/ruby19/ext/tk/tkutil'
make[1]: Leaving directory `/home/hemant/checkout/ruby19/ext/tk/tkutil'
[: 10: ==: ...
gnufied (hemant kumar)

11/03/2008

02:34 AM Ruby Bug #703: string output duplication occurs if the same file descriptor written to in different threads
=begin
I do not see this problem, with:

ruby 1.9.0 (2008-09-30 revision 0) [i686-linux]



=end
gnufied (hemant kumar)

Also available in: Atom