Project

General

Profile

Activity

From 10/02/2011 to 10/08/2011

10/08/2011

05:24 PM Feature #4666: set ruby compatibility version to 1.9.3 in trunk
I this that this bug should be closed.
Either the ABI changed between 1.9.2 and 1.9.3, or it did not.
If it cha...
lucas (Lucas Nussbaum)
04:55 PM Feature #5421: -r option useless
Shall I try again to explain what should be obvious? I use a custom load manager for development. It works well and I... trans (Thomas Sawyer)
03:16 PM Feature #5421: -r option useless
=begin
req.rb doesn't seem to match your description:
$ ruby -rmyplugin script.rb
It tells me "no such f...
drbrain (Eric Hodel)
09:33 AM Feature #5421: -r option useless
How was this fixed? I updated to latest 1.9.3-rc1.
$ cat req.rb
p "Custom Require"
module Kernel
al...
trans (Thomas Sawyer)
06:45 AM Feature #5421 (Rejected): -r option useless
=begin
ruby -r uses RubyGems now, you probably need to upgrade your ruby:
$ gem19 which nokogiri
/usr/local/...
drbrain (Eric Hodel)
11:59 AM Feature #5400: Remove flip-flops in 2.0
Hi,
Under the current plan, I am not going to remove flip-flop from 2.0,
since we are not going to made incompati...
matz (Yukihiro Matsumoto)
11:51 AM Feature #5400: Remove flip-flops in 2.0
I'll be a little sad if the flip flop operator is removed, but it is a Perlism, and Ruby is gradually getting rid of ... agrimm (Andrew Grimm)
02:53 AM Feature #5400: Remove flip-flops in 2.0
On Tue Oct 04 2011 @ 4:43, Magnus Holm wrote:
> Nobody knows them. Nobody uses them. Let's just get rid of flip-f...
telemachus (Peter Aronoff)
11:34 AM Revision 27cec632 (git): merge revision(s) 33364:
------------------------------------------------------------------------
r33364 | naruse | 2011-09-29 20:18:18 -0400 ...
kosaki (Motohiro KOSAKI)
11:32 AM Revision da8a6a65 (git): merge revision(s) 33363:
* array.c (ary_join_1): should not copy the encoding of non-string
element after string element. [ruby-cor...
kosaki (Motohiro KOSAKI)
10:53 AM Revision 54ecf81f (git): merge revision(s) 33386:
* lib/rubygems: Update to RubyGems 1.8.11. Move Deprecate into the
Gem namespace.
git-svn-id: svn+ssh:/...
kosaki (Motohiro KOSAKI)
10:38 AM Revision 370a64cf (git): merge revision(s) 33394:
------------------------------------------------------------------------
r33394 | naruse | 2011-10-03 21:25:04 -0400 ...
kosaki (Motohiro KOSAKI)
10:37 AM Revision 8eecb0a9 (git): merge revision(s) 33379:
* gc.c (rb_gc_set_params): output GC parameter change messages only
if -w/-v options are specified. these m...
kosaki (Motohiro KOSAKI)
10:26 AM Revision 0accf1fb (git): merge revision(s) 33368:
* gc.c (add_heap_slots, init_heap): reset heaps_inc zero when
heap slots are expanded by environment variab...
kosaki (Motohiro KOSAKI)
10:20 AM Bug #5423 (Assigned): readlineの入力待機中に端末のウィンドウサイズ変更すると入力内容が乱れる
sorah (Sorah Fukumori)
10:18 AM Bug #5423 (Closed): readlineの入力待機中に端末のウィンドウサイズ変更すると入力内容が乱れる
Readline.readline("> ")の入力待機中にターミナルのウィンドウサイズを変更すると、
入力内容がウィンドウサイズ変更に合わせて変化せず、画面が乱れます。
readlineがSIGWINCHに反応しないように設...
matsuu (Takuto Matsuu)
09:48 AM Revision cc239463 (git): merge revision(s) 33391:
* proc.c (proc_call): Update documentation to match argument handling
of proc/Proc.new/lambda/->()
git-s...
kosaki (Motohiro KOSAKI)
09:42 AM Revision e1960cdb (git): merge revision(s) 33390:
* proc.c (proc_call): Fix documentation of Proc#call vs Proc#===.
[Ruby 1.9 - Bug #5349]
git-svn-id: svn...
kosaki (Motohiro KOSAKI)
08:56 AM Bug #5411: Some enum.c doc tweaks
Yours is better, I applied it! drbrain (Eric Hodel)
07:06 AM Feature #5422 (Closed): File.fnmatch != Dir.glob # {no,sets}
Hello,
The File.fnmatch methods do not support Dir.glob's set notation:
>> Dir.glob '{.g,t}*'
=> [".gem", "tes...
sunaku (Suraj Kurapati)
06:54 AM Feature #2348: RBTree Should be Added to the Standard Library
On 08/10/2011, at 1:10 AM, James Gray wrote:
> On Fri, Oct 7, 2011 at 1:20 AM, Clifford Heath <clifford.heath@gmail...
cjheath (Clifford Heath)
03:54 AM Bug #5412: Array documentation
Overall this patch is good, but needs some small adjustments.
The new additions to the top-level documentation sho...
drbrain (Eric Hodel)
03:21 AM Bug #5417 (Closed): Some documentation for Shell
This issue was solved with changeset r33427.
Carol, thank you for reporting this issue.
Your contribution to Ruby is ...
drbrain (Eric Hodel)

10/07/2011

11:55 PM Revision 82f1f640 (git): * enum.c (group_by): Improve group_by description. Patch by b t. [#5411]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33429 b2dd03c8-39d4-4d8f-98ff-823fe69b080e drbrain (Eric Hodel)
11:23 PM Feature #2348: RBTree Should be Added to the Standard Library
On Fri, Oct 7, 2011 at 1:20 AM, Clifford Heath <[email protected]> wrote:
> On 07/10/2011, at 1:16 PM, Kent...
Anonymous
03:23 PM Feature #2348: RBTree Should be Added to the Standard Library
On 07/10/2011, at 1:16 PM, Kenta Murata wrote:
> (2011.10.07 01:50 ), David Graham wrote:
>> Is there a chance RBT...
cjheath (Clifford Heath)
11:23 AM Feature #2348: RBTree Should be Added to the Standard Library
(2011.10.07 01:50 ), David Graham wrote:
> Is there a chance RBTree can be added to the standard library for Ruby ...
mrkn (Kenta Murata)
10:29 AM Feature #2348: RBTree Should be Added to the Standard Library
On Oct 6, 2011, at 9:07 PM, SASADA Koichi wrote:
> Some people think most of standard libraries should be in gem. ...
Anonymous
10:23 AM Feature #2348: RBTree Should be Added to the Standard Library
On Thu, Oct 6, 2011 at 8:07 PM, SASADA Koichi <[email protected]> wrote:
> Some people think most of standard libraries...
Anonymous
10:23 AM Feature #2348: RBTree Should be Added to the Standard Library
(2011/10/07 9:46), James Gray wrote:
> On Thu, Oct 6, 2011 at 6:34 PM, SASADA Koichi <[email protected]> wrote:
>> (...
ko1 (Koichi Sasada)
09:53 AM Feature #2348: RBTree Should be Added to the Standard Library
On Thu, Oct 6, 2011 at 6:34 PM, SASADA Koichi <[email protected]> wrote:
> (2011/10/07 1:50), David Graham wrote:
>> I...
Anonymous
08:53 AM Feature #2348: RBTree Should be Added to the Standard Library
(2011/10/07 1:50), David Graham wrote:
> Is there a chance RBTree can be added to the standard library for Ruby 2....
ko1 (Koichi Sasada)
07:23 AM Feature #2348: RBTree Should be Added to the Standard Library
SortedSet could then depend on it properly instead of the voodoo code that ships with Ruby atm.

Konstantin

On ...
rkh (Konstantin Haase)
05:22 AM Feature #2348: RBTree Should be Added to the Standard Library
I wholeheartedly agree about the usefulness of the data structure.
I'm hesitant to type this, because I don't want...
spatulasnout (B Kelly)
03:03 AM Feature #2348: RBTree Should be Added to the Standard Library
I still agree. We've literally been asking for NArray and RBTree in the standard library for years. Pretty please? :) JEG2 (James Gray)
01:49 AM Feature #2348: RBTree Should be Added to the Standard Library
Is there a chance RBTree can be added to the standard library for Ruby 2.0? I've needed it to implement priority que... dgraham (David Graham)
10:54 PM Feature #5421 (Rejected): -r option useless
Ran into a problem trying to require a plugin I had written while running a ruby scipt, e.g.
$ ruby -rmyplugin s...
trans (Thomas Sawyer)
08:23 PM Bug #5419: FileUtils.cp_rの:preserveの動作
On 2011/10/07, at 17:17, Nobuyoshi Nakada wrote:

>
> Issue #5419 has been updated by Nobuyoshi Nakada.
>
...
Anonymous
08:23 PM Bug #5419: FileUtils.cp_rの:preserveの動作
咳といいます。

On 2011/10/07, at 17:16, Nobuyoshi Nakada wrote:
>
>
> その「もっとかっこいい方法」というのをちょっと教えて下さい。

ほんというと、よくわか...
Anonymous
05:17 PM Bug #5419 (Assigned): FileUtils.cp_rの:preserveの動作
nobu (Nobuyoshi Nakada)
05:16 PM Bug #5419: FileUtils.cp_rの:preserveの動作
その「もっとかっこいい方法」というのをちょっと教えて下さい。 nobu (Nobuyoshi Nakada)
04:46 PM Bug #5419 (Closed): FileUtils.cp_rの:preserveの動作
FileUtils.cp_rで:preserveとtrueに設定してディレクトリをコピーしたときに、
空でないディレクトリの時刻が設定されません。
おそらく、ディレクトリについて ent.copy_metadata した後に、...
seki (Masatoshi Seki)
06:21 PM Revision ee1acd6a (git): * 2011-10-08
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33428 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
06:21 PM Revision 92af97c6 (git): * lib/shell.rb: Document some methods of Shell. Patch by Carol
Nichols. [Ruby 1.9 - Bug #5417]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33427 b2dd03c8-39d4-4d8f-98ff-82...
drbrain (Eric Hodel)
06:07 PM Bug #5420 (Closed): RubyGems misleading error message for "update -l"
I accidentally used option -l for "update":
11:00:34 ~$ gem19 list -l facets
*** LOCAL GEMS ***
facets (2.9....
rklemme (Robert Klemme)
12:01 PM Bug #5418 (Rejected): Some properties of WEBrick::HTTPRequest could be malformed
Original reported issue: CVE-2011-3187
Users may expect that properties of WEBrick::HTTPRequest to be not
malform...
nahi (Hiroshi Nakamura)
11:33 AM Bug #5412: Array documentation
Sorry about that. I didn't notice that Textmate was deleting the tabs when I pasted the documentation text.
Anywa...
madebydna (Andrea Singh)
11:29 AM Revision d5e7b397 (git): * test/-ext-/symbol/test_inadvertent_creation.rb (noninterned_name):
sigil of global, instance and class variable names should be
followed by non-numeric.
git-svn-id: svn+ssh://ci.rub...
nobu (Nobuyoshi Nakada)
08:57 AM Revision 881891fb (git): * test/-ext-/symbol/test_inadvertent_creation.rb: moved tests from
test_module.rb and test_symbol.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33425 b2dd03c8-39d4-4d8f-98ff-8...
nobu (Nobuyoshi Nakada)
08:54 AM Revision e50c05f7 (git): * lib/test/unit/assertions.rb (assert_send, assert_not_send):
parenthesize non-empty arguments.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33424 b2dd03c8-39d4-4d8f-98ff-82...
nobu (Nobuyoshi Nakada)
08:11 AM Bug #4576 (Open): Range#step miss the last value, if end-exclusive and has float number
naruse (Yui NARUSE)
07:59 AM Feature #5372: Promote blank? to a core protocol
> Facets (and ActiveSupport) define a #blank? protocol which allows for the above to be replaced with:
>
>  if th...
Anonymous
03:03 AM Bug #3784: Seg fault in IO.select from webrick
I am using 1.9.2-p290 on Windows XP and have seen this crash as well. The `IO.select` call is `IO.select(nil, [socke... [email protected] (Brian Gugliemetti)
01:06 AM Bug #5375: [mingw32] segfault on WinXP SP3 with 1.9.3dev@33347
> Going to manually backport r33401 over ruby_1_9_3 and test it...
May need more than r33401.
After running `gi...
jonforums (Jon Forums)
12:33 AM Bug #5244: Continuation causes Bus Error on Debian sparc
I looked at it some more (ruby1.9.1-1.9.3~preview1+svn33236 now), and tried to figure out what goes wrong by comparin... jurij (Jurij Smakov)

10/06/2011

11:41 PM Bug #5417 (Closed): Some documentation for Shell
I've added some documentation for a few Shell methods. Let me know if there are any improvements I can make. Thank you! Anonymous
09:36 PM Revision 291bf9ad (git): * 2011-10-07
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33423 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
09:36 PM Revision 06336140 (git): * array.c: Use + for arguments described in documentation to allow
rdoc -C2 to work better. Remove ... drbrain (Eric Hodel)
09:26 PM Bug #5411: Some enum.c doc tweaks
I find the new group_by more confusing now and changed it to this:
* Groups the collection by result of the block...
bt (Bernd Homuth)
10:01 AM Bug #5411: Some enum.c doc tweaks
I improved group_by in r33417 based on your work. drbrain (Eric Hodel)
09:57 AM Bug #5411 (Closed): Some enum.c doc tweaks
This issue was solved with changeset r33416.
b, thank you for reporting this issue.
Your contribution to Ruby is grea...
drbrain (Eric Hodel)
07:07 AM Bug #5411 (Closed): Some enum.c doc tweaks
I tried to fix some of the method descriptions and made. Please check group_by if this is any better than the origina... bt (Bernd Homuth)
04:29 PM Feature #5112 (Closed): Remove inadvertent symbol creation from send, __send__, and public_send
This issue was solved with changeset r33419.
Jeremy, thank you for reporting this issue.
Your contribution to Ruby is...
nobu (Nobuyoshi Nakada)
03:03 PM Bug #5416: Improve documentation for lib/time.rb
I merged 1 and 2, merged a small part of 3 (due to #5403) and hand-merged 4 to keep the references to needing to requ... drbrain (Eric Hodel)
02:59 PM Bug #5416 (Closed): Improve documentation for lib/time.rb
This issue was solved with changeset r33418.
Jake, thank you for reporting this issue.
Your contribution to Ruby is g...
drbrain (Eric Hodel)
12:18 PM Bug #5416 (Closed): Improve documentation for lib/time.rb
Documented an undocumented method and constant, as well as restored some useful documentation that was no longer bein... jakegoulding (Jake Goulding)
11:51 AM Revision 171c708b (git): fix typos
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33421 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
11:51 AM Bug #5375: [mingw32] segfault on WinXP SP3 with 1.9.3dev@33347
Usaku NAKAMURA wrote:
> Luis, sorry for my late reply.
> My tested environment doesn't have libyaml.
> Probably it...
luislavena (Luis Lavena)
10:28 AM Bug #5375: [mingw32] segfault on WinXP SP3 with 1.9.3dev@33347
Luis, sorry for my late reply.
My tested environment doesn't have libyaml.
Probably it's the reason why I couldn't ...
usa (Usaku NAKAMURA)
01:35 AM Bug #5375: [mingw32] segfault on WinXP SP3 with 1.9.3dev@33347
trunk versions built with 4.6.1 running under WinXP SP3 consistently work for me.
It's only the ruby_1_9_3 branch ...
jonforums (Jon Forums)
09:32 AM Bug #5412: Array documentation
It seems you have reindented the file by mistake, removing all the tabs. Please resubmit without changing the indent... drbrain (Eric Hodel)
07:21 AM Bug #5412 (Closed): Array documentation
As a contribution to the Mendicant University drive to enhance MRI documentation, I've tackled documentation of the A... madebydna (Andrea Singh)
09:14 AM Bug #5402 (Closed): Enhancing documentation for Time extension in stlib
This issue was solved with changeset r33414.
Shane, thank you for reporting this issue.
Your contribution to Ruby is ...
drbrain (Eric Hodel)
04:14 AM Bug #5402: Enhancing documentation for Time extension in stlib
I've tried to implement all your suggestions. Here's an updated patch. Let me know if there's anything else you'd lik... semmons99 (Shane Emmons)
09:14 AM Bug #5404 (Closed): Enhancing documentation for Time class in core
This issue was solved with changeset r33414.
Shane, thank you for reporting this issue.
Your contribution to Ruby is ...
drbrain (Eric Hodel)
04:15 AM Bug #5404: Enhancing documentation for Time class in core
I've tried to implement all your suggestions. Here's an updated patch. Let me know if there's anything else you'd lik... semmons99 (Shane Emmons)
08:59 AM Bug #5410: Enhancing documentation for Random class in core
Please wrap to 80 columns, there were a few paragraphs that went over.
Also, indentation of blocks should be two s...
drbrain (Eric Hodel)
08:54 AM Bug #5410 (Closed): Enhancing documentation for Random class in core
This issue was solved with changeset r33413.
Gregory, thank you for reporting this issue.
Your contribution to Ruby i...
drbrain (Eric Hodel)
01:47 AM Bug #5410 (Closed): Enhancing documentation for Random class in core
As part of Mendicant University's MRI Documentation Week, I've enhanced the documentation for the Random class in cor... gjp (Gregory Parkhurst)
07:32 AM Revision b4298b31 (git): set properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33420 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
07:29 AM Revision 89fef02f (git): * vm_eval.c (make_no_method_execption): extract from
raise_method_missing().
* vm_eval.c (send_internal): remove inadvertent symbol creation
from public_send. based on...
nobu (Nobuyoshi Nakada)
05:59 AM Revision 60d83c5d (git): * lib/time.rb: Clean up Time documentation. Patch by Jake Goulding.
[Ruby 1.9 - Bug #5416]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33418 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
drbrain (Eric Hodel)
01:47 AM Bug #5386 (Closed): FiberオブジェクトのGC時にSEGV
This issue was solved with changeset r33410.
Kazuki, thank you for reporting this issue.
Your contribution to Ruby is...
nagachika (Tomoyuki Chikanaga)
01:01 AM Revision 8f6cb4b4 (git): * enum.c (group_by): Improve documentation based on patch by b t.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33417 b2dd03c8-39d4-4d8f-98ff-823fe69b080e drbrain (Eric Hodel)
12:57 AM Revision e2974b1a (git): * enum.c: Clean up wording in Enumerable documentation. Patch by b t.
[Ruby 1.9 - Bug #5411
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33416 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
drbrain (Eric Hodel)
12:19 AM Bug #5407: Cannot build ruby-1.9.3-rc1 with TDM-GCC 4.6.1 on Windows XP SP3
I guess it is Windows XP and GCC 4.6.1 setjmp/longjmp issue as mentioned at Bug #5375.
I can build ruby-1.9.3-rc1 ...
phasis68 (Heesob Park)
12:17 AM Revision 9edfa897 (git): * time.c (Init_Time): Remove editorial comments from Time
documentation, fix link.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33415 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
drbrain (Eric Hodel)
12:14 AM Revision 0d900cec (git): * time.c (Init_Time): Improve Time documentation. Patch by Shane
Emmons. [Ruby 1.9 - Bug #5404]
* lib/time.rb: Improve time.rb documentation including Time.strptime.
Patch by Sha...
drbrain (Eric Hodel)

10/05/2011

11:59 PM Feature #5372: Promote blank? to a core protocol
On 05/10/11 10:53, Nobuyoshi Nakada wrote:
> Hi,
>
> (11/10/05 17:32), Alex Young wrote:
>> I'm suggesting ...
regularfry (Alex Young)
06:59 PM Feature #5372: Promote blank? to a core protocol
Hi,

(11/10/05 17:32), Alex Young wrote:
> I'm suggesting it because it's a generally useful concept.

I'm...
nobu (Nobuyoshi Nakada)
05:53 PM Feature #5372: Promote blank? to a core protocol
On 05/10/11 05:59, Nobuyoshi Nakada wrote:
> Hi,
>
> (11/10/05 2:14), Alex Young wrote:
>> On 04/10/11 16:5...
regularfry (Alex Young)
02:23 PM Feature #5372: Promote blank? to a core protocol
Hi,

(11/10/05 2:14), Alex Young wrote:
> On 04/10/11 16:52, Nobuyoshi Nakada wrote:
>> The "flexibility" (o...
nobu (Nobuyoshi Nakada)
02:23 AM Feature #5372: Promote blank? to a core protocol
On 04/10/11 16:52, Nobuyoshi Nakada wrote:
> Hi,
>
> (11/10/03 6:38), Alex Young wrote:
>> Yep, that's anot...
regularfry (Alex Young)
12:59 AM Feature #5372: Promote blank? to a core protocol
Hi,

(11/10/03 6:38), Alex Young wrote:
> Yep, that's another way to do the same sort of thing, but with a Bla...
nobu (Nobuyoshi Nakada)
11:54 PM Revision f365f190 (git): * random.c: Improve documentation of Random. Patch by Gregory
Parkhurst. [Ruby 1.9 - Bug #5410]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33413 b2dd03c8-39d4-4d8f-98ff-...
drbrain (Eric Hodel)
11:28 PM Bug #5407: Cannot build ruby-1.9.3-rc1 with TDM-GCC 4.6.1 on Windows XP SP3
@Heesob..if you happen to be using the RubyInstaller recipes, would you try again but this time use the mingw.org GCC... jonforums (Jon Forums)
10:28 AM Bug #5407 (Closed): Cannot build ruby-1.9.3-rc1 with TDM-GCC 4.6.1 on Windows XP SP3
I guess this bug is related with Bug #5375(http://redmine.ruby-lang.org/issues/5375).
First, it fails when confi...
phasis68 (Heesob Park)
04:49 PM Revision 2e35340c (git): * ChangeLog: fix ML link.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33412 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nagachika (Tomoyuki Chikanaga)
04:47 PM Revision c9d81ed7 (git): * 2011-10-06
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33411 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:47 PM Revision 257d0ac8 (git): * cont.c (cont_mark): mark original Thread object from saved_thread.
[ruby-dev:44567] [Bug #5386]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33410 b2dd03c8-39d4-4d8f-98ff-823fe69...
nagachika (Tomoyuki Chikanaga)
04:35 PM Bug #4576 (Closed): Range#step miss the last value, if end-exclusive and has float number
This issue was solved with changeset r33407.
Joey, thank you for reporting this issue.
Your contribution to Ruby is g...
naruse (Yui NARUSE)
02:33 PM Bug #5384: Ruby 1.9.3-RC1 Fails to Compile on Illumos (OpenSolaris)
It seems the problem about the use of dl_iterate_phdr issue() defined in <link.h> was already reported, but the bug r... ngoto (Naohisa Goto)
12:46 PM Bug #5386: FiberオブジェクトのGC時にSEGV
確認いただきありがとうございます。コミットしておきます。
ただ作業できるのが夜になってからなので、先にどなたかコミットして頂いてもわたしはかまいません。
nagachika (Tomoyuki Chikanaga)
12:33 AM Bug #5386: FiberオブジェクトのGC時にSEGV
辻本です。
このパッチで再現コードでのSEGVが起きなくなることを確認しました。
よければコミットしていただけないでしょうか。
ktsj (Kazuki Tsujimoto)
12:31 PM Feature #5112: Remove inadvertent symbol creation from send, __send__, and public_send
It's been over two months and I haven't had any feedback on this. Is there a reason this patch didn't get applied wh... jeremyevans0 (Jeremy Evans)
07:36 AM Revision 0a5ac6a4 (git): Revert r33407; half-baked patch.
"* numeric.c (ruby_float_step): improve floating point calculations."
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tr...
naruse (Yui NARUSE)
07:35 AM Revision 6340d633 (git): * vm_insnhelper.c (vm_call_cfunc): remove useless hack.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33408 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
07:35 AM Revision a635de7d (git): * numeric.c (ruby_float_step): improve floating point calculations.
[ruby-core:35753] [Bug #4576]
* numeric.c (ruby_float_step): correct the error of floating point
numbers on the ex...
naruse (Yui NARUSE)
06:31 AM Bug #5375: [mingw32] segfault on WinXP SP3 with 1.9.3dev@33347
@Luis, excellent; thank you. I'll confirm your results by testing on my two native WinXP SP3 boxes tomorrow. jonforums (Jon Forums)
06:17 AM Bug #5375 (Feedback): [mingw32] segfault on WinXP SP3 with 1.9.3dev@33347
@Jon:
Just tested trunk at r33401 with GCC 4.6.1 (TDM-1) under Windows XP SP2 and worked without segfaulting:
<...
luislavena (Luis Lavena)
06:23 AM Bug #5404: Enhancing documentation for Time class in core
Like #5402, using unambiguous dates (instead of 2002-02-02…) would make this a little more clear, otherwise it is fine. drbrain (Eric Hodel)
12:41 AM Bug #5404 (Closed): Enhancing documentation for Time class in core
As part of Mendicant Universities MRI Documentation Week, I've enhanced the documentation for the Time class in core. semmons99 (Shane Emmons)
05:57 AM Bug #5405 (Closed): Adds top level documentation to Hash class
This issue was solved with changeset r33406.
Alvaro, thank you for reporting this issue.
Your contribution to Ruby is...
drbrain (Eric Hodel)
05:56 AM Bug #5405: Adds top level documentation to Hash class
I removed ... drbrain (Eric Hodel)
01:08 AM Bug #5405 (Closed): Adds top level documentation to Hash class
As part of Doc Week at RbMU, I've added some additional top level documentation to the Hash class. alvaropereyra (Alvaro Pereyra Rabanal)
05:48 AM Bug #5403 (Closed): Adding Documentation Intro to Random
This issue was solved with changeset r33405.
Brett, thank you for reporting this issue.
Your contribution to Ruby is ...
drbrain (Eric Hodel)
05:48 AM Bug #5403: Adding Documentation Intro to Random
Please check for trailing whitespace in your patches, otherwise, it is fine. drbrain (Eric Hodel)
12:28 AM Bug #5403 (Closed): Adding Documentation Intro to Random
I added a simple introduction to the documentation for the Random class. I based my changes on the documentation in ... BrettBim (Brett Bim)
05:38 AM Bug #5402: Enhancing documentation for Time extension in stlib
Since the comment from time.c and time.rb will be combined for ri output the introductory sentence should be reworded... drbrain (Eric Hodel)
02:59 AM Bug #5393: some style fixes in enum.c docs
orz
Nobu, I don't mean to make you feel old, but the extra space is the fashion for us young people. :)
Do you ...
drbrain (Eric Hodel)
02:50 AM Bug #5406 (Closed): inconsistent odd-length array rejection in Hash[*ary] vs Hash[ary]
Hello,
Hash[*ary] raises an error when given odd number of arguments:
>> Hash.[]( 1, 2, 3 )
ArgumentError: odd...
sunaku (Suraj Kurapati)
02:23 AM Feature #5008: Equal rights for Hash (like Array, String, Integer, Float)
=begin
Here is a comparison of core data structure API for your reference:

| | Kernel | Impli...
sunaku (Suraj Kurapati)
01:53 AM Feature #5394: Anonymous Symbols, Anonymous Methods
Hi,

(11/10/04 4:11), Kurt Stephens wrote:
> Imagine that visit() needs dynamic hooks to visit different types...
nobu (Nobuyoshi Nakada)
01:05 AM Feature #5392: Symbol GC
Konstantin Haase wrote:
> How would you ensure identity? Do a search on every Symbol creation? Keep a hash map?
U...
kstephens (Kurt Stephens)

10/04/2011

11:33 PM Bug #5402 (Closed): Enhancing documentation for Time extension in stlib
As part of Mendicant Universities MRI Documentation Week, I've enhanced the documentation for the Time extension modu... semmons99 (Shane Emmons)
10:50 PM Bug #5384: Ruby 1.9.3-RC1 Fails to Compile on Illumos (OpenSolaris)
Naohisa Goto wrote:
> Solaris 10 released from Oracle (Sun Microsystems) does not have such limitation.
I'm sorry...
ngoto (Naohisa Goto)
10:23 PM Bug #5393: some style fixes in enum.c docs
Hi,

(11/10/04 8:28), Eric Hodel wrote:
> I would prefer spaces for both the arguments and the block like
> ...
nobu (Nobuyoshi Nakada)
03:32 PM Bug #5393: some style fixes in enum.c docs
ok, here is the patch with your recommended style. bt (Bernd Homuth)
03:00 PM Bug #5393: some style fixes in enum.c docs
oh, I added a patch file but that must have gone awol. Sorry for that. I'll repost as soon as I changed styles later ... bt (Bernd Homuth)
08:28 AM Bug #5393: some style fixes in enum.c docs
=begin
I would prefer spaces for both the arguments and the block like ((|{ |args| block }|)) as it seems to be the ...
drbrain (Eric Hodel)
03:55 AM Bug #5393 (Closed): some style fixes in enum.c docs
There isn't much consistency in the docs when it comes to blocks. So I decided to go with the style that is most ofte... bt (Bernd Homuth)
08:57 PM Revision 6f8f555d (git): * hash.c (Init_Hash): Improve Hash documentation. Patch by Alvaro
Pereyra Rabanal. [Ruby 1.9 - Bug #5405]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33406 b2dd03c8-39d4-4d8f...
drbrain (Eric Hodel)
08:48 PM Revision 9654a4c9 (git): * random.c (Init_Random): Add a top-level comment for Random. Patch
by Brett Bim. [Ruby 1.9 - Bug #5403]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33405 b2dd03c8-39d4-4d8f-98...
drbrain (Eric Hodel)
08:29 PM Feature #5400: Remove flip-flops in 2.0
Hello,
I'm one of the few users of flip-flop.
~~~ruby
W, H = 44, 54
c = 7 + 42 * W
a = [0] * W * H
g = d = 0
...
mame (Yusuke Endoh)
07:58 PM Feature #5400: Remove flip-flops in 2.0
Magnus Holm wrote:
> Nobody knows them. Nobody uses them. Let's just get rid of flip-flops, shall we?
Well, the f...
yimutang (Joey Zhou)
05:36 PM Feature #5400: Remove flip-flops in 2.0
Magnus Holm wrote:
> Nobody knows them. Nobody uses them. Let's just get rid of flip-flops, shall we?
I disagree....
yimutang (Joey Zhou)
04:43 PM Feature #5400 (Rejected): Remove flip-flops in 2.0
Nobody knows them. Nobody uses them. Let's just get rid of flip-flops, shall we? judofyr (Magnus Holm)
08:23 PM Bug #5279: $SAFEが3以上の時にString#encodeがSecurityErrorを発生させるケースがある
On 04/10/2011 12:22, NARUSE, Yui wrote:
>> 例えば、
>>
>> $ ruby1.9 -ve 'a="あ";"あ".encode("euc-jp"); $SAFE=4; a.en...
kazuhiko (Kazuhiko Shiozaki)
07:23 PM Bug #5279: $SAFEが3以上の時にString#encodeがSecurityErrorを発生させるケースがある
2011年10月4日19:02 Kazuhiko <[email protected]>:
> えーと、さらに調査の結果、encodingによっては上記のワークアラウンドでうま
> く動かないことがわかりました。
>...
naruse (Yui NARUSE)
07:23 PM Bug #5279: $SAFEが3以上の時にString#encodeがSecurityErrorを発生させるケースがある
On 28/09/2011 14:15, Kazuhiko wrote:
> On 26/09/2011 19:19, Shugo Maeda wrote:
>>>> Yuguiさんが1.9.3ブランチにバックポートしてくだ...
kazuhiko (Kazuhiko Shiozaki)
07:59 PM Feature #5394: Anonymous Symbols, Anonymous Methods
Hello,

To all:
This proposal aims to address pollution and collision problem of name
space, as well as refi...
mame (Yusuke Endoh)
10:31 AM Feature #5394: Anonymous Symbols, Anonymous Methods
Related: http://redmine.ruby-lang.org/issues/show/4288 kstephens (Kurt Stephens)
05:29 AM Feature #5394: Anonymous Symbols, Anonymous Methods
On Oct 3, 2011, at 3:11 PM, Kurt Stephens wrote:
>
> Optional Supporting Syntax:
>
> ...
Anonymous
04:11 AM Feature #5394 (Rejected): Anonymous Symbols, Anonymous Methods
Proposal for Anonymous Symbols and Anonymous Methods
Anonymous Methods (AnonMeths) can be used for complex orthogo...
kstephens (Kurt Stephens)
07:50 PM Bug #5375: [mingw32] segfault on WinXP SP3 with 1.9.3dev@33347
Luis Lavena wrote:
> Independent of being mingw or mingw-w64 provided version of GCC, 4.6.x seems to segfault too.
...
jojelino (jojelino _)
07:23 PM Feature #5372: Promote blank? to a core protocol
On 03/10/11 22:25, Eric Hodel wrote:
> On Oct 2, 2011, at 2:38 PM, Alex Young wrote:
>> Eric Hodel wrote in post...
regularfry (Alex Young)
06:29 AM Feature #5372: Promote blank? to a core protocol
On Oct 2, 2011, at 2:38 PM, Alex Young wrote:
> Eric Hodel wrote in post #1024462:
>> On Sep 27, 2011, at 6:52 PM,...
drbrain (Eric Hodel)
06:07 PM Bug #5401 (Feedback): Ruby 1.9.3 interpreter crash
are you using openssl which bundled with OSX? if not, please tell what (like: installed by macports, homebrew, etc) sorah (Sorah Fukumori)
05:36 PM Bug #5401 (Closed): Ruby 1.9.3 interpreter crash
I'm seeing the Ruby 1.9.3dev interpreter crash when I attempt to use the paypal-express gem. Next, I was not able to... Anonymous
06:06 PM Bug #5390 (Assigned): YAML.load が、正しく解析できないエンコーディングの文字列も受け付けてしまう
> *UTF-8 以外のエンコーディングの文字列が渡された場合に、自動的に UTF-8 に変換して処理を進める
がいいのではないかと思っています。
> *YAML の解析部分でエンコーディングを考慮するようにして、Shift_...
naruse (Yui NARUSE)
05:53 PM Revision 137c547c (git): * ext/psych/lib/psych/syntax_error.rb: Add file, line, offset, and
message attributes during parse failure.
* ext/psych/parser.c: Update parser to raise exception with correct
values...
tenderlovemaking (Aaron Patterson)
05:41 PM Feature #5389: New method Enumerator#iterate
Yui NARUSE wrote:
> Enumerator#next is not enough?
array = (1..10).to_a
enum = array.map!
loop do
enum.nex...
yimutang (Joey Zhou)
04:46 PM Feature #5389: New method Enumerator#iterate
Enumerator#next is not enough? naruse (Yui NARUSE)
04:53 PM Revision 77e58a33 (git): * ext/psych/parser.c (parse): Use context_mark for indicating error
line and column.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33403 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
tenderlovemaking (Aaron Patterson)
04:37 PM Bug #5399 (Closed): Time.strptime does not correctly parse seconds since epoch
This issue was solved with changeset r33398.
Christopher, thank you for reporting this issue.
Your contribution to Ru...
naruse (Yui NARUSE)
08:27 AM Bug #5399 (Closed): Time.strptime does not correctly parse seconds since epoch
Reproducing the bug inside the IRB:
Time.strptime("1", "%s")
=> 2011-10-03 15:51:02 -0700
as opposed to:
...
ceberz (Christopher Eberz)
04:25 PM Revision fccfc4f7 (git): * 2011-10-05
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33402 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:24 PM Revision b7c66e31 (git): * ext/psych/lib/psych/scalar_scanner.rb: use normal begin / rescue
since postfix rescue cannot receive the exception class. Thanks
nagachika!
git-svn-id: svn+ssh://ci.ruby-lang.org/...
tenderlovemaking (Aaron Patterson)
03:53 PM Feature #5392: Symbol GC
How would you ensure identity? Do a search on every Symbol creation? Keep a hash map?

On Oct 3, 2011, at 09:41 , ...
rkh (Konstantin Haase)
01:41 AM Feature #5392 (Closed): Symbol GC
I looked more into Symbol GC. The biggest problem is IDs are not VALUEs. My outburst at RubyConf based on my stupid... kstephens (Kurt Stephens)
12:10 PM Revision 92a05ea2 (git): * class.c (class_alloc): allocate extra memory after containing
object setup to get rid of rare-but-potential memory leak.
* gc.c (gc_mark_children): skip marking extended members i...
nobu (Nobuyoshi Nakada)
09:44 AM Revision 0688c81a (git): Revert r33397 because it cause segv.
"* class.c (class_alloc): allocate extra memory after containing"
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@...
naruse (Yui NARUSE)
08:33 AM Bug #5396 (Closed): Improvements to documentation for Etc module
This issue was solved with changeset r33393.
mathew, thank you for reporting this issue.
Your contribution to Ruby is...
drbrain (Eric Hodel)
05:58 AM Bug #5396 (Closed): Improvements to documentation for Etc module
Improvements to Etc module documentation, following conversation on Reddit:
http://www.reddit.com/r/ruby/comments/kz...
meta (mathew murphy)
08:24 AM Bug #5388: Update Shellwords' documentation to include example
There is no need to update ChangeLog, I will do that. Thank you for your patch! drbrain (Eric Hodel)
08:23 AM Bug #5388 (Closed): Update Shellwords' documentation to include example
This issue was solved with changeset r33392.
Samnang, thank you for reporting this issue.
Your contribution to Ruby i...
drbrain (Eric Hodel)
07:59 AM Bug #5349 (Closed): Add back documentation for Proc#call and Proc#[]
This issue was solved with changeset r33390.
Alexander, thank you for reporting this issue.
Your contribution to Ruby...
drbrain (Eric Hodel)
07:58 AM Bug #5349: Add back documentation for Proc#call and Proc#[]
I decided to keep #call and #=== separate, so I moved the === documentation above the call documentation and added a ... drbrain (Eric Hodel)
07:44 AM Bug #5344 (Closed): Clarified Array.new Documentation
This issue was solved with changeset r33389.
Henry, thank you for reporting this issue.
Your contribution to Ruby is ...
drbrain (Eric Hodel)
07:39 AM Bug #5216: added some clarification to Array.new method
The call-seq covers all four examples, so it is fine. drbrain (Eric Hodel)
07:35 AM Bug #5216 (Closed): added some clarification to Array.new method
This issue was solved with changeset r33388.
Jonathan, thank you for reporting this issue.
Your contribution to Ruby ...
drbrain (Eric Hodel)
07:37 AM Revision 4eb497d9 (git): * lib/time.rb (Time.strptime): use Time.at if d[:seconds] is set.
Reported by Christopher Eberz. [ruby-core:39903] Bug #5399
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33398 b...
naruse (Yui NARUSE)
07:31 AM Bug #5215 (Closed): added some clarification to Array[] method
This issue was solved with changeset r33387.
Jonathan, thank you for reporting this issue.
Your contribution to Ruby ...
drbrain (Eric Hodel)
06:04 AM Revision bf8168cf (git): * class.c (class_alloc): allocate extra memory after containing
object setup to get rid of rare-but-potential memory leak.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33397 b...
nobu (Nobuyoshi Nakada)
05:17 AM Revision e6c2da74 (git): fix typos
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33396 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
02:44 AM Revision 356c7cbf (git): * gc.c (rb_gc_set_params): ruby_verbose can be Qnil, so use RTEST.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33395 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
01:25 AM Revision f65cdf79 (git): Fix test of gc introduced in r33379.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33394 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
12:03 AM Bug #5380 (Closed): gc params cause Segmentation fault
This issue was solved with changeset r33379.
saber, thank you for reporting this issue.
Your contribution to Ruby is ...
nagachika (Tomoyuki Chikanaga)

10/03/2011

11:55 PM Bug #5390 (Closed): YAML.load が、正しく解析できないエンコーディングの文字列も受け付けてしまう
[[ruby-list:48419]] にてバグ扱いでいいだろうという話がありましたのでバグとして報告します。
YAML.load がどのように実装されているのかコードを追いきれなかったのですが、動きを見る限り、与えられた文字列...
nobuoka (yu nobuoka)
11:33 PM Revision 14f878ae (git): * ext/etc/etc.c: Document Etc, Etc.sysconfdir, Etc.systmpdir. Patch
by mathew murphy. [Ruby 1.9 - Bug #5396]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33393 b2dd03c8-39d4-4d8...
drbrain (Eric Hodel)
11:23 PM Revision 6be866e2 (git): * lib/shellwords.rb: Update toplevel comment with an example. Patch
by Samnang Chhun. [Ruby 1.9 - Bug #5388]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33392 b2dd03c8-39d4-4d8...
drbrain (Eric Hodel)
11:16 PM Revision 983476fb (git): * proc.c (proc_call): Update documentation to match argument handling
of proc/Proc.new/lambda/->()
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33391 b2dd03c8-39d4-4d8f-98ff-823fe6...
drbrain (Eric Hodel)
11:12 PM Feature #5378 (Assigned): Prime.each is slow
Hello,
Just slowness is not a bug unless it is a regression, I think.
So I moved this ticket to the feature track...
mame (Yusuke Endoh)
04:15 PM Feature #5378: Prime.each is slow
Note that the primes_up_to method Mike posted is not quite optional in that the intended optimization in the form of ... calamitas (Peter Vanbroekhoven)
10:59 PM Revision b7ea625b (git): * proc.c (proc_call): Fix documentation of Proc#call vs Proc#===.
[Ruby 1.9 - Bug #5349]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33390 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
drbrain (Eric Hodel)
10:53 PM Bug #5384: Ruby 1.9.3-RC1 Fails to Compile on Illumos (OpenSolaris)
> I have tried this and I am met with the same error still.
I cannot reproduce the error on my machines running S...
ngoto (Naohisa Goto)
11:57 AM Bug #5384: Ruby 1.9.3-RC1 Fails to Compile on Illumos (OpenSolaris)
Naohisa Goto wrote:
> > In all fairness, Ruby 1.9.3-RC1 doesn't compile out of the box on Sun Solaris 10, either, bu...
Cyrus (Cyrus Lopez)
12:48 AM Bug #5384: Ruby 1.9.3-RC1 Fails to Compile on Illumos (OpenSolaris)
> In all fairness, Ruby 1.9.3-RC1 doesn't compile out of the box on Sun Solaris 10, either, but for a different reaso... ngoto (Naohisa Goto)
10:43 PM Revision b4d3400e (git): * array.c (rb_ary_initalize): Make Array.new description match
call-seq. Patch by Henry Maddocks. [Ruby 1.9 - Bug #5344]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33389...
drbrain (Eric Hodel)
10:35 PM Revision cb014763 (git): * array.c (rb_ary_initialize): Add output for examples. Patch by
Jonathan Mukai. [Ruby 1.9 - Bug #5216]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33388 b2dd03c8-39d4-4d8f-...
drbrain (Eric Hodel)
10:31 PM Revision aec0f808 (git): * array.c (rb_ary_s_create): Add example results for Array::[]. Patch
by Jonathan Mukai. [Ruby 1.9 - Bug #5215]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33387 b2dd03c8-39d4-4d...
drbrain (Eric Hodel)
10:15 PM Revision 90dfc8f9 (git): * lib/rubygems: Update to RubyGems 1.8.11. Move Deprecate into the
Gem namespace.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33386 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
drbrain (Eric Hodel)
09:44 PM Revision 91673283 (git): * ext/psych/lib/psych.rb: update psych version.
* ext/psych/psych.gemspec: generate new gemspec for new version.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3...
tenderlovemaking (Aaron Patterson)
09:31 PM Revision 1c60db55 (git): * ext/psych/lib/psych.rb: calling `yaml` rather than `to_yaml`.
* ext/psych/lib/psych/nodes/node.rb: Rename `to_yaml` to just `yaml`
in order to avoid YAML::ENGINE switching from ...
tenderlovemaking (Aaron Patterson)
09:21 PM Revision bd3b0d47 (git): * ext/psych/lib/psych/scalar_scanner.rb: Match values against the
floating point spec defined in YAML to avoid erronious parses.
* test/psych/test_numeric.rb: corresponding test.
git...
tenderlovemaking (Aaron Patterson)
09:00 PM Revision 1721fca3 (git): * ext/psych/lib/psych/visitors/to_ruby.rb: ToRuby visitor can be
constructed with a ScalarScanner.
* ext/psych/lib/psych/visitors/yaml_tree.rb: ScalarScanner can be
passed to the Y...
tenderlovemaking (Aaron Patterson)
08:49 PM Revision bdadd499 (git): * ext/psych/lib/psych/visitors/to_ruby.rb: Define Regexp::NOENCODING
for 1.9.2 backwards compatibility.
* ext/psych/lib/psych/visitors/yaml_tree.rb: Fix Date string
generation for 1.9....
tenderlovemaking (Aaron Patterson)
08:25 PM Feature #5389 (Assigned): New method Enumerator#iterate
If we want to iterate over the elements of a enumerable object with *multiple* blocks, we can use the Enumerator clas... yimutang (Joey Zhou)
06:10 PM Bug #5388 (Closed): Update Shellwords' documentation to include example
Hi Eric,
I have updated Shellwords' description to include example, so users could find and know how to use this s...
samnang (Samnang Chhun)
05:53 PM Bug #5279: $SAFEが3以上の時にString#encodeがSecurityErrorを発生させるケースがある
前田です。

2011年9月28日21:15 Kazuhiko <[email protected]>:
>> 1.9.[234]で仕様が違うという点については、どうせ$SAFEは2.0で削除すべきだ
>> と思...
shugo (Shugo Maeda)
03:03 PM Revision aee48736 (git): * 2011-10-04
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33380 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:02 PM Revision 3973e70d (git): * gc.c (rb_gc_set_params): output GC parameter change messages only
if -w/-v options are specified. these messages are output to stderr,
not to stdout. [ruby-core:39795] [Bug #5380]
...
nagachika (Tomoyuki Chikanaga)
11:14 AM Feature #2565: adding hooks for better tracing
Mark's concern, why Ruby doesn't include DTrace support, is reasonable, I explain why.
It is because tracing is so i...
naruse (Yui NARUSE)
06:53 AM Feature #5372: Promote blank? to a core protocol
Eric Hodel wrote in post #1024462:
> On Sep 27, 2011, at 6:52 PM, Alex Young wrote:
>
>> Think of it like the ...
regularfry (Alex Young)

10/02/2011

11:00 PM Feature #5364: How about new syntax: "object.\method" returns a Method instance?

How about this?
I want to create an enumerator from a method, the normal way is using the Object#to_enum method,...
yimutang (Joey Zhou)
10:05 PM Bug #5386: FiberオブジェクトのGC時にSEGV
以下でどうでしょうか?
test-all の test_many_fibers_with_threads がSEGVするというのは起きなくなるのは確認しましたが、元々の再現スクリプトでは手元で SEGV を発生させられていないのでそ...
nagachika (Tomoyuki Chikanaga)
09:13 PM Bug #5386 (Assigned): FiberオブジェクトのGC時にSEGV
辻本です。
これらのコミットによってtest-allがSEGVするようになってしまった環境があるので
r33378で一旦revertしました。
http://u64.rubyci.org/~chkbuild/ruby-t...
ktsj (Kazuki Tsujimoto)
08:53 AM Bug #5386: FiberオブジェクトのGC時にSEGV
辻本です。

Subject: [ruby-dev:44567] Re: [ruby-dev:44566] [Ruby 1.9 - Bug#5386][Open] FiberオブジェクトのGC時にSEGV
From: S...
ktsj (Kazuki Tsujimoto)
12:47 AM Bug #5386 (Closed): FiberオブジェクトのGC時にSEGV
This issue was solved with changeset r33369.
Kazuki, thank you for reporting this issue.
Your contribution to Ruby is...
ktsj (Kazuki Tsujimoto)
12:41 AM Bug #5386 (Closed): FiberオブジェクトのGC時にSEGV
=begin
辻本です。
ポータブルな再現コードが作れていないのですが、
Ubuntu 10.04 x86_64にて以下のコードを実行すると
FiberオブジェクトをGCする処理の中でSEGVします。
requir...
ktsj (Kazuki Tsujimoto)
06:53 PM Bug #4576: Range#step miss the last value, if end-exclusive and has float number
2011/9/17 Masahiro TANAKA <[email protected]>:
> --- numeric.c (revision 33288)
> +++ numeric.c (working co...
masa16 (Masahiro Tanaka)
12:08 PM Revision 3e6a5b27 (git): * vm.c (rb_thread_mark), cont.c (cont_mark): revert r33369 and r33371
that may cause SEGV in certain environments.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33378 b2dd03c8-39d4-4...
ktsj (Kazuki Tsujimoto)
09:37 AM Bug #5375: [mingw32] segfault on WinXP SP3 with 1.9.3dev@33347
Nobu-san, any suggestion? luislavena (Luis Lavena)
05:17 AM Bug #5375: [mingw32] segfault on WinXP SP3 with 1.9.3dev@33347
jojelino _ wrote:
> i had same issue before although it maybe not same one.
> The location of error triggered was ms...
jonforums (Jon Forums)
03:18 AM Revision 051aa442 (git): * test/psych/test_yamldbm.rb: add test case.
* test/syck/test_yamldbm.rb: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33377 b2dd03c8-39d4-4d8f-98ff-...
ayumin (Ayumu AIZAWA)
02:29 AM Revision 9bb327f1 (git): * lib/yaml/store.rb: make initialize method signature match the
superclass signature.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33376 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
tenderlovemaking (Aaron Patterson)
01:56 AM Revision 02e4428e (git): * io.c: fix documentation of ARGF.lineno=.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33375 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ktsj (Kazuki Tsujimoto)
01:29 AM Revision 7ee78924 (git): * test/mkmf/test_framework.rb: forgot to set property.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33374 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:27 AM Revision 5e7ff051 (git): * test/mkmf/test_framework.rb: test for r33372.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33373 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:03 AM Revision 49cc468a (git): * lib/mkmf.rb (have_framework): try as Objective-C.
https://twitter.com/nagachika/status/120294447660539904
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33372 b2dd...
nobu (Nobuyoshi Nakada)
 

Also available in: Atom