Activity
From 12/21/2012 to 12/27/2012
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... -
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 -
09:53 PM Bug #7588 (Closed): New warnings on ||=
- seems fixed. thanks
-
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... -
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 ... -
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 ... -
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. -
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. -
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 -
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
- 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
- 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
-
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... -
01:05 PM Bug #7620 (Assigned): Incorrect exception for non-square matrix in Matrix::LUPDecomposition#det
-
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 -
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: ... - 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 -
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... -
04:53 AM Feature #5453: Add gemspecs to auto-mode-alist for ruby-mode
- Done in Emacs trunk.
-
12:15 AM Bug #7625 (Assigned): Arrayを継承したオブジェクトのcompactがArrayを返す
- 前田です。
[email protected] (Daisuke Furukawa) wrote:
> 現象:
> ruby 1.9.3で、Arrayを継承したクラスのcompactメソッドを呼び出したとき、
> Array...
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... -
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.
-
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... -
11:26 PM Bug #6339: IRB::Context#use_readline= の削除
- sho-h (Sho Hashimoto) wrote:
> IRB.conf[:USE_READLINE] と --readline/--noreadline は使えますので、IRB::Context#use_readline... -
10:38 PM Feature #7604: Make === comparison operator ability to delegate comparison to an argument
- Let me know when you make the first commit.
-
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 ... -
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... -
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... -
08:11 PM Bug #7625 (Closed): Arrayを継承したオブジェクトのcompactがArrayを返す
- 現象:
ruby 1.9.3で、Arrayを継承したクラスのcompactメソッドを呼び出したとき、
Arrayクラスのオブジェクトが帰ってくる
期待している結果
継承したクラスのオブジェクトが帰ってくる
再現... - 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
-
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
-
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
-
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
-
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 -
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... -
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... -
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... -
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 ... -
12:29 PM Bug #7172 (Assigned): [[Ruby 1.9:]] fix rbconfig for --enable-load-relative (v2)
- maybe next release.
-
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 :(
-
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... -
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... -
11:43 AM Bug #7606 (Assigned): gcc -pie configure check is broken for OpenBSD/amd64
- I don't think OpenBSD support is low priority.
-
09:23 AM Bug #7603: app_factorial と so_ackermann が動かない
- 私の環境でもちゃんと動いてることを確認しました。
ありがとうございます!!
2012/12/25 16:35 "SASADA Koichi" <[email protected]>:
> (2012/12/22 21:1... -
05:52 AM Feature #4513: allow whitespace following EOL continuation backslash
- It is easy to change, but I doubt if it is useful.
-
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". -
05:37 AM Bug #6393 (Assigned): rdoc does not parse multibyte files
-
05:37 AM Bug #6392 (Assigned): rdoc -E option does not work
-
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-... -
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... -
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... -
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/...
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 ... -
10:33 PM Bug #7622 (Closed): Can't grab exceptions at (|c_|b_)return event hooks
- r38601 may solve this issue.
-
06:15 PM Bug #7622: Can't grab exceptions at (|c_|b_)return event hooks
- `ensure' is also ignored.
-
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 ... -
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... -
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/... -
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... -
10:30 PM Bug #7592 (Closed): Can not continue after SystemStackError
- r38601 may solve this issue.
-
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... -
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... -
10:04 PM Bug #6623 (Closed): Tracer output does not use Tracer.stdout
- already fixed.
-
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
-
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... -
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 ... -
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... -
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... -
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... -
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... -
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.... -
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
-
04:53 PM Bug #7603: app_factorial と so_ackermann が動かない
- (2012/12/22 21:13), SASADA Koichi wrote:
> あれぇ,以前よりも増やしたつもりだったんだけど....
間違えて以前の 1/4(もしくは 1/8)の値になっていました.
以前の... -
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 ... -
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... - 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
-
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... - 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... -
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... - 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... -
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... -
01:19 PM Bug #7621 (Closed): ブロック引数にデフォルト値を指定したときに配列を渡した際の挙動が1.9.3と変わっている
- =begin
ブロックをとるメソッドや Proc.new で、ブロック引数にデフォルト値を指定したときに配列を渡した際の
挙動が 1.9.3 と変わっています。
# proc のとき
$ ruby -v -e 'pro... -
01:16 PM Bug #7232: StringIO#gets(nil, nil) raises TypeError, IO/File#gets do not
- How about the patch?
-
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... -
12:01 PM Bug #7231: StringIO inconsistently raises IOError or RuntimeError if the string is frozen
- How about the patch?
- 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... -
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... - 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
- 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... -
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.... -
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
-
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.
> ... -
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.... -
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
-
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... -
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 ...
-
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... - 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... -
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... -
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 #...
12/24/2012
-
11:50 PM Revision 73fb923c (git): scoped constant op-assignment
- * test/ripper/test_parser_events.rb (test_opassign_error): allow
scoped constant op-assignment. [ruby-core:40154] ... -
10:37 PM Bug #7618 (Assigned): TestGemDoctor failures
-
08:24 PM Bug #7618 (Closed): TestGemDoctor failures
- I guess it has already been noticed as shown on RubyCI but here is the failure:
[1/5] TestGemDoctor#test_doctor = ... -
10:32 PM Bug #7605 (Closed): Zlib: deprecation of IO-likes caused build failures
- Issues solved by Nobu at r38569
-
10:27 PM Bug #7619 (Closed): 遅延評価された無限長の Range に map を適用して force しようとすると SEGV
- (1..Float::INFINITY).lazy.map(&:to_s).force
上記コードを実行しようとすると Ruby が Segmentation fault で終了してしまいます.
無限長の Range に対する... -
07:01 PM Feature #1586: Including a module already present in ancestors should not be ignored
- My change at the beginning of 1.9 was include module once for a class/module, as you described, and still it caused i...
-
06:12 PM Feature #7526: infinit loop in Registry::each_value
- rubyhack (first last) wrote:
> the correction :
> rescue Error
> index += 1
> next
>... -
03:59 PM Revision 7ea67573 (git): scoped constant op-assignment
- * node.h (NODE_OP_CDECL), compile.c (iseq_compile_each),
parse.y (stmt, arg): allow scoped constant op-assignment.
... -
03:58 PM Revision d2fa4d71 (git): error.c: NameError::message _dump
- * error.c (name_err_mesg_dump): adapt argument number.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38584 b2dd... - 03:57 PM Revision 4d33d027 (git): * 2012-12-25
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38583 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:57 PM Revision 427bcc40 (git): error.c: VALUE to messages
- * error.c (name_err_mesg_to_str, syserr_initialize): use VALUE to
format messages.
git-svn-id: svn+ssh://ci.ruby-... -
03:18 PM Bug #7615 (Closed): assignment to context variable changes the precedence order of function call with followed by ' (' (whitespace-bracket)
- this is similar to http://bugs.ruby-lang.org/issues/1801 but it wasn't pointed out then that ruby will use two differ...
-
11:19 AM Feature #7614 (Assigned): alias_accessor
- =begin
Prior issue reminded me that I've been meaning to ask for this for a while, as I use is fairly often.
In p... -
11:10 AM Feature #5781: Query attributes (attribute methods ending in `?` mark)
- =begin
FYI,
file, line = *caller[0].split(':')[0..1]
module_eval %{...}, file, line.to_i
Actually this do... -
03:43 AM Feature #5781: Query attributes (attribute methods ending in `?` mark)
- =begin
I revisited this b/c in one of my projects it is much needed. To compensate, I created a special extension ca... -
09:48 AM Feature #7609: Class#singleton_class?
- OK.
-
04:31 AM Feature #7609: Class#singleton_class?
- Moving to Feature requests.
Just curious about use case?
Also, can be hacked in Ruby already...
class Cl... -
08:47 AM Feature #7548: Load and Require Callbacks
- I just release a gem called backload that basically handles this. But in working through the problem set, it's become...
-
06:38 AM Bug #7613 (Closed): An Alias for a class method inherited from the Class class is not equal to the original method
- class Stream
class << self
alias_method :open, :new
end
end
open = Stream.meth... -
04:59 AM Bug #7564: r38175 introduces incompatibility
- On Sun, Dec 23, 2012 at 10:01:33AM +0900, nobu (Nobuyoshi Nakada) wrote:
>
> Issue #7564 has been updated by nobu ... -
04:53 AM Feature #7612: Enumerators take a proc
- Great! I tried something similar but I must have botched it somehow.
Oh.... I bet I tried e(&p1)
On Dec 23, 2... -
04:26 AM Feature #7612 (Rejected): Enumerators take a proc
-
04:15 AM Feature #7612: Enumerators take a proc
- =begin
Use `&`:
e.each(&p1)
e.each(&m2)
e.each(&p2)
=end
-
03:50 AM Feature #7612 (Rejected): Enumerators take a proc
- If there is already a clean syntax for this, I apologize. I sure could not find it.
class Foo
def initialize
... -
02:47 AM Feature #7611: Focal method for all loads/requires
- IRB adds even more requires, but I digress.
-
01:20 AM Bug #7607 (Assigned): TypeError: invalid inspect_tbl pair_list on Windows 8
- This seems cause of r38493, not r38548.
I confirmed this issue by the following test on x64 Win7.
I've attached a... -
12:49 AM Feature #7604: Make === comparison operator ability to delegate comparison to an argument
- boris_stitnicky (Boris Stitnicky) wrote:
> Your proposal reminds me of trying to extend #coerce behavior. What you c... -
12:45 AM Revision 8a3d7236 (git): test_argf.rb: duplicated test
- * test/ruby/test_argf.rb (TestArgf#test_lines): remove duplicated test
whose content is test_bytes actually.
git-s...
12/23/2012
-
11:50 PM Feature #7611 (Assigned): Focal method for all loads/requires
- =begin
Presently Ruby has seven methods for importing code. These are:
* (({Kernel#load}))
* (({Kernel#require})... -
10:23 PM Revision e9381c05 (git): * error.c (rb_compile_error_append): fix typo.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38580 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:57 PM Bug #7607: TypeError: invalid inspect_tbl pair_list on Windows 8
- Here is patch for this bug:
diff --git a/thread.c b/thread.c.new
index b7ae84c..9ef3d82 100644
--- a/thread.c
+... -
11:44 AM Bug #7607 (Closed): TypeError: invalid inspect_tbl pair_list on Windows 8
- The changeset r38548 caused following test failures on x64 Windows 8.
2) Error:
test_self_referential(Psych::Te... -
08:43 PM Feature #1586: Including a module already present in ancestors should not be ignored
- I join my voice with Marc-Andre. (More precisely, a module in the "is kind of?" sense should be included or not inclu...
- 07:58 PM Revision e1682d34 (git): * 2012-12-24
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38579 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:58 PM Revision 02253a79 (git): * lib/net/http/generic_request.rb (Net::HTTPGenericRequest):
- set content-length to zero on empty post requests
by Gregory Ostermayr <[email protected]>
https://gith... -
07:19 PM Feature #6762 (Closed): Control interrupt timing
- This issue was solved with changeset r38577.
Koichi, thank you for reporting this issue.
Your contribution to Ruby is... -
06:33 PM Feature #7604: Make === comparison operator ability to delegate comparison to an argument
- Your proposal reminds me of trying to extend #coerce behavior. What you call "mirroring", happens with #coerce. "Doub...
-
05:57 PM Bug #1152 (Closed): profiler.rb is not concurrent-execution threadsafe
- This issue was solved with changeset r38576.
Charles, thank you for reporting this issue.
Your contribution to Ruby i... -
05:52 PM Bug #7610: Incompatible with percent literal regexp between 1.9.3 and 2.0.0
- Percent literal regexp brings SyntaxError with parenthesis. If I use | as separator, then it works fine, but I use ()...
-
05:49 PM Bug #7610 (Closed): Incompatible with percent literal regexp between 1.9.3 and 2.0.0
- =begin
Percent literal regexp brings SyntaxError with parenthesis. If I use | as separator, then it works fine, but ... -
05:48 PM Feature #7609 (Closed): Class#singleton_class?
- Related to #7554, there is no way to tell the called method is a singleton method or an ordinary method.
-
04:07 PM Bug #7608 (Closed): Document ERB::new trim_mode parameter
- This issue was solved with changeset r38572.
Tom, thank you for reporting this issue.
Your contribution to Ruby is gr... -
01:40 PM Bug #7608 (Closed): Document ERB::new trim_mode parameter
- =begin
I believe the documentation for the ((<ERB::new|URL:http://ruby-doc.org/stdlib-1.9.3/libdoc/erb/rdoc/ERB.html... -
03:26 PM Bug #7392 (Assigned): Add handling for %i and %I quoting to irb
- Committed as r38570 please check it
-
03:25 PM Bug #7392 (Closed): Add handling for %i and %I quoting to irb
- This issue was solved with changeset r38570.
Zachary, thank you for reporting this issue.
Your contribution to Ruby i... -
02:52 PM Bug #7571 (Closed): RDoc documentation bug in Regexp#===
- This issue was solved with changeset r38567.
Tsuyoshi, thank you for reporting this issue.
Your contribution to Ruby ... -
10:48 AM Bug #7606 (Closed): gcc -pie configure check is broken for OpenBSD/amd64
- =begin
I can use PIE if I compile with gcc -fPIE and link with gcc -pie. Ruby's configure script tries to enable PI... -
10:18 AM Revision 0f9b33c7 (git): * thread.c: rename methods:
- from Thread.async_interrupt_timing to Thread.handle_interrupt,
from Thread.async_interrupted? to Thread.pending_int... -
10:01 AM Bug #7564 (Rejected): r38175 introduces incompatibility
- If `method_missing` does not deal with a method call, it should raise `NoMethodError`.
~~~ruby
def method_missing... -
08:57 AM Revision 80b55686 (git): profiler.rb: concurrent-execution
- * lib/profiler.rb (Profiler__::PROFILE_PROC, print_profile): store
profile data per threads for concurrent-executio... -
08:57 AM Revision c81a5012 (git): profiler.rb: Wrapper for BasicObject
- * lib/profiler.rb (Profiler__::Wrapper): support calling singleton
methods of an instance of BasicObject.
git-svn... -
08:57 AM Revision ef6abd10 (git): profiler.rb: TracePoint
- * lib/profiler.rb (Profiler__::PROFILE_PROC): use TracePoint.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@385... -
08:26 AM Bug #7605 (Assigned): Zlib: deprecation of IO-likes caused build failures
-
08:26 AM Bug #7605 (Closed): Zlib: deprecation of IO-likes caused build failures
- Hello,
Deprecation of IO-likes (lines, bytes, chars and codepoints) introduced in r38563 is causing build failures... -
07:13 AM Revision cd6139ca (git): * lib/erb.rb: typos for ERB::new link
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38573 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:07 AM Revision 4fa9e330 (git): * lib/erb.rb: Document ERB::new trim_mode '-' for lines ending in -%>
- [ruby-core:51084] [Bug #7608]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38572 b2dd03c8-39d4-4d8f-98ff-823fe... -
06:34 AM Revision 1f3bf4ce (git): goruby.c: IRB at end
- * goruby.c (goruby_options): start IRB after goruby initialized.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3... -
06:25 AM Revision 4943b46a (git): * lib/irb/ruby-lex.rb: Add handling for %i and %I quoting to irb
- Patch by flori [ruby-core:49550] [Bug #7392] [Github Issue #157]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@... -
06:21 AM Revision 20a55053 (git): zlib.c: function name
- * ext/zlib/zlib.c (rb_gzreader_lines): fix function name.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38569 b2... -
06:05 AM Revision 0fe46cea (git): marshal.c: rb_check_funcall_with_hook
- * vm_eval.c (rb_check_funcall_with_hook): rb_check_funcall with hook
which is called before calling method_missing ... -
05:52 AM Revision 450b9bb6 (git): * re.c (rb_reg_eqq): doc: #=== is not a synonym for #=~, added example
- [ruby-dev:46746] [Bug #7571]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38567 b2dd03c8-39d4-4d8f-98ff-823fe6... -
05:43 AM Revision 3193599d (git): marshal.c: use RB_TYPE_P
- * marshal.c (r_entry0): use RB_TYPE_P.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38566 b2dd03c8-39d4-4d8f-9... -
05:35 AM Revision 482bf47d (git): thread.c: ignore result of blocking_region_begin
- * thread.c (BLOCKING_REGION): if fail_if_interrupted is false ignore
the result of blocking_region_begin(), since i... -
02:22 AM Feature #6670 (Closed): str.chars.last should be possible
- This issue was solved with changeset r38563.
Yutaka, thank you for reporting this issue.
Your contribution to Ruby is... -
02:05 AM Bug #7530: Concurrent loads fail with mutex errors
- When removing $".pop likes following, this issue never happen.
So, I suspect this is require and threadshield issue.... -
01:38 AM Bug #6997: Improve documentation for OptionParser
- Thanks Marcus, I was holding off on this until I got around to some other patches I have in mind for OptionParser, bu...
-
01:36 AM Bug #6997 (Closed): Improve documentation for OptionParser
- This issue was solved with changeset r38561.
Eike, thank you for reporting this issue.
Your contribution to Ruby is g... -
01:23 AM Bug #7603: app_factorial と so_ackermann が動かない
- iPhoneから送信
2012/12/22 20:31、"authorNari (Narihiro Nakamura)" <[email protected]> のメッセージ:
>
> Issue #7... -
12:35 AM Revision 6fe32d72 (git): * lib/rubygems/commands/check_command.rb: Added --doctor and --dry-run
- options to clean up after failed uninstallation.
* test/rubygems/test_gem_commands_check_command.rb: Test fo... -
12:06 AM Bug #1792 (Closed): Fixnum#& 等が、Rational などを受けつける
- This issue was solved with changeset r38560.
tadayoshi, thank you for reporting this issue.
Your contribution to Ruby... -
12:04 AM Bug #7574 (Closed): 名前についてのエラーメッセージが正しくない事がある
- This issue was solved with changeset r38558.
tadayoshi, thank you for reporting this issue.
Your contribution to Ruby...
12/22/2012
-
09:23 PM Bug #7603: app_factorial と so_ackermann が動かない
- あれぇ,以前よりも増やしたつもりだったんだけど....
報告,ありがとうございます,確認します.
(2012/12/22 20:29), authorNari (Narihiro Nakamura) wrote:
... -
08:29 PM Bug #7603 (Closed): app_factorial と so_ackermann が動かない
- r38478のコミットから bm_app_factorial.rb と bm_so_ackermann.rb が動かなくなってしまっています。
% ./ruby benchmark/bm_app_factorial.rb
be... -
09:04 PM Feature #7604 (Assigned): Make === comparison operator ability to delegate comparison to an argument
- =begin
I propose to expand default behaviour of === operator in the following way:
Objects have additional instance... -
07:51 PM Bug #6997: Improve documentation for OptionParser
- I tried to make this clearer, see patch.
I also changed the example to avoid a warning for "shadowed outer local var... -
07:26 PM Bug #7573 (Closed): const_get の引数検査が甘い
- This issue was solved with changeset r38551.
tadayoshi, thank you for reporting this issue.
Your contribution to Ruby... -
06:59 PM Feature #6762: Control interrupt timing
- Thank you and sorry for my late response.
I will change method names as your proposal with the following patch.... - 05:22 PM Revision c47c095b (git): Deprecate #{lines,bytes,chars,codepoints} of IO-likes.
- * io.c (rb_io_lines, rb_io_bytes, rb_io_chars, rb_io_codepoints):
Deprecate IO#{lines,bytes,chars,codepoints} and t... -
04:53 PM Revision 2742b6bc (git): common.mk: srcs-ext
- * common.mk (ext/dl/callback/callback.c): include in srcs-ext for
snapshot.
git-svn-id: svn+ssh://ci.ruby-lang.org... -
04:36 PM Revision 78c56ae5 (git): * lib/optparse.rb: Documentation for OptionParser to remove 'shadowed
- outer local variable' from example and make obvious ARGV with
non-option arguments.
Patch by Marcus Stollsteimer ... -
03:45 PM Bug #5993 (Closed): Thread.new{ Fiber.new { Thread.exit }.resume }.join で例外
- This issue was solved with changeset r38550.
Tomoyuki, thank you for reporting this issue.
Your contribution to Ruby ... - 03:06 PM Revision a756488c (git): * include/ruby/intern.h: add the prototype declaration of
- rb_num_coerce_bit.
* numeric.c (rb_num_coerce_bit): the new coerce function for bitwise
binary operation.
* bignu... - 03:05 PM Revision 0f16820f (git): * 2012-12-23
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38559 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:04 PM Revision 6f02547d (git): internal.h: quote unprintable
- * internal.h (QUOTE, QUOTE_ID): quote unprintable chars in strings and
IDs. [Bug #7574] [ruby-dev:46749]
* string.c... -
02:59 PM Revision 1df33a4a (git): error.c: PRIsVALUE
- * error.c (rb_compile_error, rb_compile_warn, rb_compile_warning),
(rb_warn, rb_warning): support PRIsVALUE.
git-... -
01:08 PM Revision 92073646 (git): * cont.c (rb_fiber_start): unify conditions.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38556 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:02 PM Revision 39858156 (git): * io.c (rb_io_wait_writable): use rb_thread_check_ints() instead
- of rb_thread_fd_writable().
* io.c (rb_io_wait_readable): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3... -
12:52 PM Revision c0a50272 (git): revert r38549. this typo in ChangeLog is intentional.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38554 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:52 AM Bug #7575 (Closed): Struct のメンバーをアクセサで参照できない事がある
- This issue was solved with changeset r38547.
tadayoshi, thank you for reporting this issue.
Your contribution to Ruby... -
11:31 AM Revision f3b132fa (git): object.c: no nested symbol
- * object.c (rb_mod_const_get): symbol cannot be nested constant name.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tr... -
10:40 AM Revision 7815cbd7 (git): object.c: defer creating string
- * object.c (rb_mod_const_get): defer creating partinal name string
until needed.
git-svn-id: svn+ssh://ci.ruby-lan... -
10:26 AM Revision af1ca4cb (git): object.c: check more strictly
- * object.c (rb_mod_const_get): check more strictly. [ruby-dev:46748]
[Bug #7573]
git-svn-id: svn+ssh://ci.ruby-la... -
08:59 AM Bug #7568: Yaml fails to encode zero date string.
- On Thu, Dec 20, 2012 at 11:40:10PM +0900, Luis Lavena wrote:
> On Wed, Dec 19, 2012 at 3:06 PM, Aaron Patterson
... -
06:45 AM Revision 6a35c26b (git): * cont.c (rb_fiber_start): in case of jump with TAG_FATAL,
- enqueue error into async_errinfo_queue, because you cannot call
TH_TAG_JUMP() in this function. [ruby-dev:45218] [... -
05:36 AM Feature #6482 (Closed): Add URI requested to Net::HTTP request and response objects
- This issue was solved with changeset r38546.
Eric, thank you for reporting this issue.
Your contribution to Ruby is g... -
05:00 AM Revision a44e41e8 (git): fix a typo
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38549 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:25 AM Revision ca2fce0c (git): * gc.c (obj_id_to_ref): add a macro to treat Bignum object id.
- This follows the change r38493.
* gc.c (id2ref): fix for working fine with Bignum object id on x64
Windows.
* gc.c... -
02:52 AM Revision f9e62137 (git): * struct.c (make_struct): remove junk ID check to allow members who
- have junk name like "foo\000".
* test/ruby/test_struct.rb: Test for above.
[Bug #7575] [ruby-dev:46750]
git-svn-id... -
02:37 AM Bug #7600 (Assigned): Constant typo in IRB::SLex
- Committed r38545 please check it
-
02:33 AM Bug #7600 (Closed): Constant typo in IRB::SLex
- D_DEATIL should be D_DETAIL
-
02:30 AM Bug #7599 (Assigned): IRB::InputMethod#readable_atfer_eof? should be #readable_after_eof?
- Committed r38544 please check it
-
02:29 AM Bug #7599 (Closed): IRB::InputMethod#readable_atfer_eof? should be #readable_after_eof?
- This issue was solved with changeset r38544.
Zachary, thank you for reporting this issue.
Your contribution to Ruby i... -
02:25 AM Bug #7599 (Closed): IRB::InputMethod#readable_atfer_eof? should be #readable_after_eof?
- I found a typo in the name of this method for IRB.
-
02:21 AM Bug #7597: $0を変更するとbug_reportでsegvする
- なんか、Linux固有バグらしいのでたまにはメンテナの真似事らしきことをしてみました
-
02:21 AM Bug #7597 (Closed): $0を変更するとbug_reportでsegvする
- This issue was solved with changeset r38543.
Masaya, thank you for reporting this issue.
Your contribution to Ruby is... -
02:09 AM Bug #7598 (Assigned): Move IRB::INSPECTORS and class methods to IRB::Inspector
- Committed r38542 please check it
-
02:08 AM Bug #7598 (Closed): Move IRB::INSPECTORS and class methods to IRB::Inspector
- This issue was solved with changeset r38542.
Zachary, thank you for reporting this issue.
Your contribution to Ruby i... -
02:02 AM Bug #7598 (Closed): Move IRB::INSPECTORS and class methods to IRB::Inspector
- As of RDOC commit https://github.com/rdoc/rdoc/commit/610b483, methods defined on constants will no longer be documen...
-
01:52 AM Bug #7521 (Feedback): test_thr_kill(TestQueue) fails
- My CentOS6 machine don't reproduce this issue. Can you please explain what change Fedora19 has?
Or, can you make sma... -
01:45 AM Feature #4969: Subtle issue with require
- I just tried this out on Ruby v1.9.3-p327. And it seems to have been fixed! Yea!
So you can change the status of t... -
01:44 AM Feature #6946 (Assigned): FIPS support?
- MartinBosslet (Martin Bosslet) wrote:
> @Vit: Could you please confirm that this works for you, too?
Martin, ther... -
01:27 AM Feature #5643: require/load options and binding option
- I think someone else recently suggested that the wrap argument be able to be a module which the code is then evaluate...
-
01:14 AM Bug #7474 (Feedback): I am getting undefined symbol: rb_enable_interrupt when running event machine
- > It's been static since r32510.
> I'm not sure if it is a part of public API.
vm_core.h is definitely internal a...
12/21/2012
-
11:15 PM Bug #7571 (Assigned): RDoc documentation bug in Regexp#===
-
11:12 PM Bug #7533 (Assigned): Oniguruma hates the letter 's' :(
-
11:09 PM Bug #7530 (Assigned): Concurrent loads fail with mutex errors
-
11:09 PM Bug #7521 (Assigned): test_thr_kill(TestQueue) fails
-
11:08 PM Feature #7526 (Assigned): infinit loop in Registry::each_value
-
11:08 PM Bug #7512 (Assigned): Test for HMAC signing with UTF-8 String
-
11:07 PM Feature #7508 (Assigned): Clean up some more calls to rb_intern()
- IMO, it's OK.
Does anyone have another opinion? -
11:04 PM Bug #7498 (Assigned): Optparse does not complete argument when used with :REQUIRED
-
11:03 PM Feature #7476 (Assigned): missing "IP_TRANSPARENT" constant for IP sockets.
-
11:01 PM Bug #7479 (Third Party's Issue): undefined symbol: rb_thread_blocking_region_begin
- Could you ask the author of binlog first?
-
10:58 PM Bug #7458 (Assigned): Depending on value of BigDecimal::limit, addition can give inaccurate results
-
10:57 PM Bug #7467 (Assigned): lib/mkmf.rb merge_lib fails on larger sets of libraries
-
10:54 PM Bug #7231 (Assigned): StringIO inconsistently raises IOError or RuntimeError if the string is frozen
-
10:53 PM Bug #7232 (Assigned): StringIO#gets(nil, nil) raises TypeError, IO/File#gets do not
- can reproduce with current trunk.
-
10:32 PM Bug #7592 (Assigned): Can not continue after SystemStackError
-
10:32 PM Bug #7575 (Assigned): Struct のメンバーをアクセサで参照できない事がある
-
10:32 PM Bug #7573 (Assigned): const_get の引数検査が甘い
-
10:32 PM Bug #7392 (Assigned): Add handling for %i and %I quoting to irb
-
10:32 PM Bug #6928 (Assigned): SecureRandom.random_bytes: assume zero entropy for seed value
-
10:32 PM Bug #2402 (Assigned): super in instance_eval
-
10:27 PM Bug #6997 (Assigned): Improve documentation for OptionParser
-
10:26 PM Bug #7395 (Assigned): Negative numbers can't be primes by definition
-
10:26 PM Feature #7488 (Assigned): Receiving object_id in object creation probes
-
10:26 PM Bug #7492 (Assigned): Segmentation fault at DL::TestDL#test_call_double on x64 Windows 8
-
10:25 PM Bug #7585 (Assigned): DTrace probes are inconsistent
-
10:25 PM Bug #7583 (Assigned): Update DTrace probes description in Wiki
-
10:24 PM Bug #7391 (Assigned): Allow to use require_relative from eval and irb environment
-
10:23 PM Bug #7537 (Assigned): OptionParser treats negative digits as options
-
10:23 PM Bug #7565 (Assigned): Redundant functions in ruby-additional.el
-
10:23 PM Bug #7574 (Assigned): 名前についてのエラーメッセージが正しくない事がある
-
10:22 PM Bug #7389 (Assigned): use rb_str_free for freeing string in parse.y
-
10:22 PM Bug #7471 (Assigned): character class has duplicated range warning for "" =~ /[\w\W]/
-
10:22 PM Bug #7021 (Assigned): WEBrick::HTTPUtils.parse_header "normalizing" white space of cookie values.
-
10:21 PM Bug #7303 (Assigned): Logger fails on log rotation in Windows (log shifting failed. Permission denied)
-
10:21 PM Bug #7398 (Assigned): Modify TestSSL#test_read_and_write to handle partial sysreads
-
10:20 PM Feature #6482: Add URI requested to Net::HTTP request and response objects
- drbrain (Eric Hodel) wrote:
> Ok, here is a patch that uses host from URI over connection host.
OK, commit it -
10:20 PM Bug #7584 (Assigned): Ruby hangs when shutting down an ssl connection in gc finalization
-
10:20 PM Bug #6967 (Assigned): Vector#inner_product は複素数ベクトルのとき不適切
-
10:19 PM Bug #7208 (Assigned): 複素固有値を持つ行列に対する Matrix#eigensystem の返り値が正しくない
-
10:19 PM Bug #7564 (Assigned): r38175 introduces incompatibility
-
10:19 PM Bug #7397 (Assigned): Fix detection of RL_PROMPT_*_IGNORE macros
-
10:17 PM Bug #7371 (Assigned): Fix undefined overflow checking in bigdecimal
-
10:06 PM Feature #1927 (Closed): rb_w32_readdir seems to be superseded by rb_w32_readdir_with_enc
- This issue was solved with changeset r38534.
Vit, thank you for reporting this issue.
Your contribution to Ruby is gr... -
09:56 PM Feature #7525 (Rejected): How to avoid memory leak when something gets wrong and throw exception when using win32api?
- # This is not a feature request nor a bug report. Only quetion.
Generically, you can use begin-ensure-end syntax ... -
09:21 PM Bug #7597 (Feedback): $0を変更するとbug_reportでsegvする
- 担当者を振られたのでとりあえず、
rb_dump_backtrace_with_lines
を呼び出す部分をコメントアウトしておきました。
patch welcomeです。 -
09:17 PM Bug #7597 (Closed): $0を変更するとbug_reportでsegvする
- This issue was solved with changeset r38533.
Masaya, thank you for reporting this issue.
Your contribution to Ruby is... -
08:28 PM Bug #7597: $0を変更するとbug_reportでsegvする
- $ cat ruby
"ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff... -
08:14 PM Bug #7597 (Closed): $0を変更するとbug_reportでsegvする
- rb_vm_bugreport(void)の中で backtrace_symbols(trace, n)が ruby本体の代わりに$0で変更した名前を引っ張って来ています。
それがrb_dump_backtrace_with_lin... -
09:20 PM Bug #7474 (Assigned): I am getting undefined symbol: rb_enable_interrupt when running event machine
- It's been static since r32510.
I'm not sure if it is a part of public API. -
08:36 PM Revision 570b7669 (git): * lib/net/http.rb: Requests may be created with a URI which sets the
- Host header. Responses contain the requested URI for easier redirect
following. [ruby-trunk - Feature #64... -
08:30 PM Bug #7180 (Closed): set_trace_func with error in proc block locks up Ruby with 100% cpu usage and no way to exit without killing proc
- Maybe r38331 (nobu's commit) solves this issue.
-
07:40 PM Bug #7536 (Closed): local variables added to TOPLEVEL_BINDING in -r are broken
- This issue was solved with changeset r38529.
Conrad, thank you for reporting this issue.
Your contribution to Ruby is... -
06:51 PM Bug #7590 (Closed): parallel test-all で test_settracefunc が cfp consistency error
- Fixed at r38524-38527
-
06:23 PM Feature #7549: A Ruby Design Process
- > Issue #7549 has been updated by naruse (Yui NARUSE).
> I setup a new project.
> https://bugs.ruby-lang.org/... -
04:56 PM Feature #7549: A Ruby Design Process
- headius (Charles Nutter) wrote:
> 1. Ruby Design Council
>
> I like the idea of a central group through which fea... -
12:49 PM Feature #7549: A Ruby Design Process
- nathany (Nathan Youngman) wrote:
> @brixen I feel that your proposed process is requesting too many changes all at o... -
05:36 PM Revision 34a3668c (git): * lib/irb/slex.rb(#match): Typo, should be D_DETAIL
- [ruby-core:51071] [Bug#7600]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38545 b2dd03c8-39d4-4d8f-98ff-823fe6... -
05:29 PM Revision e8a7607e (git): * lib/irb/input-method.rb, lib/irb.rb: Typo in
- InputMethod#readable_atfer_eof? to #readable_after_eof?
[ruby-core:51069] [Bug #7599]
git-svn-id: svn+ssh://ci.ru... -
05:21 PM Revision 585afbbc (git): * vm_dump.c (rb_vm_bugreport): revert r38533.
- * addr2line.c (fill_lines): add ELF sanity check.
[Bug #7597] [ruby-dev:46786]
git-svn-id: svn+ssh://ci.ruby-lang.... -
05:08 PM Revision 4da6fa28 (git): * lib/irb/inspector.rb, lib/irb/context.rb: Move IRB::INSPECTORS and
- class methods to IRB::Inspector [ruby-core:51067][Bug #7598]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3854... -
04:06 PM Feature #7596 (Closed): Find::find should not silently ignores errors
- =begin
The current implementation of (({Find::find})) silently ignores errors. It deliberately catches a number of (... - 03:37 PM Revision 29ff0372 (git): merge revision(s) 38493,38539: [Backport #7454]
- * gc.c (nonspecial_obj_id): VALUE is not compatible with Fixnum on
LLP64 platform, such as 64bit Windows.
... - 03:30 PM Revision 75584a1d (git): * 2012-12-22
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38540 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:30 PM Revision e31b6770 (git): * object.c (rb_obj_hash): shouldn't assume object_id can be long.
- based on a patch by Heesob Park at [ruby-core:51060].
cf. [Backport #7454]
git-svn-id: svn+ssh://ci.ruby-lang.org... - 02:16 PM Revision 8346f7b2 (git): * ext/fiddle/lib/fiddle/struct.rb (Fiddle::CStructEntity#set_ctypes):
- CPtr -> Pointer.
* test/fiddle/test_c_struct_entry.rb
(Fiddle::TestCStructEntity#test_aref_pointer):
Added the te... - 02:12 PM Revision e852838c (git): * ext/fiddle/lib/fiddle/struct.rb (Fiddle::CStructEntity#set_ctypes):
- CPtr -> Pointer.
* test/fiddle/test_c_struct_entry.rb
(Fiddle::TestCStructEntity#test_aref_pointer_array):
Added ... - 01:44 PM Revision 3fed8bc9 (git): * ext/fiddle/lib/fiddle/import.rb (Fiddle::Importer#sizeof):
- CPtr -> Pointer.
* test/fiddle/test_import.rb (Fiddle::TestImport#test_sizeof):
Added the test for the above.
git... -
01:36 PM Revision 914611ad (git): * test/ruby/test_iseq.rb: disable a test which checks features
- removed at r38532.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38535 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 01:06 PM Revision 9848f0d0 (git): * win32/{dir.h,win32.c} (rb_w32_readdir): removed old rb_w32_readdir()
- and renamed from rb_w32_readdir_with_enc().
[ruby-core:24864] [Feature #1927]
* dir.c (READDIR): follow above chan... -
12:27 PM Bug #7593 (Rejected): File encoding needs to be specified when using {Katakana} character property
- On 1.9.3, default source encoding is US-ASCII.
Regexp escape \p{foo} in US-ASCII is interpreted as POSIX character c... - 12:17 PM Revision 315bf4b6 (git): * vm_dump.c (rb_vm_bugreport): commentout addr2line call temporarily
- in order to avoid segv. anyone can fix addr2line?
[Bug #7597] [ruby-dev:46786]
git-svn-id: svn+ssh://ci.r... -
11:44 AM Revision 17ac7835 (git): * iseq.c (Init_ISeq): remove definition of the following methods:
- ISeq#line_trace_all and ISeq#line_trace_specify because they are
half baked.
C APIs are remained as experimental.... -
11:22 AM Revision a6c54311 (git): * vm_trace.c (tracepoint_new): add code to support specified thread.
- But not tested and this feature is not supported officially.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@385... -
10:53 AM Revision 1ed4ed43 (git): Add test for r38529 [Bug #7536]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38530 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:39 AM Revision f4ef96e6 (git): * ruby.c (process_options): need to acquire env from TOPLEVEL_BINDING
- each time.
`bind->env' may update after `eval()'.
[Bug #7536]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trun... - 10:16 AM Revision 2b2ccf42 (git): merge revision(s) 36820: [Backport #7550]
- mkmf.rb: clean timestamps
* lib/mkmf.rb (MakeMakefile::CLEANINGS): clean timestamp files.
git-svn-id: svn+s... -
09:51 AM Revision a598fcc8 (git): fix ChangeLog
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38527 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:48 AM Revision 8578cc33 (git): * include/ruby/debug.h: define rb_trace_arg_t.
- * vm_core.h: catch up above changes.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38526 b2dd03c8-39d4-4d8f-98... -
09:37 AM Revision 97947927 (git): add a ticket number
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38525 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:33 AM Revision 87d48d14 (git): * vm_core.h, vm_trace.c: fix multi-threading bug for tracing.
- Move `trace_arg' from rb_tp_t::trace_arg to rb_thread_t::trace_arg.
`trace_arg' may changed by multiple threads.
... -
07:38 AM Revision 94a4bc0e (git): id.h.tmpl: ID2ATTRSET
- * template/id.h.tmpl (ID2ATTRSET): compile time constant macro for
ID_ATTRSET.
git-svn-id: svn+ssh://ci.ruby-lang.... -
07:38 AM Revision 2edcf87c (git): id.def: check duplication
- * defs/id.def (KeywordError): check duplication.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38522 b2dd03c8-39... -
07:38 AM Revision 298694a2 (git): id.def: other scope ID
- * defs/id.def: support for other scope IDs,
ID_{INSTANCE,GLOBAL,CONST,CLASS}.
git-svn-id: svn+ssh://ci.ruby-lang.o... -
07:35 AM Revision e8794bf2 (git): test_thread.rb: descriptive assertions
- * test/ruby/test_thread.rb: (test_local_barrier),
(test_status_and_stop_p, test_recursive_outer, test_stack_size): ... -
07:35 AM Revision 2ed9c6fe (git): test_thread.rb: flush before SystemStackError
- * test/ruby/test_thread.rb (TestThread#test_stack_size): need to flush
before SystemStackError.
git-svn-id: svn+ss... -
07:35 AM Revision 3763c760 (git): vm_trace.c: style
- * vm_trace.c (rb_suppress_tracing): adjust style.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38518 b2dd03c8-3... -
07:31 AM Revision 6bfc7cca (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38517 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 07:04 AM Revision a6241676 (git): merge revision(s) 37862:
- * test/ruby/test_argf.rb (TestArgf#test_chars): since marshal data is
binary, shouldn't pass via text mode.... -
05:45 AM Revision 7e9eb326 (git): * lib/irb.rb, lib/irb/*: Documentation for IRB
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38515 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:37 AM Feature #7548: Load and Require Callbacks
- trans (Thomas Sawyer) wrote:
> You mean "cherrypicking like Facets" right? ;)
Sorry, I'm a noob, not knowing whom... -
02:34 AM Revision 4f7a6aaf (git): * lib/rake/*: Updated to rake 0.9.6
- * doc/rake/*: ditto
* test/rake/*: ditto
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38514 b2dd03c8-39d4-4d... -
01:02 AM Bug #7520 (Closed): irb/completion でインスタンス変数がチェックされていない
- This issue was solved with changeset r38512.
Masaya, thank you for reporting this issue.
Your contribution to Ruby is... -
01:00 AM Bug #7520: irb/completion でインスタンス変数がチェックされていない
- ありがとうございます。
入れさせていただきます。 -
12:30 AM Feature #6946: FIPS support?
- @ko1, @usa: Sorry guys, for breaking the build! But rubyci seems to be free of OpenSSL-related pain again ;)
-
12:27 AM Feature #6946: FIPS support?
- vo.x (Vit Ondruch) wrote:
> Marting, thank you for your effort. I'll look into it ASAP. Unfortunately I am not sure ...
Also available in: Atom