Activity
From 06/13/2012 to 06/19/2012
06/19/2012
-
09:58 PM Feature #6609 (Closed): Toplevel as self extended module
- As promised sometime back here is my proposal that Toplevel object become a self-extended module instead of the curre...
-
09:50 PM Revision 51c44ab1 (git): * time.c (init_leap_second_info): fix non-ANSI function declaration.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36146 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:50 PM Revision 6d69c3b0 (git): * ruby.c (rb_f_sub): use ansi style declaration.
- * ruby.c (rb_f_gsub): ditto.
* ruby.c (rb_f_chomp): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36145 b... -
09:49 PM Revision a57cbd7b (git): * random.c (rb_random_int32): get rid of "warning: constant 0x100000000
- is so big it is long" warning.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36144 b2dd03c8-39d4-4d8f-98ff-823fe... -
09:49 PM Revision 90217772 (git): * dir.c (dir_initialize): get rid of "unused return: argc = rb_scan_args()"
- warning.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36143 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:24 PM Revision 7339e678 (git): * include/ruby/missing.h: include math.h before checking INFINITY
- and NAN. Otherwise, strange macro redefinition will occur.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36142 b... - 09:24 PM Revision 3307d65d (git): * 2012-06-20
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36141 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:24 PM Revision 2fe6bd9a (git): * array.c (ary_reverse): use ansi style declaration.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36140 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:08 PM Feature #6594: Integrated Functor
- @prijutme4ty Your link appears to be broken, but I am glad to see your interest on HOM. I would need to know more abo...
-
08:02 PM Bug #6608 (Rejected): File.join behavior
- Hello,
I would like to know if the current behavior of File.join is intended, and what should be its specification... -
06:42 PM Bug #6606: default_external encoding and STDOUT and UTF-8
- shyouhei (Shyouhei Urabe) wrote:
> なぜ、そうなっているかを聞いていいですか?
>
> STDOUTは他のIOオブジェクトと違って最初から勝手に開かれているので、最初からエンコーディングを指定... -
05:09 PM Bug #6606: default_external encoding and STDOUT and UTF-8
- なぜ、そうなっているかを聞いていいですか?
STDOUTは他のIOオブジェクトと違って最初から勝手に開かれているので、最初からエンコーディングを指定して開ける方法が(-Eでなくてもよいので)提供されていた方がよいかとおもいます。 -
04:57 PM Bug #6606 (Rejected): default_external encoding and STDOUT and UTF-8
- 現在の仕様通りです。
$stdoutのexternal encoding に明示的に EUC-JP を設定すると変換されるようになります。 -
04:21 PM Bug #6606 (Rejected): default_external encoding and STDOUT and UTF-8
- =begin
微妙なので意図どおりに動いているなら申し訳ない、以下のように -Eを指定してもUTF-8文字列がUTF-8のままで出力されてくるのは「そういうもの」ですか?
LANG=C ruby -Eeuc-jp -e'pu... -
03:42 PM Bug #6603: FileUtils::touchで更新時刻,アクセス時刻がミリ秒単位で記録されない(FreeBSD/amd64)
- ありがとうございます。
send-prしてみます。 -
10:08 AM Bug #6603 (Third Party's Issue): FileUtils::touchで更新時刻,アクセス時刻がミリ秒単位で記録されない(FreeBSD/amd64)
- Ruby の File.utime(nil, nil, path) は utimes(path, NULL) を呼んでいるだけなので、
FreeBSD の utimes(2) の問題です。
以下を実行すると、現在秒までしか設定され... - 01:58 PM Revision 17e97a9b (git): * object.c: Fix typo in rdoc
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36139 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:07 PM Bug #6262 (Closed): [readline] reverse-i-search with multibyte chars
-
12:29 PM Bug #6262: [readline] reverse-i-search with multibyte chars
- =begin
r36123 でこちらの挙動も直っているように思います。
# encoding: UTF-8
require "readline"
RUBY_DESCRIPTION # => "ruby 2.0... -
12:22 PM Bug #6604 (Closed): trunkでtest-all が完走しない (-j 使用時のみ)
- make test-all TESTS="-j8 -v -q" すると、LinuxでもMacでも以下のエラーが出て完走しません
TestGemCommandsHelpCommand#test_gem_no_args_show... -
12:05 PM Feature #5785 (Closed): Readline に pre_input_hook, insert_text, redisplay を追加
- This issue was solved with changeset r36131.
Tomoyuki, thank you for reporting this issue.
Your contribution to Ruby ... -
12:00 PM Bug #5423 (Closed): readlineの入力待機中に端末のウィンドウサイズ変更すると入力内容が乱れる
- This issue was solved with changeset r36130.
Takuto, thank you for reporting this issue.
Your contribution to Ruby is... -
11:58 AM Bug #6601 (Closed): [readline] Alt-* commands do not work in reverse-i-search
- This issue was solved with changeset r36127.
Tay, thank you for reporting this issue.
Your contribution to Ruby is gr... -
09:01 AM Bug #6601 (Assigned): [readline] Alt-* commands do not work in reverse-i-search
- =begin
This breaks compilation on OS X 10.7 with editline:
compiling readline.c
readline.c:177:22: error: use of... -
09:43 AM Revision c50f91f3 (git): [Bug #6607]
- * include/ruby/backward/rubysig.h: fix visibility. [Bug #6607]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36... -
09:22 AM Revision bdfd26b7 (git): lib/test/unit/parallel.rb: new method to report to the parent
- * lib/test/unit/parallel.rb (Test::Unit::Worker#_report): extract
method to report to the parent process
git-svn-i... -
09:21 AM Revision ab9560c9 (git): ext/readline/extconf.rb: no global names
- * ext/readline/extconf.rb (readline): get rid of polluting global
namespace.
git-svn-id: svn+ssh://ci.ruby-lang.or... -
09:14 AM Revision a60fe909 (git): fix async-signal-safe comments.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36135 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:51 AM Revision 52b497d8 (git): process.c: no method calls in async-signal-safe
- * process.c (rb_execarg_run_options): do not call any methods in the
async-signal-safe function. mask has been che... -
06:30 AM Revision 6696fd0c (git): Skip on non UTF-8 locale.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36133 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:15 AM Revision 9c6ae17a (git): Add test for [Bug #6262]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36132 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:05 AM Revision 2418f9cc (git): Skip Readline 4.3. [Feature #5785]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36131 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:00 AM Revision 5f883990 (git): * ext/readline/readline.c (Init_readline): don't set 0 to
- rl_catch_signals and rl_catch_sigwinch. [Bug #5423]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36130 b2dd03c8... - 02:58 AM Revision 44058a73 (git): * 2012-06-19
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36129 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:58 AM Revision e47c4e38 (git): * ext/readline/readline.c (readline_s_get_special_prefixes): suppress
- warning: unitinialized instance variable.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36128 b2dd03c8-39d4-4d8f... -
02:58 AM Revision d998ba1c (git): * ext/readline/readline.c (readline_getc): fix editline compatibility
- broken by r36123. [Bug #6601]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36127 b2dd03c8-39d4-4d8f-98ff-823fe6...
06/18/2012
-
11:53 PM Feature #6596: New method `Array#indexes`
- Em 17-06-2012 13:47, trans (Thomas Sawyer) escreveu:
> Yea, I would have written is completely different myself (e... -
07:23 PM Feature #6596: New method `Array#indexes`
- On 18/06/12 04:25, knu (Akinori MUSHA) wrote:
>
> Issue #6596 has been updated by knu (Akinori MUSHA).
>
>
... -
12:25 PM Feature #6596: New method `Array#indexes`
- =begin
You are changing the subject. This issue is about Array#indexes, and if you talk about generalization, you s... -
05:28 AM Feature #6596: New method `Array#indexes`
- I don't see any reason it can't return an Enumerator.
My last example doesn't iterate over it.
#select_indexes ... -
04:07 AM Feature #6596: New method `Array#indexes`
- Since we introduced Enumerator (and Enumerable::Lazy recently) we are skeptic about adding a new method returning a c...
-
01:47 AM Feature #6596: New method `Array#indexes`
- Yea, I would have written is completely different myself (even from yours). All I did was search GitHub for #each_wit...
-
11:51 PM Bug #6603 (Third Party's Issue): FileUtils::touchで更新時刻,アクセス時刻がミリ秒単位で記録されない(FreeBSD/amd64)
- ファイルの作成時刻・更新時刻がミリ秒単位で反映されるかどうかは処理系に依存しているとのことですが,
下記のように,touchを利用してファイルを作成した場合はミリ秒単位で記録されるますが,さらにtouchを
利用して更新時刻を記録... -
09:53 PM Feature #6602: Tail call optimization: enable by default?
- (2012/06/18 20:29), trans (Thomas Sawyer) wrote:
> However, in the the case of tail-recursion, it could be ok since... -
08:29 PM Feature #6602: Tail call optimization: enable by default?
- I'd rather have the backtrace information and depend on Moore's law for "enhancements".
However, in the the case o... -
06:05 PM Feature #6602 (Feedback): Tail call optimization: enable by default?
- Hi,
Some hours ago, Matz proposed turning on "tail call optimization" by default from Ruby 2.0.
What do you thi... -
10:43 AM Bug #6601 (Closed): [readline] Alt-* commands do not work in reverse-i-search
- This issue was solved with changeset r36123.
Tay, thank you for reporting this issue.
Your contribution to Ruby is gr... -
10:08 AM Feature #6594: Integrated Functor
- I agree that high-order messaging can be very useful. But functor concept and usage is rather complex that makes it h...
-
09:53 AM Revision d761c9b1 (git): merge revision(s) 32605:32610:
- * backport r32609 from trunk.
* ext/openssl/ossl_hmac.c: Revert checking return type of
HMAC_Init_e... -
09:13 AM Revision bcc4c408 (git): unreachable
- * ext/-test-/exception/enc_raise.c (enc_raise): unreachable.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36125... -
08:10 AM Revision 3137b081 (git): rb_str_subpos
- * string.c (rb_str_subpos): split from rb_str_substr. returns
adjusted position for substring.
git-svn-id: svn+ss... -
01:43 AM Revision e2ad92a0 (git): ext/readline/readline.c: [Bug #6601]
- * ext/readline/readline.c (readline_getc): deal with ESC just followed
by ASCII as meta prefix in incremental searc...
06/17/2012
-
11:02 PM Feature #6596: New method `Array#indexes`
- =begin
Assuming the return value has no meanings.
@table.any? do |row|
if cindex = row.index(nil)
row[ci... -
10:39 PM Feature #6596: New method `Array#indexes`
- =begin
https://github.com/apillet/invaders/blob/ab32d1704e20cfffe472458b04c16ce82353dabe/classes/enemy_grid.rb
... -
11:24 AM Feature #6596: New method `Array#indexes`
- @trans That's what it does, not a use case. I am questioning you how it is useful to get an array of indices.
-
06:27 AM Feature #6596: New method `Array#indexes`
- =begin
@knu I think you have already pointed out the usecase. Wherever someone is using #each_with_index which conta... -
06:46 PM Bug #6601 (Assigned): [readline] Alt-* commands do not work in reverse-i-search
-
05:26 PM Bug #6601: [readline] Alt-* commands do not work in reverse-i-search
- Oops, forgot to enter a proper title/subject. Can someone with sufficient privileges update it to
[readline] Alt... -
05:23 PM Bug #6601 (Closed): [readline] Alt-* commands do not work in reverse-i-search
- =begin
= Steps to reproduce
Below are the steps to reproduce from an (({irb})) session. ^ is used to denote the cur... -
04:38 PM Bug #6600 (Closed): Should Module#constants retain insertion order?
- No.
-
01:09 PM Bug #6600 (Closed): Should Module#constants retain insertion order?
- =begin
This is pointed out in ((<URL:http://bugs.jruby.org/6733>)).
Should (({Module#constants})) maintain the or... - 03:38 PM Revision 90e812e8 (git): * 2012-06-18
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36122 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:38 PM Revision 7690aab8 (git): test/readline/test_readline.rb: fix argument order
- * test/readline/test_readline.rb (TestReadline#test_pre_input_hook)
(TestReadline#test_insert_text): fix argument o... -
01:23 PM Revision 406a9fc5 (git): documentation for Dir.exist?
- * dir.c (rb_file_directory_p): move documentation for Dir.exist? from
file.c so that the proper description will be... -
07:21 AM Revision cdeff42c (git): thread_win32.h: rb_thread_lock_t for USE_WIN32_MUTEX
- * thread_win32.h (rb_thread_lock_t): make a union for USE_WIN32_MUTEX.
this internal is used only in thread_win32.c... -
07:20 AM Revision 3c566456 (git): thread_win32.c: USE_WIN32_MUTEX
- * thread_win32.c (native_mutex_lock, native_mutex_destroy): fix for
USE_WIN32_MUTEX.
git-svn-id: svn+ssh://ci.rub... - 07:20 AM Revision dc320f43 (git): * 2012-06-17
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36117 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:20 AM Revision 34b6d066 (git): thread_win32.c: reserved pattern name
- * thread_win32.c (native_cond_timedwait_ms): rename reserved pattern
name. user defined symbols should not start w... -
12:06 AM Feature #6594: Integrated Functor
- @trans I wasn't claiming that it wasn't possible for those interested on the feature to find real-case examples about...
06/16/2012
-
04:42 PM Feature #6596 (Feedback): New method `Array#indexes`
- You haven't shown any real use case yet.
I don't deny that the functionality alone would be a good shortcut itself j... -
03:28 AM Feature #6596: New method `Array#indexes`
- @kyu Try doing the equivalent of #indexes without it. Not that it's especially hard, but you have to stop and work ou...
-
12:09 AM Feature #6596: New method `Array#indexes`
- Hello Knu,
Array#rindex return the last occurrence of the parameter. Array#indexes return all of the indexes.
>... -
03:05 PM Bug #6547 (Rejected): DateTime.new does not call #initialize
- i believe this is not a bug.
it's expensive/slow to call initialize.
on DateTime, new is one of various constractor... - 10:25 AM Revision 7cc92034 (git): * ext/date/date_core.c: define date_sg_t.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36115 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 09:49 AM Revision f5b033cd (git): * ext/date/date_tmx.h: offset in struct tmx_funcs is now int.
- * ext/date/date_strftime.c: ditto.
* ext/date/date_core.c: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ru... -
09:31 AM Revision 07784c78 (git): eval.c: move running
- * eval.c (ruby_setup): set running state in the normal case before
popping a tag.
git-svn-id: svn+ssh://ci.ruby-la... -
07:25 AM Feature #6594: Integrated Functor
- @resenfeld Well, I thought the examples I provided were pretty good ones. The links I provided also give some example...
-
07:12 AM Bug #6598 (Closed): tool/runruby.rb の File.realpath
- This issue was solved with changeset r36107.
Kazuhiro, thank you for reporting this issue.
Your contribution to Ruby ... -
12:54 AM Bug #6598 (Closed): tool/runruby.rb の File.realpath
- File.realpath が定義されていないときに定義している File.realpath がホームディレクトリを返すだけで File.realpath の代わりになっていません。
-
04:23 AM Revision c1740d89 (git): test: reduce unnecessary output
- * lib/test/unit.rb (Test::Unit::Runner#_run_parallel): no empty lines
if no warnigs.
git-svn-id: svn+ssh://ci.ruby... -
04:23 AM Revision c05042c9 (git): test: reduce unnecessary output
- * lib/test/unit.rb (Test::Unit::Runner#_run_parallel): print retrying
message only if retrying.
git-svn-id: svn+ss... -
04:23 AM Revision de7eb55f (git): test: reduce unnecessary output
- * lib/test/unit.rb (Test::Unit::Runner#del_status_line): update
@status_line_size and return true value.
* lib/tes... -
12:51 AM Bug #6597 (Closed): README.EXT と README.EXT.ja の内容が違う
- r35977 で README.EXT だけ変更されているので README.EXT.ja も更新が必要だと思います。
06/15/2012
-
10:46 PM Revision 04a7aabf (git): lib/test/unit.rb: format workers results in the parent
- * lib/test/unit.rb (Test::Unit::Runner#_run_parallel): format workers
results in the parent.
git-svn-id: svn+ssh:/... -
10:46 PM Revision ff49900a (git): lib/test/unit.rb: format workers results in the parent
- * lib/test/unit.rb (Test::Unit::Runner#_run_parallel): format workers
results in the parent.
git-svn-id: svn+ssh:/... -
10:13 PM Feature #6594: Integrated Functor
- @trans it really helps attaching an useful example from a real world situation where functors would make it easier to...
-
05:14 PM Feature #6594: Integrated Functor
- @matz Nay. I guess my attempt at a brief synopsis was not a good idea.
Understanding Functor class would probably he... -
04:18 PM Feature #6594: Integrated Functor
- trans (Thomas Sawyer) wrote:
> @shyouhei Fixed? How is there a "ruby's bug"?
@trans You wrote "creation of an int... -
03:45 PM Feature #6594: Integrated Functor
- If I understand correctly, if I define
~~~ruby
def f => op, arg
end
~~~
then
~~~ruby
f + a
~~~
shoul... -
03:19 PM Feature #6594: Integrated Functor
- @shyouhei Fixed? How is there a "ruby's bug"?
-
01:31 PM Feature #6594: Integrated Functor
- -1.
trans (Thomas Sawyer) wrote:
> Doing this without that integration requires the creation of an intermediate o... -
09:02 AM Feature #6594 (Assigned): Integrated Functor
- I know the developers meeting is coming up so I'd like to get a few ideas I've had sitting in the wings out in the ai...
-
10:12 PM Revision 3f6e8aef (git): [Bug #6598]
- * tool/runruby.rb (File.realpath): return real path of expanded path.
[Bug #6598]
git-svn-id: svn+ssh://ci.ruby-l... -
10:12 PM Revision 3fb38c61 (git): bootstraptest: ignore -j
- * bootstraptest/runner.rb (main): ignore -j option for compatibility
with test/unit.
git-svn-id: svn+ssh://ci.rub... -
10:11 PM Revision 7ed81c28 (git): lib/test/unit: refactoring puke
- * lib/test/unit.rb (Test::Unit::Runner#puke): modify only result and
drop useless reports, not override entirely.
*... -
09:46 PM Feature #6596: New method `Array#indexes`
- > a = [1, 2, 3, 1]
> a.indexes(1)
> Return : [0, 3]
Is there any proof that such a new functionality has a certa... -
06:05 PM Feature #6596 (Assigned): New method `Array#indexes`
- I submitted a pull request on Github that provides a new method `Array#indexes`. It departs from `Array#index` in suc...
-
07:57 PM Feature #6555: New comparison operators
- =begin
A friend told me that D language provides 14 comparisons operators for Floating point comparisons : ((<URL:ht... -
07:11 PM Bug #6595 (Closed): no skipped information on test-all when -j is specified
- This issue was solved with changeset r36098.
Usaku, thank you for reporting this issue.
Your contribution to Ruby is ... -
02:29 PM Bug #6595 (Closed): no skipped information on test-all when -j is specified
- test-all時に-jオプションを指定した場合、skipするテストがあってもレポートされません。
そんな前からではなかったと思うのですが……。 - 04:30 PM Revision 1eeaab8a (git): * 2012-06-16
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36104 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:29 PM Revision eac26463 (git): * ext/psych/lib/psych.rb: bumping psych to 1.3.3
- * ext/psych/psych.gemspec: ditto
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36103 b2dd03c8-39d4-4d8f-98ff-823... -
01:09 PM Revision 7889d3be (git): fix typos [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36102 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:01 PM Revision 064b70b6 (git): * vm_backtrace.c (backtrace_collect): rename from backtreace_collect
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36101 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:01 PM Revision 7193f4ae (git): fix typos [ci skip]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36100 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:26 AM Feature #6492: Inflate all HTTP Content-Encoding: deflate, gzip, x-gzip responses by default
- normalperson (Eric Wong) wrote:
> "naruse (Yui NARUSE)" <[email protected]> wrote:
> > How about adding a new attr... -
08:23 AM Feature #6492: Inflate all HTTP Content-Encoding: deflate, gzip, x-gzip responses by default
- "naruse (Yui NARUSE)" <[email protected]> wrote:
> How about adding a new attribute which limits the size of readi... -
05:45 AM Feature #6492: Inflate all HTTP Content-Encoding: deflate, gzip, x-gzip responses by default
- How about adding a new attribute which limits the size of reading body?
-
10:22 AM Revision 745c23b2 (git): * vm_core.h: remove VM_FRAME_MAGIC_FINISH (finish frame type).
- Before this commit:
`finish frame' was place holder which indicates that VM loop
needs to return function.
If a... -
10:11 AM Revision 0dc5b8ce (git): Revert r35576 "lib/test/unit.rb: refactoring puke"
- * lib/test/unit.rb (Test::Unit::Runner#puke): always add skipped
results to the report for parallel test. [Bug #65... -
05:30 AM Bug #6124: remove the "spec-only gems" in Ruby 1.9.3 (was What is the purpose of "fake" gems in Ruby)
vo.x (Vit Ondruch) wrote:
> naruse (Yui NARUSE) wrote:
> > nobu (Nobuyoshi Nakada) wrote:
> > % ruby -rjson -e...-
02:37 AM Feature #5653: "I strongly discourage the use of autoload in any standard libraries" (Re: autoload will be dead)
- If autoload is still going to be around for awhile, can we at least get it modified to call Kernel#require? As I've s...
-
01:38 AM Revision 19b4b7de (git): test: TEST_COLORS
- * bootstraptest/runner.rb (main): fixed typo.
* lib/test/unit.rb (Test::Unit::Runner#_prepare_run): ditto.
* sample/t... -
12:56 AM Revision fa6a2e03 (git): test: skipped color
- * lib/test/unit.rb (Test::Unit::Runner#failed): use different color
for Skipped.
git-svn-id: svn+ssh://ci.ruby-lan... -
12:56 AM Revision 0243943a (git): test: TEST_COLORS
- * bootstraptest/runner.rb (main): customize colors by dircolors-like
style environment variable TEST_COLORS.
* lib... -
12:56 AM Revision 65672e63 (git): test: unknown --color argument
- * bootstraptest/runner.rb (main): warn unknown --color argument.
* sample/test.rb: ditto.
git-svn-id: svn+ssh://ci.... -
12:56 AM Revision a8ddde3b (git): test: help message
- * bootstraptest/runner.rb (main): add --color option to the help
message.
git-svn-id: svn+ssh://ci.ruby-lang.org/r... -
12:03 AM Revision 88fa84a5 (git): * nacl/pepper_main.c: Removed an unnecessary and errorneous inclusion.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36092 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
06/14/2012
-
11:59 PM Bug #6575: Thread#kill sets rb_errinfo() to Fixnum 8 after rb_protect(function, data, &error_tag)
- Thanks, that's more or less the workaround I've applied in my code: if rb_protect() detects an error and rb_errinfo()...
-
10:26 AM Bug #6575 (Feedback): Thread#kill sets rb_errinfo() to Fixnum 8 after rb_protect(function, data, &error_tag)
- nagachika (Tomoyuki Chikanaga) wrote:
> Hi,
>
> Just for reference. r35622 could be related, or ticket #5993 seem... -
10:54 PM Revision 2c4b4a30 (git): fix typos
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36091 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:08 PM Feature #6587: proposal: adding new methods File.rootname and Pathname#rootname
- 古いパッチを貼ってしまったので、最新版はこちらに置きました。
https://github.com/ruby/ruby/pull/130 -
06:04 PM Feature #6587: proposal: adding new methods File.rootname and Pathname#rootname
- とりあえずパッチ置いときます。
-
02:23 PM Feature #6587: proposal: adding new methods File.rootname and Pathname#rootname
- >> 具体的には、現在どういうコードが使われていて、それをどう置き換えることを想定しているのでしょうか。
>
> そうですね、例えばtest/rake/test_rake_directory_task.rbの30~34行目に... -
01:29 PM Feature #6587: proposal: adding new methods File.rootname and Pathname#rootname
- こさきさんとなかださんにまとめて回答。
> このパッチによってこのあたりがどこくらい綺麗に書けるようになるのかが、分かると積極的に賛成しやすいなあ、とか
> 具体的には、現在どういうコードが使われていて、それをどう置き換え... -
12:57 PM Feature #6587: proposal: adding new methods File.rootname and Pathname#rootname
- =begin
: usa (Usaku NAKAMURA) wrote:
そこで、dirname、basename、extname などから類推して、rootname というメソッドを File の特異メソッドおよび Pathna... -
12:52 PM Feature #6587: proposal: adding new methods File.rootname and Pathname#rootname
- 心情的には賛成なんですが。。
> 例えば ruby 配布物の test/ 以下を見ると、独自にドライブレター周りを扱おうとしているコードが散見されますが、
> それぞれ異なる処理を書いており、UNC や拡張パス名(という名前で... -
11:28 AM Feature #6587 (Rejected): proposal: adding new methods File.rootname and Pathname#rootname
- =begin
みんな大好き Unixen ではパスの先頭は '/' で始まるものという暗黙の前提がありますが、Windows ではドライブレターおよび UNC というものがあるのでその前提が成り立たないことは広く知られていると思いま... -
09:54 PM Bug #6592: test_call_double(DL::TestDL) fails on ARM HardFP
- No I am not using Fiddle.
Better to say, it is not up to me what I use. The test is written in such way that it is... -
06:17 PM Bug #6592: test_call_double(DL::TestDL) fails on ARM HardFP
- Please confirm you are surely using fiddle (instead of plain DL). ext/dl is broken when the abi require proper functi...
-
05:24 PM Bug #6592: test_call_double(DL::TestDL) fails on ARM HardFP
- This might be of reference [1], particularly the 5.4 and 5.5 chapters.
[1] http://infocenter.arm.com/help/topic/... -
05:12 PM Bug #6592 (Closed): test_call_double(DL::TestDL) fails on ARM HardFP
- Hi,
I am observing following test suite error on armv7hl Fedora 17 [1] (but it seems that Debian suffers the same ... -
04:50 PM Feature #6002 (Rejected): use IO#advise in FileUtils.compare_stream
- akr-san, pointed out IO#advise may raise EINVAL exception when linux w/ tmpfs. (see [ruby-dev:45703])
Thus, we can... -
04:14 PM Feature #5995: calling io_advise_internal() in read_all()
- Endoh-san,
I really dislike this patch because this patch abuse fadvise() and don't guarantee to positive effect o... -
03:37 PM Bug #6591 (Third Party's Issue): r35101以降、古いfccで拡張ライブラリのコンパイルに失敗
- 古いバージョンの Fujitsu C Compiler Driver Version 5.6 (Nov 24 2006) では、-E オプションを付けてプリプロセッサ処理のみを行う場合、-o で指定した出力ファイル名は無視して、必ず標...
-
03:14 PM Revision 7931bbf1 (git): tool/make-snapshot MKDIR_P
- * tool/make-snapshot (package): MKDIR_P is needed as direct macro to
build enc/unicode/name2ctype.h.
git-svn-id: s... - 03:07 PM Revision c50e1d3a (git): * 2012-06-15
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36089 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:07 PM Revision a73d6eb0 (git): tool/make-snapshot MKDIR_P
- * tool/make-snapshot (package): MKDIR_P is needed to build
enc/unicode/name2ctype.h.
git-svn-id: svn+ssh://ci.ruby... -
02:26 PM Bug #6124: remove the "spec-only gems" in Ruby 1.9.3 (was What is the purpose of "fake" gems in Ruby)
- naruse (Yui NARUSE) wrote:
> nobu (Nobuyoshi Nakada) wrote:
> % ruby -rjson -e'puts JSON::VERSION'
> 1.5.4
> % ru... -
06:07 AM Bug #6124: remove the "spec-only gems" in Ruby 1.9.3 (was What is the purpose of "fake" gems in Ruby)
- nobu (Nobuyoshi Nakada) wrote:
> Sorry for close without the description.
>
> The default gem just shows the bund... -
02:24 PM Bug #6581: Array#shuffle, Array#shuffle! の受け付ける引数が想定しづらい
- あるキーワード引数の廃止に伴い、指定されていたら警告するようにすることはあるかもしれませんが、
まったく知らないキーワードに関しては将来の拡張性(拡張した際の下位互換性の維持)のために無視する、
というのが慣例になっています。 -
02:00 PM Revision d1351e98 (git): fix CPPOUTFILE
- * configure.in (RUBY_CPPOUTFILE): check if output is really sent to
specified file to tell if -o option works. [ru... -
01:49 PM Revision b1644bfc (git): fix CPPOUTFILE
- * configure.in (RUBY_CPPOUTFILE): check if output file is actually
created. [ruby-dev:45742] [Bug#6591]
git-svn-i... -
01:21 PM Feature #6590 (Assigned): Dealing with bigdecimal, etc gems in JRuby
-
01:21 PM Feature #6590 (Third Party's Issue): Dealing with bigdecimal, etc gems in JRuby
- Hello!
http://jira.codehaus.org/browse/JRUBY-6704
We have a need to make the "bigdecimal" gem work for JRu... -
01:11 PM Revision ea325fcd (git): * process.c (proc_exec_sh): don't strip leading spaces of the script.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36085 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:54 AM Feature #6589 (Closed): Set#rehash
- There should be a way to rehash a `Set`.
s = Set.new([[]])
s.first << 1
# s.rehash # Does not exist!... -
11:47 AM Feature #6588 (Closed): Set#intersect?
- There is `Set#superset?`, `Set#subset?` with their `proper` variants, but there is no `Set#intersect?` nor `Set#disjo...
-
09:25 AM Feature #6586 (Closed): debugger belongs to core
- Would be nice to stop using ruby-debug / ruby-debug19 / debugger gems and have a debugger with a nice API built in in...
-
08:15 AM Bug #6548 (Closed): Rake doesn't ignore arguments after --
- Primary development happens on github, so I will close this issue.
I left a comment on the github issue. - 07:01 AM Revision f927ec15 (git): * file.c (rb_file_s_basename, rb_file_s_dirname): documentaion fix.
- File.basename and File.dirname support File::ALT_SEPARATOR.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36084... -
06:58 AM Feature #6572 (Feedback): Array#index return array of indexes
- It seems the pull request has advanced past this patch.
I have posted several comments on the latest version of th... -
06:21 AM Bug #6544 (Closed): Broken links on lib/drb references documentation
- This issue was solved with changeset r36075.
Zachary, thank you for reporting this issue.
Your contribution to Ruby i... -
06:19 AM Bug #6544: Broken links on lib/drb references documentation
- Masatoshi SEKI has given me permission to commit this.
-
06:18 AM Bug #6536 (Closed): Fix broken links for Programming Ruby book
- This issue was solved with changeset r36074.
Zachary, thank you for reporting this issue.
Your contribution to Ruby i... -
04:03 AM Revision 6648846e (git): ruby.c: add cast
- * ruby.c (parse_and_compile_main): add cast to a pointer type.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@360... -
03:03 AM Revision 207c58b5 (git): eval.c: set nil if nothing done
- * eval.c (ruby_eval_main_internal): set nil to the result if nothing
executed.
git-svn-id: svn+ssh://ci.ruby-lang.... -
03:03 AM Revision 07329778 (git): fix r36079
- * include/ruby/ruby.h: public symbols must have default visibility.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trun... -
02:22 AM Revision 22e7c535 (git): * nacl/pepper_maini.c: Applies the new embedding API to pepper_ruby.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36080 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:22 AM Revision 8c9a453f (git): Embedding CRuby interpreter without internal headers has been difficult
- for few years because:
* NODE is no longer accessible.
* rb_iseq_eval_main crashes without preparing with rb_thread_t... -
02:21 AM Revision f8601bd9 (git): * eval.c: Add doxygen comments.
- * ruby.c: ditto.
* thread_pthread.c: ditto
* version.c: ditto.
* vm_core.h: ditto.
git-svn-id: svn+ssh://ci.ruby-... -
01:16 AM Revision e9e60314 (git): * configure.in: revert r36071 and add NetBSD to blacklist of -ansi.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36077 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:20 AM Feature #6569 (Closed): [PATCH] Add HTTP status codes defined in RFCs 2295, 2817, 2774, 4918 and 5842
- This issue was solved with changeset r36068.
Akinori, thank you for reporting this issue.
Your contribution to Ruby i...
06/13/2012
-
11:36 PM Feature #6561: ?= operator
- exactly, I was just wanting to make sure. My other proposition for ?= would work for local variables as well, althoug...
-
11:17 PM Feature #6561: ?= operator
- rosenfeld (Rodrigo Rosenfeld Rosas) wrote:
> Would this be valid only for instance variables or any variable?
Onl... -
09:58 PM Feature #6561: ?= operator
- Would this be valid only for instance variables or any variable?
-
11:18 PM Revision e901d2ce (git): * thread_pthread.c (get_stack): Linux is the only OS which includes
- the size of guard page into the stack size.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36076 b2dd03c8-39d4-4d... -
10:52 PM Bug #6584 (Closed): Segmentation fault in DL::TestFunc#test_qsort1 on sparc Solaris10
- This issue was solved with changeset r36066.
Naohisa, thank you for reporting this issue.
Your contribution to Ruby i... -
10:46 PM Bug #6584 (Closed): Segmentation fault in DL::TestFunc#test_qsort1 on sparc Solaris10
- qsort(3)のプロトタイプ宣言は
void qsort(void *base, size_t nmemb, size_t size,
int(*compar)(const void *, const ... -
09:47 PM Bug #6575: Thread#kill sets rb_errinfo() to Fixnum 8 after rb_protect(function, data, &error_tag)
- BTW, is Ruby-head (ruby 2.0.0dev (2012-06-13 trunk 36062) [x86_64-linux]) stable enough?
Running my C extension (w... -
09:29 PM Bug #6575: Thread#kill sets rb_errinfo() to Fixnum 8 after rb_protect(function, data, &error_tag)
- Hi, I've installed rvm and ruby-head, which is retrieved from https://github.com/ruby/ruby/. Unfortunately the patch ...
-
01:33 PM Bug #6575: Thread#kill sets rb_errinfo() to Fixnum 8 after rb_protect(function, data, &error_tag)
- Hi,
Just for reference. r35622 could be related, or ticket #5993 seems related issue.
ibc-san, could you try to r... -
11:53 AM Bug #6575: Thread#kill sets rb_errinfo() to Fixnum 8 after rb_protect(function, data, &error_tag)
- Hi,
(2012/06/11 20:27), ibc (Iñaki Baz Castillo) wrote:
> Using rb_protect() I've realized that when the thre... -
07:01 AM Bug #6575: Thread#kill sets rb_errinfo() to Fixnum 8 after rb_protect(function, data, &error_tag)
- Hi, if this is the expected behavior I would really appreciate a confirmation :)
-
09:31 PM Feature #6023: Add "a ?= 2" support for meaning "a = a.nil? ? 2 : a"
- I think #6561 more convenient to store nil'able and false'able items
-
09:21 PM Revision 4230682d (git): * lib/drb/drb.rb: Replace broken links to the English DRb book.
- Patch by Zachary Scott. [ruby-trunk - Bug #6544]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36075 b2dd03c8-... -
09:18 PM Revision 3d81b5c8 (git): * lib/observer.rb: Update broken link to the Programming Ruby book.
- Patch by Zachary Scott. [ruby-trunk - Bug #6536]
* lib/drb/drb.rb: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/... -
08:55 PM Revision b41bc686 (git): update doc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36073 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:46 PM Revision bad859ca (git): * regparse.c (PFETCH_READY): suppress Wunused-but-set-variable.
- * regparse.c (is_onechar_cclass): restructured to clarify that c is
used iff found == 1.
git-svn-id: svn+ssh://ci.... -
07:57 PM Revision 114ae69b (git): * configure.in: use -fbuiltin with -ansi -std=iso9899:199409.
- This prevents errors introduced by disabling bulitin functions,
which is the sub-effect of -ansi/-std.
Now NetBSD... -
05:54 PM Revision 06d48300 (git): * Makefile.in: don't remove macros. now name2ctype uses macros.
- * tool/enc-unicode.rb: add comment why it uses Hash#index.
* enc/unicode/{name2ctype.kwd,name2ctype.src,name2ctype.h... -
04:39 PM Bug #6573: Webrick test failures
- Minimal reproducer:
1. Don't have ruby installed (no /usr/bin/ruby).
2. Build Ruby and run
$ make test-all TESTS=... - 03:20 PM Revision de08418f (git): * 2012-06-14
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36069 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:20 PM Revision 3703619e (git): * lib/net/http/responses.rb, lib/webrick/httpstatus.rb: Add HTTP
- response codes added in RFCs 2817 and 4918. [ruby-core:45547]
[Feature #6569]
* lib/net/http/responses.rb: Rename... -
02:45 PM Bug #6124: remove the "spec-only gems" in Ruby 1.9.3 (was What is the purpose of "fake" gems in Ruby)
- nahi (Hiroshi Nakamura) wrote:
> Assigned to me because this discussion seems related to stdlib gemification. I'll c... -
12:23 PM Bug #6124: remove the "spec-only gems" in Ruby 1.9.3 (was What is the purpose of "fake" gems in Ruby)
- あえて-devに振りますが。
On 06/13/2012 10:53 AM, nobu (Nobuyoshi Nakada) wrote:
>
> Issue #6124 has been updated by ... -
12:10 PM Bug #6124 (Closed): remove the "spec-only gems" in Ruby 1.9.3 (was What is the purpose of "fake" gems in Ruby)
- Sorry for close without the description.
The default gem just shows the bundled libraries as also gems, not avoid ... -
11:01 AM Bug #6124 (Open): remove the "spec-only gems" in Ruby 1.9.3 (was What is the purpose of "fake" gems in Ruby)
- Make it open to keep reminding myself.
-
11:00 AM Bug #6124: remove the "spec-only gems" in Ruby 1.9.3 (was What is the purpose of "fake" gems in Ruby)
- Assigned to me because this discussion seems related to stdlib gemification. I'll check this discussion before 2.0.
-
10:53 AM Bug #6124 (Rejected): remove the "spec-only gems" in Ruby 1.9.3 (was What is the purpose of "fake" gems in Ruby)
-
06:09 AM Bug #6124: remove the "spec-only gems" in Ruby 1.9.3 (was What is the purpose of "fake" gems in Ruby)
- A similar problem exists for JRuby.
We have not split bigdecimal out into a gem, so anyone that wants to add the g... -
02:00 PM Revision a29bdaf6 (git): add a test.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36067 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:52 PM Revision bff44ef4 (git): * test/dl/test_func.rb (test_qsort1, test_qsort2): use TYPE_SIZE_T
- for size_t variables. [ruby-dev:45733] [Bug #6584]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36066 b2dd03c8... -
01:18 PM Revision a9ff01cd (git): configure.in: option for darwin
- * configure.in: remove -ansi and -std options for lgamma_r() and
finite().
git-svn-id: svn+ssh://ci.ruby-lang.org/... -
12:46 PM Revision 0d86842f (git): configure.in: option for cygwin
- * configure.in: cygwin does not provide some declarations in strict
ANSI mode.
git-svn-id: svn+ssh://ci.ruby-lang.... -
12:46 PM Revision e985a684 (git): configure.in: option for cygwin
- * configure.in: cygwin does not provide some declarations in strict
ANSI mode.
git-svn-id: svn+ssh://ci.ruby-lang.... -
11:42 AM Feature #6583 (Closed): Improve socket exception message when bind() fails
- =begin
If the user tries to bind a port that is already in use the user does not receive any notification of which p... -
11:37 AM Revision d793a86b (git): update doc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36062 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:25 AM Bug #6576: shared library references _environ macosx Lion
- I'll investigate further.
Had recently enabled ruby scripting in vim 7.3.548 and I got the following message
% ... -
11:20 AM Revision e9a1ba23 (git): * process.c (rb_fork_internal): move a variable declaration.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36061 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:59 AM Feature #6530: Improve Racc documentation coverage
- I would also like to hear Aaron's feedback regarding the debug
functions racc_*()
I plan on rewriting this pa... -
02:15 AM Feature #6530 (Feedback): Improve Racc documentation coverage
- Aaron, do you have any opinion?
--
Yusuke Endoh <[email protected]> -
08:58 AM Revision 2c1322ec (git): * regparse.c (PFETCH_READY): this line was to suppress warning,
- but did emit warnings if -Wuninitialized was set. Assigning
NULL instead if pfetch_prev should suffice... -
08:51 AM Revision 23838b93 (git): configure.in: option for cygwin
- * configure.in: cygwin needs C99 for some stuff, e.g.,
pthread_attr_setstacksize, sched_yield.
git-svn-id: svn+ss... -
08:50 AM Revision 0c7dab5d (git): Makefile.in: warnflags
- * Makefile.in (.c.i): add warnflags to make the result consistent with
compilation.
git-svn-id: svn+ssh://ci.ruby... -
08:48 AM Feature #6546: Net::HTTP to check for HTTP_PROXY environment setting.
- @drbrain lib/open-uri.rb has battle-tested proxy configuration logic in it. If we really want to add proxy configurat...
-
08:44 AM Feature #6546: Net::HTTP to check for HTTP_PROXY environment setting.
- net.http.proxy_from_env.2.no_env_by_default.patch seems have following line.
env_proxy = ENV['http_proxy'] || EN... -
06:36 AM Feature #6546: Net::HTTP to check for HTTP_PROXY environment setting.
- Here is a patch which does not use HTTP_PROXY by default (most of the changes are to documentation).
Please tell m... -
07:38 AM Revision 9c489763 (git): process.c: suppress warning
- * process.c (compare_posix_sh): not used on Win32.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36057 b2dd03c8-... -
06:16 AM Revision 43bc8f9b (git): * configure.in: On Windows platforms, system provided headers are
- VC++ optimized. That is, C++ habits are often contaminated into
various headers. Most frequent situati... -
05:14 AM Bug #6488: String#slice example has a syntax error
- =begin
zzak (Zachary Scott) wrote:
> I was unable to reproduce this with ruby 1.9.3p125 (2012-02-16 revision 34643... -
05:13 AM Bug #6580 (Rejected): Assigning a value to a single element in an array that is contained in an array of arrays, updates the element in that position in all of the contained arrays
-
01:51 AM Bug #6580: Assigning a value to a single element in an array that is contained in an array of arrays, updates the element in that position in all of the contained arrays
- This isn't a bug. You are creating an array where all five elements are the same array object. You probably want to...
-
01:35 AM Bug #6580 (Rejected): Assigning a value to a single element in an array that is contained in an array of arrays, updates the element in that position in all of the contained arrays
- =begin
Came across this bug the other day in both 1.8 and 1.9.3. It seems like it would have been discovered before,... -
04:39 AM Revision 24b9cf95 (git): include/ruby/win32.h: fix comment style
- * include/ruby/win32.h: get rid of C99 style one line comments.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3... -
04:39 AM Revision da5ac6f5 (git): encoding.c: strdup macro
- * encoding.c (enc_alias_internal): use strdup defined as macro.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3... -
04:09 AM Revision 6379978d (git): configure.in: check iff nacl
- * configure.in (RUBY_NACL_CHECK_PEPPER_TYPES): check only on nacl.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk... -
04:09 AM Revision 9341988b (git): thread_pthread.c: suppress warning
- * thread_pthread.c (get_stack): define guard only when it is used.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk... -
03:01 AM Bug #6581: Array#shuffle, Array#shuffle! の受け付ける引数が想定しづらい
- 御返信有難うございます。
なるほど、確かにそうですよね・・・
Array#sample (これもハッシュ引数受け付けたんですね) と、
Kernel#open共に、次の動きを取ることを確認しました。
* 最後の引数にハ... -
02:15 AM Bug #6581 (Rejected): Array#shuffle, Array#shuffle! の受け付ける引数が想定しづらい
- ハッシュを引数にとるメソッドは open をはじめとして他にもいろいろありますが、
原則サポートしていないキーが来ても無視します。 -
01:59 AM Bug #6581 (Rejected): Array#shuffle, Array#shuffle! の受け付ける引数が想定しづらい
- # 状況
引数でHashを渡した際、該当Hashの利用のされ方が想定しづらく感じました。
具体的には、以下のとおりです。
[].shuffle Random.new #1. #=> Argumen... -
02:39 AM Bug #6550 (Assigned): crash 1.9.3
-
02:36 AM Bug #6548 (Assigned): Rake doesn't ignore arguments after --
- I guess rake in stdlib is just a mirror, so it should be first fixed in GitHub.
Anyway I'm assigning this to drbrain... -
02:30 AM Feature #6528 (Assigned): Add Pathname#write and Pathname#binwrite
- akr さん、どうですか?
--
Yusuke Endoh <[email protected]> -
02:29 AM Bug #6527 (Assigned): WEBrick::HTTPResponse.header is a hash
-
02:21 AM Bug #6544 (Assigned): Broken links on lib/drb references documentation
- Let me call to him in Japanese
咳さん
drb のドキュメントに壊れたリンクがあるから取り除いたら?だそうです。
--
Yusuke Endoh <[email protected]> -
02:17 AM Feature #6539 (Assigned): public and private for core methods
-
02:16 AM Bug #6536 (Assigned): Fix broken links for Programming Ruby book
-
02:16 AM Bug #6531 (Assigned): Increase Racc runtime versions
-
01:20 AM Revision 621153bf (git): process.c: no SIZE_T_MAX
- * process.c (rb_exec_fillarg): get rid of SIZE_T_MAX which may need
more headers.
git-svn-id: svn+ssh://ci.ruby-l... -
01:20 AM Revision 33b15cef (git): process.c: fix array element size
- * process.c (rb_exec_fillarg): fix array element size. "continue" and
"readonly" exceeded the size.
git-svn-id: ... -
12:56 AM Revision 2d460925 (git): process.c: use shell for reserved or special built-in
- * process.c (rb_exec_fillarg): use shell if the first word is reserved
or special built-in name.
http://pubs.open... -
12:55 AM Revision e6a65611 (git): process.c: treat '=' only in the first word
- * process.c (rb_exec_fillarg): treat '=' only in the first word. if
the first word does not contain '=', it is the... - 12:54 AM Revision fe5a1525 (git): * 2012-06-13
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36047 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:54 AM Revision 18c32c94 (git): process.c: constified
- * process.c (rb_exec_fillarg): constified.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36046 b2dd03c8-39d4-4d...
Also available in: Atom