Project

General

Profile

Activity

From 12/16/2009 to 12/22/2009

12/22/2009

11:52 PM Feature #2515 (Closed): Array#select!
=begin
Though there is no enumerable equivalent, this method would be a good complement to the existing

Array#select
Array#reject
Array#reject!

Much thanks.
-r
=end
rogerdpack (Roger Pack)
10:41 PM Feature #2080: Proc#to_source, Method#to_source
=begin
Note that you can "reget" source by using #source_location (except for dynamic methods).

Maybe an iseq "reverse compiler" would be helpful for dynamic methods [and/or instead of this]?

-r
=end
rogerdpack (Roger Pack)
10:07 PM Bug #2330 (Assigned): Non systematic segmentation fault with autoload rubyspec
=begin

=end
naruse (Yui NARUSE)
10:04 PM Feature #2347: Math::INFINITY
=begin

=end
naruse (Yui NARUSE)
09:41 PM Bug #2494 (Assigned): Bug in th->method_missing_reason produces strange behavior with coercion
=begin

=end
naruse (Yui NARUSE)
09:39 PM Bug #2505 (Assigned): Threads behave inconsistently across platforms.
=begin

=end
naruse (Yui NARUSE)
09:38 PM Bug #2502 (Assigned): strange behavior of anonymous class inside a proc
=begin

=end
naruse (Yui NARUSE)
09:34 PM Bug #2499 (Assigned): InstructionSequence.dissassemble can crash
=begin

=end
naruse (Yui NARUSE)
03:52 PM Bug #1745: Module#autoload No Longer Raises where 1.8 Does
=begin

=end
marcandre (Marc-Andre Lafortune)
02:02 PM Revision 833afaa2 (git): * 2009-12-22
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26152 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
02:02 PM Revision 8d7677b4 (git): add a test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26151 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
09:07 AM Revision 2af31f48 (git): * parse.y (mlhs_basic): suppress warnings.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26150 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
09:07 AM Bug #2511 (Assigned): irb exits unexpectedly windows
=begin
It seems the bug of libreadline.
FYI, ruby 1.8.8dev has that the same problem.
=end
usa (Usaku NAKAMURA)
07:03 AM Bug #2511: irb exits unexpectedly windows
=begin

On Dec 21, 2009, at 13:28 , Vlad Why wrote:

> Bug #2511: irb exits unexpectedly windows
> http://redmine.ruby-lang.org/issues/show/2511
>
> Author: Vlad Why
> Status: Open, Priority: Low
> Category: lib
> ruby -v: rub...
zenspider (Ryan Davis)
06:28 AM Bug #2511 (Closed): irb exits unexpectedly windows
=begin
WINDOWS XP

D:\server\ruby\bin>chcp
Active code page: 866

D:\server\ruby\bin>irb
irb(main):001:0> лорлор <---- russian chars

D:\server\ruby\bin> <----- exited

also I can't type any characters with "rig...
vavdeev (Vlad Why)
08:52 AM Revision bcc8a102 (git): * svn:properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26149 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
08:45 AM Revision 705b0a23 (git): * parse.y (whole_match_p): constified.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26148 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
07:04 AM Feature #2454: OpenSSL has no maintainer
=begin

On Dec 21, 2009, at 12:53 , Evan Phoenix wrote:

> Ack. I have not. I do not have GPG installed, is there an easier way to get you my ssh2 key?

They generously allowed me to use Mail.app encryption. I know several of them ...
zenspider (Ryan Davis)
02:01 AM Revision 9f92399d (git): * 2009-12-22
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26147 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
02:01 AM Revision 06cbdc30 (git): * test/net/http/test_post_io.rb: parse chunked stream to avoid client
side connection error raised.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26146 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Hiroshi Nakamura

12/21/2009

10:29 PM Bug #2506: Make test fails on Ubuntu 9.10 64bit
=begin
I can reproduce this issue as well on Gentoo (amd64) and Debian (i686).
=end
a3li (Alex Legler)
07:17 PM Feature #2470 (Closed): Encoding#new doesn't undef_method-ed
=begin
This issue was solved with changeset r26145.
Yui, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
naruse (Yui NARUSE)
04:17 PM Feature #2454: OpenSSL has no maintainer
=begin
Evan, did you mail your key?
=end
naruse (Yui NARUSE)
03:14 PM Feature #2509: Recursive freezing?
=begin
I'm sorry for not having been more precise.

My proposal would affect directly Array, Hash, Range & Struct. Traversal would be guarded against infinite recursion, like #inspect and al. Enumerator simply forwards the recursive...
marcandre (Marc-Andre Lafortune)
01:16 PM Feature #2509: Recursive freezing?
=begin
On Sun, Dec 20, 2009 at 11:02 PM, Shyouhei Urabe <redmine@ruby-lang.org> wrote:
> Issue #2509 has been updated by Shyouhei Urabe.
>
>
>> It would be very nice if there was an easy way to freeze recursively arrays, hashes, etc...
RickDeNatale (Rick DeNatale)
01:02 PM Feature #2509: Recursive freezing?
=begin
> It would be very nice if there was an easy way to freeze recursively arrays, hashes, etc...

The difficult part is those "etc". Imagine how can you freeze a lambda and its "everything"?

irb(main):001:0> a = 0
=>...
shyouhei (Shyouhei Urabe)
12:50 PM Feature #2509 (Rejected): Recursive freezing?
=begin
I like freezing my constants, config files I read, etc... I believe it is the typical use case for #freeze.

In all theses cases, what I really want to do is freeze everything. There is often no easy way to do this (e.g. for...
marcandre (Marc-Andre Lafortune)
11:56 AM Bug #1983: Struct doesn't define instance methods for valid method names
=begin

=end
marcandre (Marc-Andre Lafortune)
10:12 AM Revision 3da3230f (git): * encoding.c (Init_Encoding): undef Encoding.new because
a class which is rb_undef_alloc-func-ed can't call new method.
[ruby-dev:39862]
* vm.c (Init_VM): undef RubyVM.new and RubyVM::Env.new.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26145 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
naruse (Yui NARUSE)
09:17 AM Revision 35230b1a (git): Add a test for [ruby-core:27247]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26144 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
09:13 AM Revision ebc69506 (git): * regcomp.c (optimize_node_left): include equal on the condition of for-loop.
This bug also affects original Oniguruma. [ruby-core:27247]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26143 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
naruse (Yui NARUSE)
08:11 AM Revision d51f2ecb (git): revert revision r26082. cf: [ruby-dev:39889]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@26142 b2dd03c8-39d4-4d8f-98ff-823fe69b080e shyouhei (Shyouhei Urabe)
08:07 AM Feature #2451 (Closed): BasicObject.initialize with variable number of argument
=begin
This issue was solved with changeset r26135.
Marc-Andre, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
marcandre (Marc-Andre Lafortune)
07:17 AM Revision 0ef92798 (git): merge revision(s) 25181:25183:
* win32/Makefile.sub (LD_SHARED1): typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@26141 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
shyouhei (Shyouhei Urabe)
06:33 AM Revision f9df459a (git): * ext/stringio/stringio.c (strio_getline): fix for "" as separator.
[ruby-dev:34591] (Backport r17739 by Yusuke Endoh from trunk).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26140 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Hiroshi Nakamura
06:28 AM Revision ac714c2d (git): * test/openssl/{common.pem,max.pem}: added fixture certificates.
needed for new tests added on Sun Dec 13 23:07:05 2009.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26139 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Hiroshi Nakamura
03:22 AM Bug #2505: Threads behave inconsistently across platforms.
=begin
Hi,

2009/12/21 Christian Holtje <redmine@ruby-lang.org>:
> Issue #2505 has been updated by Christian Holtje.
>
>
>> > Some examples:
>> > priority doesn't do the same thing on Solaris than Linux.
>> > loop{} will lock ...
mame (Yusuke Endoh)
01:58 AM Bug #2505: Threads behave inconsistently across platforms.
=begin
> > Some examples:
> > priority doesn't do the same thing on Solaris than Linux.
> > loop{} will lock the process up in Solaris, but not Linux.
>
> They may true. If a difference cause a practical problem, please repo...
docwhat (Christian Höltje)
01:11 AM Revision de341005 (git): * regcomp.c (print_enc_string): follow enclen's change.
* regcomp.c (onig_print_compiled_byte_code): ditto.
* regcomp.c (onig_print_compiled_byte_code): change prototype.
* regint.c (onig_print_compiled_byte_code): comment out.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26138 b2dd03...
naruse (Yui NARUSE)

12/20/2009

11:15 PM Revision 3fd6b9e1 (git): * 2009-12-21
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26137 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
11:15 PM Revision f59ba093 (git): * object.c: Object#initialize accepts any number of arguments [ruby-core:27080]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26136 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Marc-Andre Lafortune
11:05 PM Revision dbf07b09 (git): * object.c: BasicObject#initialize accepts any number of arguments [ruby-core:27080]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26135 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Marc-Andre Lafortune
07:00 PM Bug #2505: Threads behave inconsistently across platforms.
=begin
> Some examples:
> priority doesn't do the same thing on Solaris than Linux.
> loop{} will lock the process up in Solaris, but not Linux.

They may true. If a difference cause a practical problem, please report it.

...
naruse (Yui NARUSE)
02:08 PM Bug #2505 (Rejected): Threads behave inconsistently across platforms.
=begin
In Ruby 1.9, Thread is now using native threads. The problem with this is that threading models don't work the same across different platforms.

Some examples:
priority doesn't do the same thing on Solaris than Linux.
...
docwhat (Christian Höltje)
05:47 PM Revision 4ea2a8f1 (git): * 2009-12-21
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26134 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:47 PM Revision 052f7f27 (git): * vm_eval.c (rb_iterate): remove SEGV (retry).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26133 b2dd03c8-39d4-4d8f-98ff-823fe69b080e mame (Yusuke Endoh)
04:00 PM Bug #2506 (Closed): Make test fails on Ubuntu 9.10 64bit
=begin
running sudo make test after compilation results in test 233 failure

#233 test_thread.rb:191:in `<top (required)>':
begin
100.times do |i|
begin
Thread.start(Thread.current) {|u| u.raise }
...
dale8458 (Dale Ackerman)
02:54 PM Revision a3528390 (git): * 2009-12-20
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26132 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
02:54 PM Revision 471ad303 (git): * lib/net/http.rb (HTTPGenericRequest#send_request_with_body_stream):
increased encoding chunk size for POST request with body_stream
(1K -> 16K). patched by Brian Candler. #1284.
* test/net/http/test_post_io.rb: added for the patch. It's good if a
patch comes with a test.
gi...
Hiroshi Nakamura
02:20 PM Revision c8b20d08 (git): * vm_eval.c (rb_iterate): remove SEGV (use the original patch).
[ruby-dev:39874]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26130 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
mame (Yusuke Endoh)
12:31 PM Revision ff26cb82 (git): * 2009-12-20
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26129 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
12:31 PM Revision ae8dc9b7 (git): * vm_eval.c (rb_iterate): pass current block when the argument bl_proc
is NULL. This behavior can be used to make enumerator faster
[ruby-dev:39874]
* enumerator.c (enumerator_each): pass current block directly instead
of trampoline block (enumerator_each_i).
* io.c (argf_each_line, argf_each_byte, a...
mame (Yusuke Endoh)
12:16 AM Bug #2501 (Assigned): \c before a hex or octal encoded character is no longer allowed
=begin
This also affect 1.9 and seems intentional in r13836.
=end
naruse (Yui NARUSE)

12/19/2009

11:42 PM Bug #2500 (Assigned): \c before a unicode character should cause an error
=begin
This also affects Ruby 1.9.
=end
naruse (Yui NARUSE)
01:27 PM Bug #2500 (Closed): \c before a unicode character should cause an error
=begin
In a double-quoted string, no error occurs if the control escape ('\c' or '\C-') precedes an escaped unicode character (using the \uXXXX syntax). I would expect an error, as unicode characters (generally) don't have meaningful 'c...
coatl (caleb clausen)
11:37 PM Bug #2502: strange behavior of anonymous class inside a proc
=begin
This also affect Ruby 1.9.
=end
naruse (Yui NARUSE)
02:17 PM Bug #2502 (Closed): strange behavior of anonymous class inside a proc
=begin
I have a problem in 1.9.1 when I run this code, extracted from a larger project:
$VERBOSE=1

class SubSeq
def initialize
@first=11
@first or fail
end

def subseq
@first or f...
coatl (caleb clausen)
10:59 PM Bug #2460: RubySpecでFiberのSpecがおちる
=begin
浅里です。

On Dec 19, 2009, at 2:48 AM, Nobuyoshi Nakada wrote:

> なかだです。
>
> At Sat, 19 Dec 2009 15:30:54 +0900,
> 三村 益隆 wrote in [ruby-dev:39893]:
>> 私の認識だと、issue 595 の内容は、resume 後のFiberのensureが
>> Rubyのプロセス終了時に呼ばれないという問題...
hasari (Hiro Asari)
05:50 PM Bug #2460: RubySpecでFiberのSpecがおちる
=begin
なかだです。

At Sat, 19 Dec 2009 15:30:54 +0900,
三村 益隆 wrote in [ruby-dev:39893]:
> 私の認識だと、issue 595 の内容は、resume 後のFiberのensureが
> Rubyのプロセス終了時に呼ばれないという問題とおもっています。
> ですので、このパッチでもissue595の内容をみたせていないと思って
> いるのですが、いかがでしょうか?

という...
nobu (Nobuyoshi Nakada)
03:30 PM Bug #2460: RubySpecでFiberのSpecがおちる
=begin
このFiberのspecに対し、AsakusaのIRCにて笹田さんよりSpecが間違っているとい返信をいただきました。
Hiro Asariさんが、以下のようなspecに変更していただいてくれました。
core/fiber/resume_spec.rb
>>
22 ruby_bug "redmine #595", "1.9" do
23 it "executes the ensure clause" do
...
takkanm (三村 益隆)
05:00 PM Feature #2451: BasicObject.initialize with variable number of argument
=begin
Hi,

In message "Re: [ruby-core:27080] [Feature #2451] BasicObject.initialize with variable number of argument"
on Mon, 7 Dec 2009 10:18:36 +0900, Marc-Andre Lafortune <redmine@ruby-lang.org> writes:

|This could be made...
matz (Yukihiro Matsumoto)
01:39 PM Bug #2501 (Closed): \c before a hex or octal encoded character is no longer allowed
=begin
Ruby 1.8 used to allow this:
"\c\x33" #(0x33 is the ascii code for '3')
as meaning the same thing as this:
"\c3"
However, it now (in ruby 1.9.1) causes a syntax error. Likewise with octal escape sequences. Is this an ...
coatl (caleb clausen)
11:52 AM Bug #2499 (Closed): InstructionSequence.dissassemble can crash
=begin
I was trying to understand what InstructionSequence.disassemble is supposed to do when:

$ rubydev -e 'RubyVM::InstructionSequence.disassemble("x".method(:upcase))'
-e:1: [BUG] Segmentation fault
ruby 1.9.2dev (2009-12-19...
marcandre (Marc-Andre Lafortune)
11:52 AM Feature #578 (Open): add method to disassemble Proc objects
=begin
I didn't check the code, but isn't it supposed to make the following work?

$ rubydev -e 'RubyVM::InstructionSequence.disassemble(Proc.new{40+2})'
-e:1:in `disassemble': wrong argument type proc (expected method) (TypeError...
marcandre (Marc-Andre Lafortune)
11:04 AM Bug #2497 (Closed): Matrix: Vector#each2 with no block returns unusable enumerator
=begin
Fixed in r26125
=end
marcandre (Marc-Andre Lafortune)
10:38 AM Bug #2496 (Closed): Delegate: #methods and #public_methods should return delegated methods too
=begin
require 'delegate'
s = SimpleDelegator.new "Hello, world!"
s.respond_to? :upcase # => true
s.method :upcase # => #<Method : SimpleDelegator#upcase>
s.methods.include? :upcase # => false, true expected

Similar...
marcandre (Marc-Andre Lafortune)
10:35 AM Bug #2495 (Closed): Matrix: Vector#each2 should check its argument
=begin
$ rubydev -r matrix -e 'p Vector[*1..4].each2(nil){|x, y| p "#{x}, #{y}"}'
/usr/local/rubydev/lib/ruby/1.9.1/matrix.rb:1149:in `each2': undefined method `size' for nil:NilClass (NoMethodError)

$ rubydev -r matrix -e 'p Vec...
marcandre (Marc-Andre Lafortune)
09:40 AM Bug #1626: Set Raises NoMethodError for Non-Enumerable Arguments
=begin
These checks were removed 4 years ago in r8676 (git:639bd5e78) without no comment in the logs. Tests were changed in r8719 (git:3285c92). I added back the checks that were needed (plus one for the creator called with a block for ...
marcandre (Marc-Andre Lafortune)
09:37 AM Bug #1626 (Closed): Set Raises NoMethodError for Non-Enumerable Arguments
=begin
This issue was solved with changeset r26120.
Run Paint, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
marcandre (Marc-Andre Lafortune)
09:26 AM Bug #2494 (Closed): Bug in th->method_missing_reason produces strange behavior with coercion
=begin
Currently, Ruby uses check_funcall as part of its coercion behavior. That function calls check_funcall_exec, which calls method_missing without first setting th->method_missing_reason. As a result, the internal method_missing rai...
wycats (Yehuda Katz)
08:02 AM Revision 0208837f (git): * gem_prelude.rb (Kernel#gem): should make gem private. a patch
from Sho Hashimoto in [ruby-dev:39838].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26127 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
matz (Yukihiro Matsumoto)
08:01 AM Revision b85f2868 (git): * lib/webrick/config.rb (WEBrick::Config): typo fixed. a patch
from Sho Hashimoto in [ruby-dev:39835].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26126 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
matz (Yukihiro Matsumoto)
02:07 AM Revision fad1e8c7 (git): * lib/matrix.rb (each2,collect2,map2): Fix enumerator [ruby-core:27225]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26125 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Marc-Andre Lafortune
12:58 AM Revision 93278f23 (git): * vm_eval.c (check_funcall): reset method_missing_reason before
trying the call. based on a patch from Yehuda Katz in
[ruby-core:27219].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26124 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
12:31 AM Revision 639623ad (git): * 2009-12-19
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26123 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
12:31 AM Revision 6e3be081 (git): * lib/set.rb (initialize): Add check that argument is enumerable
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26122 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Marc-Andre Lafortune
12:29 AM Revision 6a875fc7 (git): * 2009-12-19
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26121 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
12:29 AM Revision a88cc058 (git): * lib/set.rb: Add checks that passed argument is Enumerable. [ruby-core:23844]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26120 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Marc-Andre Lafortune

12/18/2009

01:15 AM Bug #1225: Curses::getmouse
=begin
Also 1.9.1.
=end
tad (Tadashi Saito)

12/17/2009

07:37 PM Revision 25bccc44 (git): * 2009-12-18
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26119 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
07:37 PM Revision eadda000 (git): * test/yaml/test_boolean.rb (test_n): fixing test name
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26118 b2dd03c8-39d4-4d8f-98ff-823fe69b080e tenderlovemaking (Aaron Patterson)
01:36 PM Bug #2489: Segmentation Fault Ruby 1.9.1 p376, AIX 5.3
=begin
Hi, Perry.

Could you please issue gencore to generate core file before kill command?

I would like to see top of 1MB of core file for initial investigation.
I just want to see resource limitation.

$ gencore <pid> <core f...
kanemoto (Yutaka Kanemoto)
04:00 AM Bug #2489: Segmentation Fault Ruby 1.9.1 p376, AIX 5.3
=begin
Also, a slightly annoying and possibly easy to fix characteristic of this is the application does not die. I have to kill it with -9 to get it to exit. It would be nice if it dumps out the info and then exited or produced a cor...
pedz (Perry Smith)
03:55 AM Bug #2489 (Closed): Segmentation Fault Ruby 1.9.1 p376, AIX 5.3
=begin
I am not sure if this is enough info or not. I will try and monitor this for updates.

Here is what is dumped from Ruby:

/usr/local/lib/ruby/gems/1.9.1/gems/activerecord-2.3.4/lib/active_record/associations/association...
pedz (Perry Smith)
07:03 AM Revision 7b7d8f87 (git): * test/yaml/test_set.rb: svn:eol-style.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26117 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
03:34 AM Bug #2488 (Closed): thread usage can result in bad HANDLE
=begin
require 'thwait'
loop {
a = []
10.times { a << Thread.new {}}
ThreadsWait.all_waits(a)
print '.'
}


C:\dev\digitalarchive_trunk>ruby -v
ruby 1.9.1p376 (2009-12-07 revision 26041) [i386-mingw32]

C:\de...
rogerdpack (Roger Pack)

12/16/2009

09:08 PM Revision 412da9c0 (git): * 2009-12-17
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26116 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
09:08 PM Revision 08c7cde9 (git): * test/yaml/test_set.rb (**) Adding test coverage for YAML::Set
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26115 b2dd03c8-39d4-4d8f-98ff-823fe69b080e tenderlovemaking (Aaron Patterson)
11:29 AM Revision f4109ec1 (git): * test/ruby/envutil.rb: fix a typo in assert message.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26114 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
11:27 AM Revision 96aca8fc (git): merge revision(s) 25656:
* win32/win32.c (CreateChild): allocate temporary buffer and use it
instead of directly modify the passed string. [ruby-dev:39635]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@26113 b2dd03c8-39d4-4d8f-98ff...
shyouhei (Shyouhei Urabe)
10:52 AM Revision cc07ecc3 (git): * instruby.rb (with_destdir): revert. [ruby-dev:39885]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@26112 b2dd03c8-39d4-4d8f-98ff-823fe69b080e shyouhei (Shyouhei Urabe)
07:58 AM Revision 700495ba (git): * lib/un.rb (httpd): try to convert port number to integer.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26111 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
07:58 AM Revision 6547a2bc (git): * lib/un.rb (httpd): try to convert port number to integer.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26111 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
06:05 AM Revision abd9bb35 (git): * 2009-12-16
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26110 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
06:05 AM Revision 58e93715 (git): * lib/un.rb (wait_writable): wait until target files can be
written actually.
* lib/un.rb (mkmf): new command to create makefile.
* lib/un.rb (rmdir): added -p option.
* lib/un.rb (httpd): easy WEBrick HTTP server.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@26109 b2dd03c8-...
nobu (Nobuyoshi Nakada)
02:21 AM Revision db9e8351 (git): * configure.in(MINIRUBY): use "$BASERUBY" as a default ruby executable name.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26108 b2dd03c8-39d4-4d8f-98ff-823fe69b080e eban (Hirofumi WATANABE)
 

Also available in: Atom