Project

General

Profile

Activity

From 04/17/2009 to 04/23/2009

04/23/2009

10:37 PM Feature #1400: Please add a method to enumerate fields in OpenStruct
=begin
A usage example and context for the feature request here: http://www.sourcepole.ch/2009/4/23/what-fields-does...
tpo (Tomas Pospisek)
10:34 PM Feature #1400 (Closed): Please add a method to enumerate fields in OpenStruct
=begin
There are two ways to find out what fields an OpenStruct instance has. One is through inspect,
however tha...
tpo (Tomas Pospisek)
05:56 PM Bug #1399 (Third Party's Issue): Segmentation fault is raised when you use a postgres gem
=begin
I dont know if my post is at the correct place, i hope so...
I used both postgres gems (ruby-pg and ruby-po...
mkeil (Marcel Keil)

04/22/2009

08:27 PM Bug #1396 (Closed): Kernel.sleep fails with some Float values
=begin
Applied in changeset r23259.
=end
nobu (Nobuyoshi Nakada)
05:09 PM Bug #1396: Kernel.sleep fails with some Float values
=begin
I can reproduce on powerpc Mac OS X.

ppc-mac-mini:~ kazu$ build/ruby/ruby_1_8_7/ruby/ruby-1.8.7 -ve 'sle...
znz (Kazuhiro NISHIYAMA)
04:27 PM Bug #1396 (Closed): Kernel.sleep fails with some Float values
=begin
I'm on Mac OS X Leopard 10.5.6, running ruby 1.8.7 (2008-08-11 patchlevel 72) [i686-darwin9]

irb(main):...
plambert (Paul Lambert)
12:27 PM Bug #1322 (Closed): define_method scope bug
=begin
Applied in changeset r23257.
=end
nobu (Nobuyoshi Nakada)
10:55 AM Feature #1395 (Rejected): Steppable Kernel::eval
=begin
I could really use a steppable eval in the kernel, or a steppable Kernel::Evaluator class. I think this wou...
mistergibson (G. Gibson)

04/21/2009

09:40 PM Bug #1394 (Rejected): version.h is not being installed by "make install"
=begin
Check *features* with methods defined in mkmf.rb.
=end
nobu (Nobuyoshi Nakada)
09:37 PM Bug #1394 (Rejected): version.h is not being installed by "make install"
=begin
Under 1.8.x, the version.h file used to be installed into <prefix>/lib/ruby/1.8/<platform>/version.h
This i...
graza (Graham Agnew)
10:39 AM Bug #1393 (Rejected): Multiple assignment does not call to_a but to_ary
=begin
In Ruby 1.9, when Ruby is expecting an array and does not get one (for example in splat arguments), it calls ...
scritch (Vincent Isambart)

04/20/2009

03:53 PM Bug #1392 (Rejected): Object#extend leaks memory on Ruby 1.9.1
=begin

=end
matz (Yukihiro Matsumoto)

04/19/2009

01:27 PM Bug #1163 (Closed): gem_prelude raise NoMethodError if require uninsalled gem with version.
=begin
Applied in changeset r23208.
=end
nobu (Nobuyoshi Nakada)
12:43 PM Bug #1190: irb's "help" command errs in 1.9
=begin
It may be related to not having the rdoc installed (though perhaps not).

irb(main):002:0> help Hash#key?...
rogerdpack (Roger Pack)
07:18 AM Bug #1392 (Closed): Object#extend leaks memory on Ruby 1.9.1
=begin
A few bytes are leaked every time Object#extend is called, here is a sample 1.9.1 script

# This code is ...
oldmoe (Muhammad Ali)
06:43 AM Bug #1390 (Closed): yaml converts DateTime to Time when dumping and parsing again
=begin
This should output a DateTime class:
>> YAML::load(DateTime.parse("42-05-23").to_yaml).class
=> Time

...
dohFee1u (dohFee1u dohFee1u)
04:07 AM Feature #666 (Rejected): Enumerable::to_hash
=begin
Enumerable in general does not correspond with mappings, so that I feel Enumerable#to_hash is improper.
=end
matz (Yukihiro Matsumoto)
04:04 AM Bug #1386 (Rejected): Spurious class "ARGF.class" in ObjectSpace
=begin
We have never guaranteed that

c == Object.const_get(c.to_s)

where c is a class. So I don't cons...
matz (Yukihiro Matsumoto)

04/18/2009

05:37 PM Bug #1389: Use of ":" as synonym for "do" and "then"
=begin
If I had to (re)introduce colons after control structure, I'd remove "end" altogether to make it more Python-...
matz (Yukihiro Matsumoto)
09:56 AM Bug #1389 (Rejected): Use of ":" as synonym for "do" and "then"
=begin
This change is intentional. See the line 28 in NEWS.
=end
yugui (Yuki Sonoda)
06:18 AM Bug #1389: Use of ":" as synonym for "do" and "then"
=begin
It was an "accidental" feature in the first place. It's been removed to simplify the new hash literal syntax....
bitsweat (Jeremy Daer)
05:50 AM Bug #1389 (Rejected): Use of ":" as synonym for "do" and "then"
=begin
A review of syntax.y from ruby 1.8.7 and 1.9.1 shows the grammar rule for then no longer includes the literal...
rick (Rick Lloyd)
04:56 AM Bug #1388 (Rejected): cygwin-1.7, gcc4-4.3, and ruby-1.9. make btest #236 test_io.rb Segmentation fault
=begin
Cygwin 1.7 is currently under beta testing. It is currently at cygwin-1.7.0-46. If nothing goes overly wrong...
neomjp (neomjp neomjp)

04/17/2009

10:02 PM Bug #1336: Change in string representation of Floats
=begin
> In addition, the change actually attacked my some scripts... :-(

Does it still break them? Can anyone ...
rogerdpack (Roger Pack)
06:43 PM Bug #1386: Spurious class "ARGF.class" in ObjectSpace
=begin
Sorry, I set the ruby -v field wrongly, but cannot edit it. It should have been:

$ ruby19 -v
ruby 1.9....
candlerb (Brian Candler)
06:42 PM Bug #1386 (Rejected): Spurious class "ARGF.class" in ObjectSpace
=begin
$ ruby19 -e 'ObjectSpace.each_object(Class) { |c| puts c if c.to_s =~ /\./ }'
ARGF.class

However this ...
candlerb (Brian Candler)
02:00 PM Bug #1385: Wonderful undocumented feature in Ruby 1.8.7 & 1.9
=begin
As pointed out by Joel VanderWerf, my second usage example is wrong (it takes commas instead of =>). It shoul...
marcandre (Marc-Andre Lafortune)
01:40 PM Bug #1385 (Closed): Wonderful undocumented feature in Ruby 1.8.7 & 1.9
=begin
6 months ago, I begged for a natural way to construct a Hash from key-value pairs: http://redmine.ruby-lang.o...
marcandre (Marc-Andre Lafortune)
01:51 PM Feature #666: Enumerable::to_hash
=begin
Anyone eagerly waiting for this feature will be interested to read http://redmine.ruby-lang.org/issues/show/1...
marcandre (Marc-Andre Lafortune)
 

Also available in: Atom