Project

General

Profile

Activity

From 12/25/2012 to 12/31/2012

12/31/2012

03:22 PM Bug #7619: 遅延評価された無限長の Range に map を適用して force しようとすると SEGV
ruby 2.0.0dev (2012-12-31 trunk 38665) [x86_64-darwin12.2.0] で試してみたところ,再現しませんでした.お騒がせしました.
一応,2.0.0-preview2 でバグ再現...
Linda_pp (Ryuichi Hayashida)
12:40 PM Bug #7619 (Feedback): 遅延評価された無限長の Range に map を適用して force しようとすると SEGV
手元では再現できませんでした。できれば最新バージョンで試してみてください。
また、~/Library/Logs/DiagnosticReportsにcrash reportファイルができているはずなので、それも添付してください。
nobu (Nobuyoshi Nakada)
02:01 PM Bug #7371: Fix undefined overflow checking in bigdecimal
To see how it works, try to compile the following (simplified) code with gcc 4.8. The entire function will be optimi... xi (Xi Wang)
01:04 PM Feature #7434 (Assigned): Allow caller_locations and backtrace_locations to receive negative params
I have committed a test for range argument in r38664, please check it. zzak (zzak _)
10:46 AM Bug #5759: flatten calls to_ary on everything
> class Baz; def respond_to?(s, x) super unless s == :to_ary end end
=> nil
> [Baz.new].flatten
=> [#<Baz:0x007f8d...
bitsweat (Jeremy Daer)
05:15 AM Bug #5759: flatten calls to_ary on everything
=begin
Isn't the the problem that it doesn't bother to check (({#respond_to?})) at all?
class Baz
def meth...
trans (Thomas Sawyer)
06:09 AM Revision 7e62b6cc (git): * vm_backtrace.c: Add documentation for Kernel#caller_locations,
Kernel#caller, and Thread::Backtrace::Location
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38666 b2dd03c8-39d...
zzak (zzak _)
04:03 AM Revision 534d99ec (git): * 2012-12-31
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38665 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:03 AM Revision e4be7f97 (git): * test/ruby/test_backtrace.rb: Add test for r37957 [Feature #7434]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38664 b2dd03c8-39d4-4d8f-98ff-823fe69b080e zzak (zzak _)
02:29 AM Feature #7639 (Closed): More freedom for location of comments
When we chain methods with the period at the end of each line, we can put comments in between the lines:
```ruby
...
sawa (Tsuyoshi Sawada)
12:57 AM Bug #7638 (Assigned): trunk で rails の activesupport のテストが失敗してしまう
柴田さん、いつもご報告ありがとうございます。
わたしの理解では r38175 は `rb_obj_respond_to()` と `rb_funcall2()` で「`respond_to?(mid, true)` でメソッドが...
nagachika (Tomoyuki Chikanaga)

12/30/2012

11:33 PM Bug #7610 (Closed): Incompatible with percent literal regexp between 1.9.3 and 2.0.0
This issue was solved with changeset r38663.
Kenichi, thank you for reporting this issue.
Your contribution to Ruby i...
nobu (Nobuyoshi Nakada)
11:03 PM Bug #4490 (Rejected): struct timespec declared without defining HAVE_STRUCT_TIMESPEC, clashes with pthreads.
mingw is not a pthread platform. nobu (Nobuyoshi Nakada)
10:57 PM Bug #7531 (Closed): Issues in installing ruby 1.9.3 on AIX 7.1
nobu (Nobuyoshi Nakada)
10:45 PM Bug #5759 (Rejected): flatten calls to_ary on everything
When you define method_missing, you have to also define respond_to_missing? properly. nobu (Nobuyoshi Nakada)
03:00 PM Bug #7638 (Closed): trunk で rails の activesupport のテストが失敗してしまう
Ruby のバグとは言い切れませんが、ある時期から activesupport のテストが落ちるようになってしまいました。
Ruby と Rails のどちらを直すべきか判断できないので、何か教えて頂けると助かります。
落...
hsbt (Hiroshi SHIBATA)
02:33 PM Revision 77df5bb1 (git): parse.y: escaped closing parenthsis
* parse.y (simple_re_meta): escaped closing parenthsis has different
meaning. [Bug #7610] [ruby-core:51088]
git-s...
nobu (Nobuyoshi Nakada)
02:01 PM Revision a6c637f0 (git): vm_method.c: idRespond_to_missing
* vm_method.c (respond_to_missing): use idRespond_to_missing.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3866...
nobu (Nobuyoshi Nakada)
12:57 PM Revision afa4770a (git): Makefile.in: ignore CDPATH
* Makefile.in (CDPATH): ignore and force to chdir from cwd.
http://stackoverflow.com/questions/12885548/unable-to-b...
nobu (Nobuyoshi Nakada)
11:06 AM Bug #7630 (Closed): Proc/block doesn't take keyword arguments
This issue was solved with changeset r38657.
Kazuki, thank you for reporting this issue.
Your contribution to Ruby is...
ktsj (Kazuki Tsujimoto)
03:11 AM Revision c56eee05 (git): * configure.in: use 4 argument form of AC_CHECK_HEADERS to force
autoconf to use compiler's result
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38660 b2dd03c8-39d4-4d8f-98ff-82...
Charlie Somerville
02:24 AM Bug #7636: Problems in the documnt of psych
I'll have to check this upstream, psych is maintained on github (https://github.com/tenderlove/psych), but documentat... zzak (zzak _)
02:06 AM Revision 64e36b0e (git): * 2012-12-30
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38659 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
02:06 AM Revision 2a4e4d86 (git): * test/ruby/test_keyword.rb: add a test for passing hash
as a last argument. [ruby-dev:46712] [Bug #7529]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38658 b2dd03c8-39...
ktsj (Kazuki Tsujimoto)
02:06 AM Revision 371c07f2 (git): * vm_insnhelper.c: set keyword hash on Proc/block calls.
[ruby-core:51172] [Bug #7630]
* test/ruby/test_keyword.rb: add tests for above.
git-svn-id: svn+ssh://ci.ruby-lang....
ktsj (Kazuki Tsujimoto)

12/29/2012

11:38 PM Bug #7636 (Closed): Problems in the documnt of psych
I found some mistakes in the comment of psych library.
The following is the comment of Psych.load:
# Example:
...
ohai (Ippei Obayashi)
10:52 PM Bug #7635 (Closed): debug_inspector API segfaults when opened from inside an eval frame
=begin
(({rb_debug_inspector_open})) segfaults when it is called from inside an eval frame.
Using this C extens...
Anonymous
10:23 PM Bug #7632: IRB autocompletion bug
けいじゅ@いしつかです.

In [ruby-dev:46814] the message: "[ruby-dev:46814] Re: backport93から
の移動 [Re: [ruby-core:51175] [...
keiju (Keiju Ishitsuka)
09:59 PM Bug #7632 (Closed): IRB autocompletion bug
This issue was solved with changeset r38656.
Bogdan, thank you for reporting this issue.
Your contribution to Ruby is...
keiju (Keiju Ishitsuka)
09:56 PM Bug #7632 (Assigned): IRB autocompletion bug
keiju (Keiju Ishitsuka)
09:41 PM Bug #7632: IRB autocompletion bug
[ruby-dev:46813] を見て移動します。 sorah (Sorah Fukumori)
04:12 AM Bug #7632: IRB autocompletion bug
I was able to reproduce it with a previous patch level version of 1.9.3 as well as p362
https://gist.github.com/44...
zzak (zzak _)
03:35 AM Bug #7632: IRB autocompletion bug
Can you reproduce without wirble? drbrain (Eric Hodel)
10:14 PM Bug #7623: Messages while RDoc generation
Thank you for looking at my report.
My point is on the messages:
lib/mkmf.rb:1117:29: Couldn't find STRING_OR_FAI...
tomoakin (Tomoaki Nishiyama)
05:07 AM Bug #7623 (Closed): Messages while RDoc generation
duplicate of #7550 zzak (zzak _)
10:03 PM Bug #3351 (Open): stack overflow on super
shugo (Shugo Maeda)
10:01 PM Bug #2402: super in instance_eval
まつもとさん、この件どうしましょうか?
個人的にはinstance_evalの中でsuperを呼ぶのはかなり特殊なケースだと思うので、
TypeErrorでよいように思いますが。
shugo (Shugo Maeda)
09:58 PM Bug #7630 (Assigned): Proc/block doesn't take keyword arguments
It seems accessing out of the stack, so I think this bug is critical.
Please fix it with a test.
nobu (Nobuyoshi Nakada)
01:35 PM Bug #7564: r38175 introduces incompatibility
I still think this is a bug, as shown by needing a `respond_to?` that does nothing more than call super:
~~~ruby
...
zenspider (Ryan Davis)
12:59 PM Revision b0767cf8 (git): * lib/irb/completion.rb: treat rightly comletion for symbol on irb
[Bug #7632].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38656 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
keiju (Keiju Ishitsuka)
12:54 PM Revision cdabc58f (git): * ext/curses/curses.c (window_cury, window_curx, window_maxy,
window_maxx, window_begy, window_begx): use RB_UNUSED_VAR()
to suppress unused-but-set-variable warnings.
git-svn-...
shugo (Shugo Maeda)
12:22 PM Revision be7bf5aa (git): adjust style
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38654 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
12:22 PM Revision e878df74 (git): use RB_TYPE_P
* enumerator.c (enumerator_initialize), eval.c (rb_using_refinement),
(add_activated_refinement), numeric.c (num_in...
nobu (Nobuyoshi Nakada)
12:21 PM Revision eb56c108 (git): compile.c: no semicolon
* compile.c (ADD_TRACE): putting a semicolon at the last of a macro
let do/while make no sense.
git-svn-id: svn+ss...
nobu (Nobuyoshi Nakada)
11:46 AM Bug #4502: strange Module.new behaviour
With latest version, A.X occurs NameError instead of returning B::X. nobu (Nobuyoshi Nakada)
11:37 AM Bug #5283 (Closed): クラスオブジェクトの clone に関する質問
This issue was solved with changeset r38648.
satoshi, thank you for reporting this issue.
Your contribution to Ruby i...
nobu (Nobuyoshi Nakada)
07:44 AM Revision fd636ef9 (git): * iseq.c (RubyVM::InstructionSequence): rdoc formatting
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38651 b2dd03c8-39d4-4d8f-98ff-823fe69b080e zzak (zzak _)
06:29 AM Revision 1ddf1833 (git): * iseq.c (RubyVM::InstructionSequence): Add rdoc for new iseq features
added from r38085, this includes ::of, #path, #absolute_path,
#label, #base_label, #first_lineno, and #inspect
gi...
zzak (zzak _)
05:09 AM Revision 4706171d (git): * iseq.c (rb_iseq_line_trace_all, rb_iseq_line_trace_specify): Add
rdoc for experimental C level api of iseq, from r38076
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38649 b2dd...
zzak (zzak _)
02:37 AM Revision ad6f06ae (git): object.c: singleton class clone
* object.c (rb_obj_clone): attach clone to its singleton class during
cloning singleton class so that singleton_met...
nobu (Nobuyoshi Nakada)
01:13 AM Revision 11803022 (git): * test/ruby/test_class.rb (test_cannot_reinitialize_class_with_initialize_copy),
(test_invalid_superclass): get rid of confusing ruby-mode.el.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3864...
nobu (Nobuyoshi Nakada)
01:10 AM Revision df158322 (git): * 2012-12-29
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38646 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
01:10 AM Revision 2eb92b14 (git): configure.in: AC_CHECK_HEADERS
* configure.in (crt_externs.h): use standard macro AC_CHECK_HEADERS.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tr...
nobu (Nobuyoshi Nakada)

12/28/2012

10:50 PM Bug #7632 (Closed): IRB autocompletion bug
Steps to reproduce:
* Launch IRB
* type: (&:)
* press tab
Result: irb crashes
Ruby version: ruby-1.9.3-p194
...
bogdan (Bogdan Gusiev)
09:49 PM Bug #7628 (Closed): IRB::Context#new: Check from JobManager inside IRB namespace
This issue was solved with changeset r38643.
Zachary, thank you for reporting this issue.
Your contribution to Ruby i...
keiju (Keiju Ishitsuka)
09:07 AM Bug #7628 (Closed): IRB::Context#new: Check from JobManager inside IRB namespace
Patch added from https://github.com/ruby/ruby/pull/226 zzak (zzak _)
09:38 PM Bug #3080 (Closed): class_variable_set issue with duped Module
nobu (Nobuyoshi Nakada)
08:47 PM Bug #7630 (Closed): Proc/block doesn't take keyword arguments
=begin
$ ./ruby -e 'Proc.new{|k: 0|}.()'
-e:1:in `block in <main>': undefined method `key?' for 70368666077121:Fi...
ktsj (Kazuki Tsujimoto)
05:53 PM Feature #4614: [RFC/PATCH] thread_pthread.c: lower RUBY_STACK_MIN_LIMIT to 64K
"ko1 (Koichi Sasada)" <[email protected]> wrote:
> I add environment variable at r38479.

Thanks!

Btw...
normalperson (Eric Wong)
02:23 PM Revision af35f2a6 (git): * configure.in: check for the whether crt_externs.h is present when compiling
for darwin (this header is missing in the iOS SDK)
* eval_intern.h: check HAVE_CRT_EXTERNS_H before including crt_ext...
Charlie Somerville
12:49 PM Revision 80b0c6ca (git): * lib/irb/context.rb: IRB::Context#new: Check from JobManager
inside IRB namespace [Bug #7628]. Thanks rafaelfranca for bug
report and its patch.
git-svn-id: svn+ssh:...
keiju (Keiju Ishitsuka)
11:51 AM Bug #7621 (Closed): ブロック引数にデフォルト値を指定したときに配列を渡した際の挙動が1.9.3と変わっている
This issue was solved with changeset r38639.
三村, thank you for reporting this issue.
Your contribution to Ruby is gre...
nobu (Nobuyoshi Nakada)
11:36 AM Bug #7613: An Alias for a class method inherited from the Class class is not equal to the original method
shugo (Shugo Maeda) wrote:
> `open == new` returns `false` because their owners are different.
>
> ```ruby
> p [...
shugo (Shugo Maeda)
11:26 AM Bug #7613: An Alias for a class method inherited from the Class class is not equal to the original method
zhangsu (Su Zhang) wrote:
> ```ruby
> class Stream
> class << self
> alias_method :open, :new
> end
> e...
shugo (Shugo Maeda)
11:23 AM Bug #7613 (Closed): An Alias for a class method inherited from the Class class is not equal to the original method
This issue was solved with changeset r38638.
Su, thank you for reporting this issue.
Your contribution to Ruby is gre...
shugo (Shugo Maeda)
08:10 AM Revision 7bc4cfe4 (git): ruby-electric.el (ruby-electric-curlies): Automatically indent "}".
* misc/ruby-electric.el (ruby-electric-curlies): Automatically
indent closing curly brackets when
ruby-electric-n...
Akinori MUSHA
05:57 AM Bug #7626: Bizarre Array#fetch behavior with a block when index is out of bounds
Oh! It's a block form of `default` - I get it now. Disregard! Nevir (Ian MacLeod)
05:53 AM Bug #7626: Bizarre Array#fetch behavior with a block when index is out of bounds
Why would you need to call fetch with a block if you already know the index is out of range? You already have the in... Nevir (Ian MacLeod)
04:33 AM Bug #7626 (Rejected): Bizarre Array#fetch behavior with a block when index is out of bounds
`fetch(val){block}` either returns the requested value or yields to the block and return that result. The block is th... marcandre (Marc-Andre Lafortune)
03:46 AM Bug #7626 (Rejected): Bizarre Array#fetch behavior with a block when index is out of bounds
This also occurs on Ruby 1.8.
First, the example, taken almost directly from the docs (except the docs only descri...
Nevir (Ian MacLeod)
05:02 AM Bug #7627 (Closed): Instance variables of a Struct object are marshaled even when marshal_dump method is defined.
=begin
If (({marshal_dump})) method is defined in a class and you pass an instance of that class into (({Marshal.dum...
KL-7 (Kirill Lashuk)
03:34 AM Revision 7c7a3c4d (git): fix typos
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38641 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
03:03 AM Revision d00b1a76 (git): vm.c: suppress warning
* vm.c (check_machine_stack_size): ifdef a variable which is unused on
non-pthread platforms.
git-svn-id: svn+ssh:...
nobu (Nobuyoshi Nakada)
02:50 AM Revision 0ea1e431 (git): vm_insnhelper.c: no splat single opt arg
* vm_insnhelper.c (vm_yield_setup_block_args): pass single argument to
single optional parameter unchanged without ...
nobu (Nobuyoshi Nakada)
02:23 AM Revision d5a39c0a (git): * proc.c (method_eq): fix the documentation to refer to owner.
[ruby-core:51105] [Bug #7613]
* test/ruby/test_method.rb (test_alias_onwer): new test to confirm
that `a == b' ret...
shugo (Shugo Maeda)
12:19 AM Revision bab92f0f (git): * ChangeLog: fix indent broen at r38633 and tabify.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38637 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)

12/27/2012

11:48 PM Bug #6378 (Closed): irb incorrectly considers line incomplete when parenthesis are excluded
This issue was solved with changeset r38632.
Daniel, thank you for reporting this issue.
Your contribution to Ruby is...
keiju (Keiju Ishitsuka)
10:08 PM Revision 8654730a (git): * def/id.def: use split(/^/) instead of String#lines to support
Ruby 1.8.5 as BASERUBY.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38636 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
naruse (Yui NARUSE)
09:53 PM Bug #7588 (Closed): New warnings on ||=
seems fixed. thanks zenspider (Ryan Davis)
09:35 PM Bug #5648 (Closed): irb does not handle recursive heredocs
This issue was solved with changeset r38631.
Ondrej, thank you for reporting this issue.
Your contribution to Ruby is...
keiju (Keiju Ishitsuka)
09:21 PM Bug #7232 (Closed): StringIO#gets(nil, nil) raises TypeError, IO/File#gets do not
This issue was solved with changeset r38630.
Brian, thank you for reporting this issue.
Your contribution to Ruby is ...
Anonymous
08:43 PM Bug #7231 (Closed): StringIO inconsistently raises IOError or RuntimeError if the string is frozen
This issue was solved with changeset r38628.
Brian, thank you for reporting this issue.
Your contribution to Ruby is ...
Anonymous
07:20 PM Bug #7600 (Closed): Constant typo in IRB::SLex
zzak (Zachary Scott) wrote:
> Committed r38545 please check it
I have checked it. Thank you for this commit.
keiju (Keiju Ishitsuka)
07:19 PM Bug #7599 (Closed): IRB::InputMethod#readable_atfer_eof? should be #readable_after_eof?
zzak (Zachary Scott) wrote:
> Committed r38544 please check it
I have checked it. Thank you for this commit.
keiju (Keiju Ishitsuka)
05:09 PM Feature #7488: Receiving object_id in object creation probes
We are entering code freeze phase.
http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-core/50483
authorNari (Narihiro Nakamura)
04:45 PM Revision 109d71ac (git): * variable.c (rb_mod_remove_const): fix segv caused by r38558.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38635 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
04:15 PM Revision 3e81553a (git): * 2012-12-28
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38634 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:15 PM Revision 93030d0e (git): * lib/csv.rb: Added more Hash methods to CSV::Row.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38633 b2dd03c8-39d4-4d8f-98ff-823fe69b080e James Edward Gray II
02:48 PM Revision 7b34c2f8 (git): * lib/irb/ruby-lex.rb: make lex_state to EXPR_END when next token
is an operator after SYMBEG [Bug #6378].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38632 b2dd03c8-39d4-4d8...
keiju (Keiju Ishitsuka)
01:05 PM Bug #7620 (Assigned): Incorrect exception for non-square matrix in Matrix::LUPDecomposition#det
marcandre (Marc-Andre Lafortune)
12:35 PM Revision 8f4d0c45 (git): * lib/irb/ruby-lex.rb: allow to handle recursive heredocs on
irb[Bug #5648].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38631 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
keiju (Keiju Ishitsuka)
12:21 PM Revision 89182621 (git): * ext/stringio/stringio.c (strio_getline): fix not to raise TypeError
when limit is nil.
[Bug #7232] [ruby-core:48531]
* test/stringio/test_stringio.rb: a test for above.
git-svn-id: ...
Glass_saga (Masaki Matsushita)
12:09 PM Revision 22691e7f (git): * vm_core.h (VM_DEFINECLASS_TYPE): explicit cast to enum type to avoid 64->32
shorten warning
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38629 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Charlie Somerville
11:43 AM Revision cd453f16 (git): * ext/stringio/stringio.c (strio_ungetc): raise IOError instead of RuntimeError
if the string is frozen.
[Bug #7231] [ruby-core:48530]
* ext/stringio/stringio.c (strio_ungetbyte): ditto.
* test...
Glass_saga (Masaki Matsushita)
04:53 AM Feature #5453: Add gemspecs to auto-mode-alist for ruby-mode
Done in Emacs trunk. dgutov (Dmitry Gutov)
12:15 AM Bug #7625 (Assigned): Arrayを継承したオブジェクトのcompactがArrayを返す
前田です。
[email protected] (Daisuke Furukawa) wrote:
> 現象:
>  ruby 1.9.3で、Arrayを継承したクラスのcompactメソッドを呼び出したとき、
> Array...
shugo (Shugo Maeda)

12/26/2012

11:57 PM Bug #7598 (Closed): Move IRB::INSPECTORS and class methods to IRB::Inspector
This issue was solved with changeset r38625.
Zachary, thank you for reporting this issue.
Your contribution to Ruby i...
keiju (Keiju Ishitsuka)
11:36 PM Bug #7392 (Closed): Add handling for %i and %I quoting to irb
zzak (Zachary Scott) wrote:
> Committed as r38570 please check it
I have checked it. Thank you for this commit.
keiju (Keiju Ishitsuka)
11:29 PM Bug #6339 (Closed): IRB::Context#use_readline= の削除
This issue was solved with changeset r38623.
Sho, thank you for reporting this issue.
Your contribution to Ruby is gr...
keiju (Keiju Ishitsuka)
11:26 PM Bug #6339: IRB::Context#use_readline= の削除
sho-h (Sho Hashimoto) wrote:
> IRB.conf[:USE_READLINE] と --readline/--noreadline は使えますので、IRB::Context#use_readline...
keiju (Keiju Ishitsuka)
10:38 PM Feature #7604: Make === comparison operator ability to delegate comparison to an argument
Let me know when you make the first commit. Anonymous
11:33 AM Feature #7604: Make === comparison operator ability to delegate comparison to an argument
boris_stitnicky (Boris Stitnicky) wrote:
> (2) and (1) are two steps of the same campaign, to make the behavior you ...
prijutme4ty (Ilya Vorontsov)
09:42 PM Bug #6338 (Closed): IRB.conf[:IRB_NAME] に依らず、サブ irb の irb_name が irb#<数字> になるのを修正する
This issue was solved with changeset r38622.
Sho, thank you for reporting this issue.
Your contribution to Ruby is gr...
keiju (Keiju Ishitsuka)
09:29 PM Bug #6302 (Closed): irb で math-mode 中でも conf.math_mode に nil を代入すると math-mode を抜ける事ができる
This issue was solved with changeset r38621.
Sho, thank you for reporting this issue.
Your contribution to Ruby is gr...
keiju (Keiju Ishitsuka)
08:11 PM Bug #7625 (Closed): Arrayを継承したオブジェクトのcompactがArrayを返す
現象:
 ruby 1.9.3で、Arrayを継承したクラスのcompactメソッドを呼び出したとき、
Arrayクラスのオブジェクトが帰ってくる
期待している結果
継承したクラスのオブジェクトが帰ってくる
再現...
[email protected] (Daisuke Furukawa)
03:43 PM Revision 90833dd4 (git): * 2012-12-27
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38627 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:43 PM Revision 8f54e81d (git): fix typo from r38623
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38626 b2dd03c8-39d4-4d8f-98ff-823fe69b080e zzak (zzak _)
02:56 PM Revision 8494484d (git): * lib/irb/context.rb: fix IRB::Inspector#keys_with_inspector [Bug #7598]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38625 b2dd03c8-39d4-4d8f-98ff-823fe69b080e keiju (Keiju Ishitsuka)
02:37 PM Revision d565cf7b (git): fix a typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38624 b2dd03c8-39d4-4d8f-98ff-823fe69b080e shugo (Shugo Maeda)
02:29 PM Revision 5983e1be (git): * lib/irb/context.rb: IRB::Context#use_readline= has been obsolate
[Bug #6339].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38623 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
keiju (Keiju Ishitsuka)
01:02 PM Bug #6301: irb 起動後に conf.debug_level を変更するとエラーになる
phasis68 (Heesob Park) wrote:
> After the changeset r38611, the output of irb is too verbose by default.
Sorry, I...
keiju (Keiju Ishitsuka)
12:12 PM Bug #6301: irb 起動後に conf.debug_level を変更するとエラーになる
After the changeset r38611, the output of irb is too verbose by default.
C:\Users\phasis>irb
<SLex: @head = #<IRB...
phasis68 (Heesob Park)
01:35 AM Bug #6301 (Closed): irb 起動後に conf.debug_level を変更するとエラーになる
This issue was solved with changeset r38611.
Sho, thank you for reporting this issue.
Your contribution to Ruby is gr...
keiju (Keiju Ishitsuka)
12:42 PM Revision a03c0758 (git): * lib/irb/context.rb: make a correct prompt from
IRB.conf[:IRB_NAME] on irb [Bug #6338]. Patched by sho-h.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38622 ...
keiju (Keiju Ishitsuka)
12:29 PM Bug #7172 (Assigned): [[Ruby 1.9:]] fix rbconfig for --enable-load-relative (v2)
maybe next release. usa (Usaku NAKAMURA)
10:30 AM Bug #7172: [[Ruby 1.9:]] fix rbconfig for --enable-load-relative (v2)
any chance on getting it merged for 1.9.3? I just found out p362 was released and do not see it included :( mpapis (Michal Papis)
12:29 PM Revision 35caefa5 (git): * lib/irb/ext/math-mode.rb: make not able to change math-mode
after irb starting [Bug #6302]. Patched by sho-h.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38621 b2dd03c8...
keiju (Keiju Ishitsuka)
12:00 PM Bug #7606 (Closed): gcc -pie configure check is broken for OpenBSD/amd64
This issue was solved with changeset r38619.
George, thank you for reporting this issue.
Your contribution to Ruby is...
kosaki (Motohiro KOSAKI)
11:43 AM Bug #7606 (Assigned): gcc -pie configure check is broken for OpenBSD/amd64
I don't think OpenBSD support is low priority. kosaki (Motohiro KOSAKI)
09:23 AM Bug #7603: app_factorial と so_ackermann が動かない
私の環境でもちゃんと動いてることを確認しました。
ありがとうございます!!
2012/12/25 16:35 "SASADA Koichi" <[email protected]>:

> (2012/12/22 21:1...
authorNari (Narihiro Nakamura)
05:52 AM Feature #4513: allow whitespace following EOL continuation backslash
It is easy to change, but I doubt if it is useful. nobu (Nobuyoshi Nakada)
05:47 AM Bug #7498 (Rejected): Optparse does not complete argument when used with :REQUIRED
Option name string has to come first.
Put :REQUIRED after "--bug".
nobu (Nobuyoshi Nakada)
05:37 AM Bug #6393 (Assigned): rdoc does not parse multibyte files
nobu (Nobuyoshi Nakada)
05:37 AM Bug #6392 (Assigned): rdoc -E option does not work
nobu (Nobuyoshi Nakada)
03:55 AM Revision 32bb0eeb (git): * lib/irb/init.rb: change default debug level for
irb[ruby-dev:46805], [Bug #6301].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38620 b2dd03c8-39d4-4d8f-98ff-...
keiju (Keiju Ishitsuka)
03:00 AM Revision 495f72ed (git): * configure.in: enable -fPIE when checking -pie for fixing
OpenBSD build error. Patch by George Koehler. Thank you!
[Bug #7606] [ruby-core:51082]
git-svn-id: svn+ssh://ci.ru...
kosaki (Motohiro KOSAKI)
01:04 AM Bug #5202 (Closed): RubyLex very slow when lexing large files
This issue was solved with changeset r38609.
Ryan, thank you for reporting this issue.
Your contribution to Ruby is g...
keiju (Keiju Ishitsuka)
12:50 AM Revision e4b76012 (git): Add opts to prevent generating core file
Given path is a dummy executable file to set as $0, not to read its content.
git-svn-id: svn+ssh://ci.ruby-lang.org/...
naruse (Yui NARUSE)

12/25/2012

10:34 PM Bug #6657 (Closed): IRB.fail
This issue was solved with changeset r38604.
Kazuhiro, thank you for reporting this issue.
Your contribution to Ruby ...
keiju (Keiju Ishitsuka)
10:33 PM Bug #7622 (Closed): Can't grab exceptions at (|c_|b_)return event hooks
r38601 may solve this issue. ko1 (Koichi Sasada)
06:15 PM Bug #7622: Can't grab exceptions at (|c_|b_)return event hooks
`ensure' is also ignored.
ko1 (Koichi Sasada)
06:01 PM Bug #7622 (Closed): Can't grab exceptions at (|c_|b_)return event hooks
The following code raise uncaught error:
test.rb:14:in `block in <main>': FooError (FooError)
from test.rb:3:in ...
ko1 (Koichi Sasada)
10:31 PM Revision 6da33430 (git): string.c: empty string is not invalid
* string.c (rb_enc_cr_str_copy_for_substr): empty string is always
valid or 7bit.
git-svn-id: svn+ssh://ci.ruby-l...
nobu (Nobuyoshi Nakada)
10:31 PM Revision 73982fa7 (git): string.c: reduce duplicated code
* string.c (rb_str_enumerate_lines, rb_str_chop): reduce duplicated
code.
git-svn-id: svn+ssh://ci.ruby-lang.org/...
nobu (Nobuyoshi Nakada)
10:31 PM Revision c8484fb3 (git): string.c: GC guard
* string.c (rb_str_enumerate_chars): prevent shared copy from GC.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk...
nobu (Nobuyoshi Nakada)
10:30 PM Bug #7592 (Closed): Can not continue after SystemStackError
r38601 may solve this issue.
ko1 (Koichi Sasada)
04:42 PM Bug #7592: Can not continue after SystemStackError
This issue caused after r38331.
# test.rb
def rec n=0
begin
rec n+1
rescue Exception
p n
exi...
ko1 (Koichi Sasada)
10:29 PM Revision 5a7347a7 (git): test_rubyoptions.rb: ARGF
* test/ruby/test_rubyoptions.rb (TestRubyOptions#test_segv_test): to
read ARGV files is ARGF.
git-svn-id: svn+ssh...
nobu (Nobuyoshi Nakada)
10:04 PM Bug #6623 (Closed): Tracer output does not use Tracer.stdout
already fixed. keiju (Keiju Ishitsuka)
09:45 PM Revision c3992aa4 (git): Fix argument for assert_in_out_err to fix test failure
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38613 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
09:16 PM Bug #6455 (Closed): IRB.conf[:RC_NAME_GENERATOR] と IRB.conf[:SAVE_HISTORY] を同時に設定すると irb が起動できないのを修正する
This issue was solved with changeset r38600.
Sho, thank you for reporting this issue.
Your contribution to Ruby is gr...
keiju (Keiju Ishitsuka)
09:08 PM Bug #6455: IRB.conf[:RC_NAME_GENERATOR] と IRB.conf[:SAVE_HISTORY] を同時に設定すると irb が起動できないのを修正する
sho-h (Sho Hashimoto) wrote:
> $ irb
> /usr/lib/ruby/1.8/irb/ext/save-history.rb:77:in `exist?': can't convert ...
keiju (Keiju Ishitsuka)
08:21 PM Bug #5776 (Closed): irb のトップレベルで定義したメソッドが public になる
This issue was solved with changeset r38597.
hi, thank you for reporting this issue.
Your contribution to Ruby is gre...
keiju (Keiju Ishitsuka)
07:23 PM Bug #7607: TypeError: invalid inspect_tbl pair_list on Windows 8
Hello,

In message "[ruby-core:51120] [ruby-trunk - Bug #7607] TypeError: invalid inspect_tbl pair_list on Windows...
usa (Usaku NAKAMURA)
07:14 PM Bug #7607 (Closed): TypeError: invalid inspect_tbl pair_list on Windows 8
This issue was solved with changeset r38595.
Heesob, thank you for reporting this issue.
Your contribution to Ruby is...
usa (Usaku NAKAMURA)
10:10 AM Bug #7607: TypeError: invalid inspect_tbl pair_list on Windows 8
I think this is a serious bug, and shirosaki-san's patch seems OK.
I want to backport this to 1.9.3 before releacing...
usa (Usaku NAKAMURA)
06:47 PM Bug #7623 (Closed): Messages while RDoc generation
The message reported in
https://bugs.ruby-lang.org/issues/5366
happened during compilation of the ruby-1.9.3-p327....
tomoakin (Tomoaki Nishiyama)
06:10 PM Revision 4d9480cb (git): * remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38612 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
04:53 PM Bug #7603: app_factorial と so_ackermann が動かない
(2012/12/22 21:13), SASADA Koichi wrote:
> あれぇ,以前よりも増やしたつもりだったんだけど....

間違えて以前の 1/4(もしくは 1/8)の値になっていました.
以前の...
ko1 (Koichi Sasada)
04:29 PM Bug #7603 (Closed): app_factorial と so_ackermann が動かない
This issue was solved with changeset r38592.
Narihiro, thank you for reporting this issue.
Your contribution to Ruby ...
ko1 (Koichi Sasada)
04:35 PM Revision b7d11c69 (git): * lib/irb/init.rb, lib/irb/context.rb: fix conf.debug_level=
[Bug #6301] and fix irb command option: -- irb_debug_level for irb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tr...
keiju (Keiju Ishitsuka)
04:04 PM Revision 7eb75edd (git): * 2012-12-26
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38610 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:04 PM Revision d43e3321 (git): * lib/irb/ruby-lex.rb: improve RubyLex performance for large files
[Bug #5202]. Patch by ryanmelt.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38609 b2dd03c8-39d4-4d8f-98ff-82...
keiju (Keiju Ishitsuka)
02:36 PM Revision 252cdfe0 (git): merge revision(s) 37410:
* lib/mkmf.rb: fix for if config["libdir"] is nil.
* tool/make-snapshot: fix wrong regexp for releasing prev...
U.Nakamura
01:34 PM Revision 23c93b50 (git): * lib/irb/output-method.rb: raise right exception when
IRB::OutputMethod#print don't defined [Bug #6657].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38604 b2dd03c...
keiju (Keiju Ishitsuka)
01:33 PM Revision fd9134e5 (git): * KNOWNBUGS.rb: if an exception is raised in hooks, need to raise the exception
in the hooked context. it's 1.8's behavior.
see r38601 in trunk.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/bra...
U.Nakamura
01:24 PM Revision c2693f8b (git): * vm_trace.c (rb_threadptr_exec_event_hooks_and_pop_frame):
pop a frame before JUMP_TAG() if exception occurred.
This change fix bug of Ruby 1.9.
[ruby-core:51128] [ruby-tru...
ko1 (Koichi Sasada)
01:19 PM Bug #7621 (Closed): ブロック引数にデフォルト値を指定したときに配列を渡した際の挙動が1.9.3と変わっている
=begin
ブロックをとるメソッドや Proc.new で、ブロック引数にデフォルト値を指定したときに配列を渡した際の
挙動が 1.9.3 と変わっています。
# proc のとき
$ ruby -v -e 'pro...
takkanm (三村 益隆)
01:16 PM Bug #7232: StringIO#gets(nil, nil) raises TypeError, IO/File#gets do not
How about the patch? Glass_saga (Masaki Matsushita)
12:16 PM Revision 0f63b60f (git): * lib/irb/init.rb, lib/irb/lc/ja/error.rb, lib/irb/lc/error.rb:
raise exception when illegal RC_NAME_GENARATOR defined [Bug #6455].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tr...
keiju (Keiju Ishitsuka)
12:01 PM Bug #7231: StringIO inconsistently raises IOError or RuntimeError if the string is frozen
How about the patch? Glass_saga (Masaki Matsushita)
11:42 AM Revision 8e095cea (git): merge revision(s) 38595,38596: [Backport #7607]
* bignum.c, include/ruby/intern.h (rb_big_eql): exported.
* thread.c (recursive_check): object_id maybe a Bi...
U.Nakamura
11:21 AM Revision 6dab48b2 (git): * lib/irb/workspace.rb: define method to private on top-level irb
[Bug #5776]. Patch by davidbalbert.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38597 b2dd03c8-39d4-4d8f-98f...
keiju (Keiju Ishitsuka)
10:45 AM Revision 2f345f9d (git): * ChangeLog: revert a part of r38595. 'iff' means 'if and only if', not typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38596 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
10:14 AM Revision a3d96724 (git): * bignum.c, include/ruby/intern.h (rb_big_eql): exported.
* thread.c (recursive_check): object_id maybe a Bignum, not Fixnum on
LLP64. see also r38493 and r38548.
reporte...
U.Nakamura
09:57 AM Revision 270fbd9c (git): * vm_core.h, eval_intern.h (CHECK_STACK_OVERFLOW): move
CHECK_STACK_OVERFLOW() to vm_core.h and rename to
CHECK_VM_STACK_OVERFLOW().
This change is only move and rename....
ko1 (Koichi Sasada)
08:00 AM Revision febab308 (git): Add test for r38543 [Bug #7597] [ruby-dev:46786]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38593 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
07:39 AM Bug #7620 (Closed): Incorrect exception for non-square matrix in Matrix::LUPDecomposition#det
If m is a non-square matrix , m.lup.det should raise Matrix::ErrDimensionMismatch, but it raises NoMethodError.
> ...
pypypy567 (py _)
07:29 AM Revision 59e1e822 (git): * vm_core.h (RUBY_VM_THREAD_VM_STACK_SIZE): change default
VM stack size (128 KB or 256 KB -> 512 KB or 1024 KB).
This re-sizing corrects smaller value introduced at r38478....
ko1 (Koichi Sasada)
07:17 AM Revision 48f32019 (git): add empty line for style.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38591 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ko1 (Koichi Sasada)
04:38 AM Revision 320b4947 (git): error.c: rb_write_error_str
* error.c (compile_err_append, compile_warn_print, warn_print): use
rb_write_error_str() instead of writing to rb_s...
nobu (Nobuyoshi Nakada)
03:49 AM Feature #7604: Make === comparison operator ability to delegate comparison to an argument
(2) and (1) are two steps of the same campaign, to make the behavior you described possible, but (1) might be easier ... Anonymous
01:20 AM Revision 5688e811 (git): Fix test to avoid failure from the order of Dir.foreach
The order of Dir.foreach, which is internally used in Pathname), is not
stable.
git-svn-id: svn+ssh://ci.ruby-lang.o...
naruse (Yui NARUSE)
01:01 AM Revision 2a9ac6af (git): merge revision(s) 38548:
* gc.c (obj_id_to_ref): add a macro to treat Bignum object id.
This follows the change r38493.
* g...
U.Nakamura
12:59 AM Bug #5449 (Closed): nested constant opasign not working
This issue was solved with changeset r38585.
Konstantin, thank you for reporting this issue.
Your contribution to Rub...
nobu (Nobuyoshi Nakada)
12:30 AM Revision 94b57518 (git): scoped constant op-assignment
* test/ripper/test_parser_events.rb (test_opassign): allow scoped
constant op-assignment. [ruby-core:40154] [Bug #...
nobu (Nobuyoshi Nakada)
 

Also available in: Atom