Project

General

Profile

Activity

From 03/06/2012 to 03/12/2012

03/12/2012

11:52 PM Bug #6132 (Rejected): Assignments don't happen correctly in "if" modifiers
This works:
if lo = 3
la = lo
end
but this does not:
(la = lo) if (lo = 3)
It raises "NameError: unde...
ibrahimtencer (Ibrahim Tencer)
11:31 PM Bug #6085: Treatment of Wrong Number of Arguments
Yusuke Endoh wrote:
> Hello, Marc-Andre
>
> Sorry I was missing this ticket. Your proposal looks smart to me.
...
naruse (Yui NARUSE)
09:23 PM Bug #6085: Treatment of Wrong Number of Arguments
Hello, Marc-Andre

Sorry I was missing this ticket. Your proposal looks smart to me.

I'd like to try and r...
mame (Yusuke Endoh)
11:07 PM Bug #6131 (Closed): Ctrl-C handler do not work from exec process (Windows)
Hello,
Originally reported to TheCodeShop group: https://groups.google.com/forum/?fromgroups#!topic/thecodeshop/ZI...
luislavena (Luis Lavena)
09:20 PM Bug #5493: Commit r33357 breaks build on Debian/sparc
Hello,
I can't check this ticket because I have no sparc machine.
Goto-san, could you check it?
r33357 itself ...
mame (Yusuke Endoh)
07:23 PM Bug #5567 (Closed): IO#set_encoding ignores one invalid encoding unless a second argument is passed
This issue was solved with changeset r34986.
Brian, thank you for reporting this issue.
Your contribution to Ruby is ...
nobu (Nobuyoshi Nakada)
04:53 PM Bug #5570: Encoding of environment variables on Windows
On Sun, Mar 11, 2012 at 22:44, Nobuyoshi Nakada <[email protected]> wrote:
>
> Issue #5570 has been updated by No...
now (Nikolai Weibull)
06:44 AM Bug #5570 (Feedback): Encoding of environment variables on Windows
Which codepage should be used there, ACP or OEMCP? nobu (Nobuyoshi Nakada)
12:10 AM Bug #5570: Encoding of environment variables on Windows
Correct,
A example that reproduces the issue:...
luislavena (Luis Lavena)
12:05 AM Bug #5570 (Assigned): Encoding of environment variables on Windows
Ah, you are saying "use Wide API". naruse (Yui NARUSE)
03:17 PM Revision 7f199d12 (git): Add missing assert_warning.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34991 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
03:12 PM Revision 6c698654 (git): * 2012-03-13
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34990 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:12 PM Revision f0f777bc (git): * enumerator.c (enumerable_lazy): added the documenation of Enumerable#lazy.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34989 b2dd03c8-39d4-4d8f-98ff-823fe69b080e shugo (Shugo Maeda)
02:56 PM Bug #5847 (Closed): Old Ruby 1.8 state flag for yield node appears to be unused
This issue was solved with changeset r34984.
Thomas, thank you for reporting this issue.
Your contribution to Ruby is...
nobu (Nobuyoshi Nakada)
01:49 PM Feature #6129: String#each_lineにおけるmemmem()の利用
=begin
確認したい点があります。
* パラグラフモードでも効果があるか
* マルチバイト文字の途中にマッチした場合はどうなるか
また、追加されたコードが既存のコードとかなり重複しているように見えます。
重複を減...
nobu (Nobuyoshi Nakada)
12:54 PM Bug #5833 (Closed): [mingw] trivial patch for thread.c build warning
nobu (Nobuyoshi Nakada)
12:47 PM Bug #5829: /dl/test_cptr.rb Segmentation fault on Ruby 1.9.3 P0
Seems like a bug in the test code. nobu (Nobuyoshi Nakada)
12:44 PM Bug #5473 (Closed): Raise in method_missing causes infinite loop
This issue was solved with changeset r34983.
Peter, thank you for reporting this issue.
Your contribution to Ruby is ...
nobu (Nobuyoshi Nakada)
11:19 AM Revision b681457f (git): * lib/tmpdir.rb (Dir::tmpdir): test the current directory suitable for
temporary directory.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34988 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
akr (Akira Tanaka)
11:09 AM Revision 5e3009aa (git): * lib/fileutils.rb (fu_have_symlink?): specify TypeError for rescue
clause.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34987 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
akr (Akira Tanaka)
10:24 AM Bug #5374 (Feedback): Weird SecurityError with ruby1.9, File.stat/Dir.glob and $SAFE=1
Does this happen with recent versions? nobu (Nobuyoshi Nakada)
10:23 AM Revision 33ceea5c (git): * encoding.c (rb_find_encoding): new function find encoding from
arbitrary object as a pointer to rb_encoding, and return NULL if
not found.
* io.c (io_encoding_set): just warn uns...
nobu (Nobuyoshi Nakada)
10:03 AM Revision c60602ac (git): * vm_method.c (Init_eval_method): respond_to? and
respond_to_missing? are public.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34985 b2dd03c8-39d4-4d8f-98ff-823...
nobu (Nobuyoshi Nakada)
08:21 AM Feature #6130 (Closed): inspect using to_s is pain
Every time I define #to_s on a class I have to remember to also redefine #inspect. It's annoying and has led me to wa... trans (Thomas Sawyer)
06:41 AM Bug #5486 (Feedback): rb_stat() doesn’t respect input encoding
Does this issue still occur? nobu (Nobuyoshi Nakada)
05:56 AM Revision c5feeb9a (git): * node.h (NEW_YIELD), parse.y (new_yield_gen): array-values flags
has been already obsolete. patch by Thomas Enebo.
[ruby-core:41929][Bug #5847]
git-svn-id: svn+ssh://ci.ruby-lang...
nobu (Nobuyoshi Nakada)
03:44 AM Revision a2229db3 (git): * vm_method.c (Init_eval_method): copy basic methods to Exception.
[ruby-core:40287][Bug #5473]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34983 b2dd03c8-39d4-4d8f-98ff-823fe69...
nobu (Nobuyoshi Nakada)
01:13 AM Revision b19f3a8a (git): * eval_jump.c (rb_exec_end_proc): remember the latest exit status.
[ruby-core:43173][Bug #5218]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34982 b2dd03c8-39d4-4d8f-98ff-823fe69...
nobu (Nobuyoshi Nakada)
12:32 AM Revision 90b7ddb8 (git): Exclude json/add/complex.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34981 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)

03/11/2012

11:59 PM Bug #5570: Encoding of environment variables on Windows
On Sun, Mar 11, 2012 at 15:36, Yui NARUSE <[email protected]> wrote:
>
> Issue #5570 has been updated by Yui NAR...
now (Nikolai Weibull)
11:36 PM Bug #5570 (Rejected): Encoding of environment variables on Windows
Ruby uses AreFileApisANSI() ? GetACP() : GetOEMCP() on Windows, not environment variables. naruse (Yui NARUSE)
11:35 PM Feature #6129 (Closed): String#each_lineにおけるmemmem()の利用
memmem()というGNU拡張のライブラリ関数がありますが、string.cのrb_str_each_line()で可能であればこのmemmem()を利用する事を提案します。
次のベンチマークを実行しました。
requi...
Glass_saga (Masaki Matsushita)
10:37 PM Revision 48b5b163 (git): * lib/tmpdir.rb: update document for changing
FileUtils.remove_entry_secure to FileUtils.remove_entry.
* NEWS: add incompatiblity note for lib/tmpdir.rb.
git-s...
akr (Akira Tanaka)
10:36 PM Bug #5846 (Closed): JSON.parse with :object_class causes SEGV
This issue was solved with changeset r34971.
Hiroshi, thank you for reporting this issue.
Your contribution to Ruby i...
naruse (Yui NARUSE)
10:19 PM Revision bcb9e567 (git): * lib/tmpdir.rb (Dir.tmpdir): should not use world-writable but
non-sticky directory.
* lib/tmpdir.rb (Dir.mktmpdir): check the parent directory.
git-svn-id: svn+ssh://ci.ruby-lang...
nobu (Nobuyoshi Nakada)
10:04 PM Revision 42437780 (git): * random.c (Init_Random): removed rb_Random_DEFAULT and register as
mark-object instead of global variable.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34978 b2dd03c8-39d4-4d8f-9...
nobu (Nobuyoshi Nakada)
10:03 PM Revision b87f2fe1 (git): * random.c (random_s_rand): ensure default PRNG is re-initialized
after fork. patched by Eric Wong. [ruby-core:41209][Bug #5661]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3...
nobu (Nobuyoshi Nakada)
09:52 PM Revision 06279f0e (git): * ext/json: properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34976 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
09:48 PM Revision 1100fdfc (git): * lib/fileutils.rb: remove tailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34975 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
06:53 PM Bug #5577 (Assigned): test/testunit/test_parallel.rb causes NoMethodError when file descriptor is limited to 30.
とりあえず根本の原因である worker の起動に失敗したときはエラーメッセージを表示して exit 1 するようにしました。 (r34968)
ただ、(ulimit -n 30; make test-all TESTS='te...
sorah (Sorah Fukumori)
05:28 PM Bug #5577 (Closed): test/testunit/test_parallel.rb causes NoMethodError when file descriptor is limited to 30.
This issue was solved with changeset r34968.
Akira, thank you for reporting this issue.
Your contribution to Ruby is ...
sorah (Sorah Fukumori)
06:36 PM Bug #4044 (Feedback): Regex matching errors when using \W character class and /i option
naruse (Yui NARUSE)
06:29 PM Bug #5684 (Rejected): [[Ruby 1.9:]] Socket doesn't respect default external encoding
naruse (Yui NARUSE)
06:01 PM Bug #6128 (Rejected): Thread#run does not work within signal handler
trap handler (registered block) run on main thread. So Thread#run for main thread doesn't work.
You should use ot...
ko1 (Koichi Sasada)
12:10 PM Bug #6128 (Rejected): Thread#run does not work within signal handler
If I stop Thread.main, calling Thread.main.run in a signal handler does not wake up the main thread.
Please see th...
mperham (Mike Perham)
05:42 PM Revision 966eacca (git): * 2012-03-12
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34974 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:42 PM Revision 199d1fa9 (git): Add missing files of r34971,
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34973 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
05:35 PM Bug #6046 (Third Party's Issue): Berkeley DB dbm_open in libc is called even if --with-dbm-type=gdbm_compat is specified on FreeBSD
田中さんが 3rd party issue で良いといったので,
このチケットは 3rd party issue.
ko1 (Koichi Sasada)
05:27 PM Bug #5939 (Rejected): ActiveSupport::Callbacks で SEGV
では一旦Rejectしておきます。 sorah (Sorah Fukumori)
05:25 PM Bug #5939: ActiveSupport::Callbacks で SEGV
この現象ですが 2/16 に 1.9.3p125 を使うようにしてから現在まで再現はしていません。 hsbt (Hiroshi SHIBATA)
05:26 PM Bug #5932: gc_mark_children で SEGV が発生
#5939 同様に 2/16 以降 1.9.3p125 を使うようにしてから再現していません。 hsbt (Hiroshi SHIBATA)
05:24 PM Bug #5985: miniruby skews "make benchmark" results
I'll change it. ko1 (Koichi Sasada)
05:20 PM Bug #5914 (Rejected): Calling extend with an anonymous module requires use of parentheses
ko1 (Koichi Sasada)
05:18 PM Bug #5882: segfault in miniruby in ruby1.9.3 crosscompile for ARM
Nice "ruby -v".
ko1 (Koichi Sasada)
05:12 PM Bug #5828: Non anonymous classes can't be frozen, cloned and then inspected
Tanaka-san says he found the reason of this issue.
ko1 (Koichi Sasada)
05:08 PM Bug #5780: test/fileutils/test_fileutils.rb:86: [BUG] Segmentation fault
We need ARM maintainer.
Endo-san, could you deliver this issue?
ko1 (Koichi Sasada)
04:57 PM Bug #5703 (Assigned): Ruby 1.9.3p0 segmentation fault (during autoload?)
ko1 (Koichi Sasada)
04:56 PM Bug #5689 (Rejected): class variables inside of instance methods inside of "class_eval"
ko1 (Koichi Sasada)
04:47 PM Bug #5627 (Feedback): [ASYNC BUG] thread_timer: select
ko1 (Koichi Sasada)
04:45 PM Bug #5616 (Assigned): * /lib/net/imap.rb exception in IMAP.new when get_response returns nil
ko1 (Koichi Sasada)
04:41 PM Bug #5544 (Assigned): Lookup scope for class variables in class_eval'd procs changed in 1.9.3
ko1 (Koichi Sasada)
04:40 PM Bug #5538: ruby memory error running minitests
I cannot reproduce this issue.
Please give me the simple way for reproducing.
mrkn (Kenta Murata)
04:38 PM Bug #5527 (Assigned): set_trace_func binding incorrect
Maybe it is implicit incompatibility between 1.8 and 1.9. No one can find out about it.
What should we do on 2.0?
ko1 (Koichi Sasada)
04:36 PM Bug #5708 (Closed): Tempfile.new(pre) with block in test_autoclose
r34129 で修正済みのようですので閉じます。 nagachika (Tomoyuki Chikanaga)
04:34 PM Bug #5519 (Feedback): Enumerator#next skips c-return hooks
ko1 (Koichi Sasada)
04:30 PM Bug #5493 (Assigned): Commit r33357 breaks build on Debian/sparc
ko1 (Koichi Sasada)
04:29 PM Bug #5487 (Assigned): popen3 + timeout regression in ruby 1.9
ko1 (Koichi Sasada)
04:27 PM Bug #5486 (Assigned): rb_stat() doesn’t respect input encoding
ko1 (Koichi Sasada)
04:24 PM Bug #5473 (Assigned): Raise in method_missing causes infinite loop
ko1 (Koichi Sasada)
04:23 PM Bug #5468 (Assigned): IPSocket#valid_v6? in ipaddr.rb contains incorrect regexps
ko1 (Koichi Sasada)
04:20 PM Bug #5449 (Assigned): nested constant opasign not working
ko1 (Koichi Sasada)
04:17 PM Bug #5437: Using fibers leads to huge memory leak
I'll review it later. however, i think it is libc (malloc) issue...
ko1 (Koichi Sasada)
04:15 PM Feature #5431 (Feedback): Check issue with ruby-1.9.3-rc1
ko1 (Koichi Sasada)
04:14 PM Bug #5406 (Assigned): inconsistent odd-length array rejection in Hash[*ary] vs Hash[ary]
ko1 (Koichi Sasada)
04:12 PM Bug #5385 (Feedback): ~/gems/gems/posix-spawn-0.3.6/lib/posix_spawn_ext.bundle: [BUG] Segmentation fault ruby 1.9.2p290 (2011-07-09 revision 32553) [x86_64-darwin11.1.0]
ko1 (Koichi Sasada)
04:05 PM Bug #5368: ensure節でsleepするようなThreadがあるとインタプリタが終了しない
今日,非同期例外の話が出たので,それと交えて考えます.
多分.
ko1 (Koichi Sasada)
03:52 PM Bug #5357 (Assigned): Indentation of nested operators should nest
ko1 (Koichi Sasada)
03:51 PM Bug #5356 (Assigned): Add ? to ruby-operator-re
ko1 (Koichi Sasada)
03:51 PM Bug #5353 (Assigned): TLS v1.0 and less - Attack on CBC mode
ko1 (Koichi Sasada)
03:49 PM Bug #5782 (Closed): File.binwrite doc and hash argument
This issue was solved with changeset r34967.
Marc-Andre, thank you for reporting this issue.
Your contribution to Rub...
sorah (Sorah Fukumori)
03:47 PM Bug #5350 (Assigned): WeakRef で謎の NoMethodError
ko1 (Koichi Sasada)
03:46 PM Bug #5339 (Assigned): ERB generates extra newlines on Windows
ko1 (Koichi Sasada)
03:45 PM Bug #5334 (Assigned): Segmentation fault in InternetExplorer IServiceProvider interface
ko1 (Koichi Sasada)
03:39 PM Bug #5328 (Assigned): Splat args are treated wrongly in instance_exec and class_exec
ko1 (Koichi Sasada)
03:33 PM Bug #5304 (Assigned): Array#pack handles objects for eg format 'E' differently than 1.8
Please discuss with matz.
However, I assign this ticket to Murata-san, because matz will ignore assignment.
Murat...
ko1 (Koichi Sasada)
03:30 PM Bug #5283 (Assigned): クラスオブジェクトの clone に関する質問
ko1 (Koichi Sasada)
03:27 PM Bug #5263 (Assigned): Ruby crash when installing yard-0.7.2 installation
ko1 (Koichi Sasada)
03:27 PM Bug #5249 (Assigned): C の Proc の比較のバグ
ko1 (Koichi Sasada)
03:24 PM Bug #5238 (Assigned): installation failure if --with-sitedir=no or --with-vendordir=no
ko1 (Koichi Sasada)
03:22 PM Bug #5224 (Assigned): Yard seems to be crashing ruby.
ko1 (Koichi Sasada)
03:14 PM Bug #4413 (Rejected): Segmentation fault when using deliver for GMAIL SMTP
Rejecting because we have no feedback. sorah (Sorah Fukumori)
03:14 PM Bug #4820 (Rejected): EXC_CRASH (SIGABRT)
Rejecting because we have no feedback. sorah (Sorah Fukumori)
03:14 PM Bug #4912 (Rejected): Segmentation fault while HTTPS request
Rejecting because we have no feedback. sorah (Sorah Fukumori)
03:07 PM Bug #953: 深い入れ子の配列の取り扱いで落ちる
頑張ります. ko1 (Koichi Sasada)
02:59 PM Revision b7df3e9f (git): * pack.c (pack_unpack): when unpack('M') occurs an illegal byte
sequence, output the "=" character and the following character in
the decoded data without any transformation.
[r...
naruse (Yui NARUSE)
01:36 PM Revision 4d8d3184 (git): * ext/json: Merge 164a75c8bd2007d32c4d7665d53140d8fc126dcd.
[ruby-core:41917] [Bug #5846]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34971 b2dd03c8-39d4-4d8f-98ff-823fe6...
naruse (Yui NARUSE)
12:59 PM Revision 9d9ab5a3 (git): * ChangeLog: fix a typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34970 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nagachika (Tomoyuki Chikanaga)
10:23 AM Feature #6126: Introduce yes/no constants aliases for true/false
Hi,

(12/03/11 6:03), Yusuke Endoh wrote:
> I really hate the names "true" and "false" for another reason:
>...
nobu (Nobuyoshi Nakada)
06:23 AM Feature #6126: Introduce yes/no constants aliases for true/false
Off topic.

I really hate the names "true" and "false" for another reason:
their length should be equal. For ...
mame (Yusuke Endoh)
08:38 AM Revision cfbdbd9b (git): * ChangeLog: fix a typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34969 b2dd03c8-39d4-4d8f-98ff-823fe69b080e sorah (Sorah Fukumori)
08:28 AM Revision 42b1df08 (git): * lib/test/unit.rb: Put error message into STDERR if failed to lanch
worker (job) process. [ruby-dev:44802] [Bug #5577]
* lib/test/unit/parallel.rb: If failed to increment_io, exit with...
sorah (Sorah Fukumori)
06:49 AM Revision 605f4bae (git): * io.c: fix rdoc of `IO.binwrite` to show same as `IO.write` except
it opens file with mode "wb:ASCII-8BIT". [Bug #5782] [ruby-core:42592]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/t...
sorah (Sorah Fukumori)
05:53 AM Revision 290f7cd7 (git): * 2012-03-11
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34966 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
05:53 AM Revision ed924d2f (git): cosmetic change.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34965 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)

03/10/2012

09:40 PM Feature #6126 (Rejected): Introduce yes/no constants aliases for true/false
ujihisa (Tatsuhiro Ujihisa)
03:37 PM Feature #6126: Introduce yes/no constants aliases for true/false
@Dave wow, you win.
I just was jealous to this obj-c thing.
Anybody pls close the issue
homakov (Egor Homakov)
02:00 PM Feature #6126: Introduce yes/no constants aliases for true/false

#- You can please yourself in your own programs by
#- adding a couple of lines at the top.
#==================...
daz (Dave B)
01:20 PM Feature #6126: Introduce yes/no constants aliases for true/false
Egor Homakov wrote:
> 2. do you like it?
false
nobu (Nobuyoshi Nakada)
09:20 AM Feature #6126: Introduce yes/no constants aliases for true/false
@ujihisa hrm.. Are you trying to inject english grammar in the logic? And, What is wrong with
"Didn't you eat sushi?"...
homakov (Egor Homakov)
08:53 AM Feature #6126: Introduce yes/no constants aliases for true/false
I don't agree with the suggestion.
yes = either true or false
"Did you eat sushi?": "Yes I did" = true
"Didn't...
ujihisa (Tatsuhiro Ujihisa)
08:39 AM Feature #6126: Introduce yes/no constants aliases for true/false
It is good point but would you consider it like if/unless? they do same job but used in proper places.
p 1 if yes
p...
homakov (Egor Homakov)
08:32 AM Feature #6126: Introduce yes/no constants aliases for true/false
New aliases lead to more code mess and mixing yes/no and true/false styles. Newbies would get only more confused seei... greyblake (Sergey Potapov)
07:00 AM Feature #6126: Introduce yes/no constants aliases for true/false
@sebastian Yes they are for programmers. And there were no need for C/C++/... because assembler commands were very we... homakov (Egor Homakov)
06:42 AM Feature #6126: Introduce yes/no constants aliases for true/false
That wasn't offense at all. There was a hype on Twitter about your Borat-like sentences (which were treated positive ... burnhype (Sebastian Sito)
06:21 AM Feature #6126: Introduce yes/no constants aliases for true/false
References:
http://www.otierney.net/objective-c.html
it's common practice to define constants YES Yes in all lang...
homakov (Egor Homakov)
05:57 AM Feature #6126: Introduce yes/no constants aliases for true/false
@sebastian will you forgive me if I ask you to align topic? homakov (Egor Homakov)
05:45 AM Feature #6126: Introduce yes/no constants aliases for true/false
Considering your poor english I'm able to belive that you are not joking. burnhype (Sebastian Sito)
05:29 AM Feature #6126 (Rejected): Introduce yes/no constants aliases for true/false
I propose to have predefined constants of TrueClass and FalseClass - yes/no accordingly.
Benefits:
1. 'truefalse'.s...
homakov (Egor Homakov)
02:52 PM Revision 3007acfb (git): * st.c: pack tables also generic keys. patched by Sokolov Yura at
https://github.com/ruby/ruby/pull/84
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34964 b2dd03c8-39d4-4d8f-98f...
nobu (Nobuyoshi Nakada)
02:52 PM Revision a73d958c (git): * st.c: add st_foreach_check for fixing iteration over packed table
and st_delete_safe. patched by Sokolov Yura at
https://github.com/ruby/ruby/pull/84
git-svn-id: svn+ssh://ci.rub...
nobu (Nobuyoshi Nakada)
02:52 PM Revision efae6194 (git): * st.c: fix packed num_entries on delete_safe. patched by Sokolov
Yura at https://github.com/ruby/ruby/pull/84
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34962 b2dd03c8-39d4-...
nobu (Nobuyoshi Nakada)
01:33 PM Revision 0934e6c0 (git): * enumerator.c: remove trailing space.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34961 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ktsj (Kazuki Tsujimoto)
02:17 AM Bug #5973: Bus Error in simple project requiring YARD
Gabriel Gilder wrote:
> Sorry for the delay, I did not receive any email notification of an update on this thread.
...
naruse (Yui NARUSE)
12:02 AM Feature #4514: #deep_clone and #deep_dup for Objects
Marc-Andre Lafortune wrote:
> Shyouhei Urabe wrote:
> > * It is not always obvious what a "deep" copy is. For inst...
kstephens (Kurt Stephens)

03/09/2012

07:21 PM Revision c7c91247 (git): typo fix.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34960 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
06:54 PM Revision 05630f51 (git): * 2012-03-10
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34959 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
06:54 PM Revision 4dbafb0d (git): update doc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34958 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
08:20 AM Feature #5096: offer Logger-compatibility for syslog ext
Ugh, I meant "Syslog::Logger comment" drbrain (Eric Hodel)
08:19 AM Feature #5096: offer Logger-compatibility for syslog ext
I think the implementation is fine, but the Syslog::Logger constant should be updated since the name was changed.
...
drbrain (Eric Hodel)
07:24 AM Feature #5096: offer Logger-compatibility for syslog ext
I've attached a patch. It imports sysloglogger as Syslog::Logger. Syslog::Logger is a logger that logs to Syslog, b... tenderlovemaking (Aaron Patterson)
06:21 AM Bug #5978 (Closed): YAML.load_stream should process documents as they are read
This issue was solved with changeset r34953.
Thomas, thank you for reporting this issue.
Your contribution to Ruby is...
tenderlovemaking (Aaron Patterson)
05:52 AM Revision 3c45e3f1 (git): Rescue even if it test_readpartial_locktmp RuntimeError. [Bug#6099]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34957 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
05:34 AM Revision a21d0f72 (git): * enumerator.c (lazy_flat_map): add Enumerable::Lazy#flat_map.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34956 b2dd03c8-39d4-4d8f-98ff-823fe69b080e shugo (Shugo Maeda)
02:14 AM Feature #4514: #deep_clone and #deep_dup for Objects
Hi,
Shyouhei Urabe wrote:
> * It is not always obvious what a "deep" copy is. For instance it is very hard to de...
marcandre (Marc-Andre Lafortune)
01:13 AM Revision 5452b18f (git): * test/ruby/test_lazy_enumerator.rb: tests for r34951 and r34952.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34955 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
12:30 AM Feature #4890 (Closed): Enumerable#lazy
This issue was solved with changeset r34951.
Yutaka, thank you for reporting this issue.
Your contribution to Ruby is...
nobu (Nobuyoshi Nakada)

03/08/2012

09:31 PM Revision 240c9acb (git): * ext/psych/lib/psych.rb (load, parse): stop parsing or loading after
the first document has been parsed.
* test/psych/test_stream.rb: pertinent tests.
git-svn-id: svn+ssh://ci.ruby-lan...
tenderlovemaking (Aaron Patterson)
09:21 PM Revision a2e3de1b (git): * ext/psych/lib/psych.rb (parse_stream, load_stream): if a block is
given, documents will be yielded to the block as they are parsed.
[ruby-core:42404] [Bug #5978]
* ext/psych/lib/ps...
tenderlovemaking (Aaron Patterson)
07:50 PM Bug #6125 (Feedback): Exception Report
We need more information on the origin of this exception. The more code you provide that recreates the crash the bett... luislavena (Luis Lavena)
05:32 PM Bug #6125 (Rejected): Exception Report
问题签名:
问题事件名称: APPCRASH
应用程序名: ruby.exe
应用程序版本: 1.9.3.125
应用程序时间戳: 4f3d0330
故障模块名称: msvcrt-ruby191.dll
...
mghomn (Justin Peal)
07:09 PM Feature #4514: #deep_clone and #deep_dup for Objects
Some thoughts
* #deep_merge is a Rails method. If you only need Arrays + Hashs to be deep_dup'able, chances are t...
shyouhei (Shyouhei Urabe)
06:35 PM Feature #4514: #deep_clone and #deep_dup for Objects
No one wants to add anything? wardrop (Tom Wardrop)
07:04 PM Feature #5481: Gemifying Ruby standard library
Vit Ondruch wrote:
> Eric Hodel wrote:
> > =begin
> > > While I like your proposal, I really don't see point, why ...
vo.x (Vit Ondruch)
04:23 PM Feature #5481: Gemifying Ruby standard library
Eric Hodel wrote:
> =begin
> > While I like your proposal, I really don't see point, why it should be disabled to u...
vo.x (Vit Ondruch)
11:16 AM Feature #5481: Gemifying Ruby standard library
Just let it follow URL change. nahi (Hiroshi Nakamura)
06:50 PM Feature #6096: Parser tweak - curly braces followed by a coma...
I agree, that would be nice, especially given that it would work the other way around, e.g. assert_equal do_stuff, {}... wardrop (Tom Wardrop)
05:02 PM Bug #5973: Bus Error in simple project requiring YARD
Sorry for the delay, I did not receive any email notification of an update on this thread.
I've just tried with ru...
ggilder (Gabriel Gilder)
04:34 PM Bug #6124: remove the "spec-only gems" in Ruby 1.9.3 (was What is the purpose of "fake" gems in Ruby)
Hiroshi Nakamura wrote:
> I wrote some existing issues of "fake gem" at https://bugs.ruby-lang.org/issues/5481#note-...
vo.x (Vit Ondruch)
11:14 AM Bug #6124: remove the "spec-only gems" in Ruby 1.9.3 (was What is the purpose of "fake" gems in Ruby)
I wrote some existing issues of "fake gem" at https://bugs.ruby-lang.org/issues/5481#note-1 which is excerpted from h... nahi (Hiroshi Nakamura)
08:19 AM Bug #6124: remove the "spec-only gems" in Ruby 1.9.3 (was What is the purpose of "fake" gems in Ruby)
Just for comparison, I did the same for Arel, but I'm sure you can use other non-bundled gems:
C:\>gem list | fi...
vo.x (Vit Ondruch)
08:17 AM Bug #6124: remove the "spec-only gems" in Ruby 1.9.3 (was What is the purpose of "fake" gems in Ruby)
Let's take json for example:
C:\>gem list | find "json"
json (1.6.3, 1.5.4)
C:\>ruby -rjson -e "puts JSON::VER...
vo.x (Vit Ondruch)
07:53 AM Bug #6124: remove the "spec-only gems" in Ruby 1.9.3 (was What is the purpose of "fake" gems in Ruby)
On Thu, Mar 08, 2012 at 05:38:05AM +0900, Vit Ondruch wrote:
>
> Issue #6124 has been updated by Vit Ondruch.
> ...
Anonymous
05:42 AM Bug #6124: remove the "spec-only gems" in Ruby 1.9.3 (was What is the purpose of "fake" gems in Ruby)
Anonymní wrote:
> On Wed, Mar 07, 2012 at 10:50:51PM +0900, Vit Ondruch wrote:
> >
> > Issue #6124 has been rep...
vo.x (Vit Ondruch)
05:38 AM Bug #6124: remove the "spec-only gems" in Ruby 1.9.3 (was What is the purpose of "fake" gems in Ruby)
Yes, the availability of gems in stdlib loadpath is wrong, since everything what is in loadpath is loaded prior gems.... vo.x (Vit Ondruch)
01:53 AM Bug #6124: remove the "spec-only gems" in Ruby 1.9.3 (was What is the purpose of "fake" gems in Ruby)
On Wed, Mar 07, 2012 at 10:50:51PM +0900, Vit Ondruch wrote:
>
> Issue #6124 has been reported by Vit Ondruch.
>...
Anonymous
03:35 PM Revision e7d4e659 (git): * enumerator.c (lazy_initialize, enumerable_lazy): no additional
arguments.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34952 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
03:30 PM Revision 0b2c4f43 (git): * enumerator.c: add Enumerable#lazy. based on the patch by
Innokenty Mikhailov at <https://github.com/ruby/ruby/pull/101>
[ruby-core:37164] [Feature #4890]
git-svn-id: svn+...
nobu (Nobuyoshi Nakada)
03:26 PM Revision e1606102 (git): * enumerator.c (enumerator_each, generator_each): pass arguments to
the block with yielder.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34950 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
03:25 PM Revision 0aa05d97 (git): * 2012-03-09
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34949 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:25 PM Revision e78ff089 (git): * array.c (rb_ary_cat): new function to concat objects into array.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34948 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
02:34 PM Bug #6122: OpenSSL::PKCS7 verify
# not_after can not later than 2038-01-19 11:14:07
require 'OpenSSL'
class Rsa
attr_reader :key, :cert
...
mghomn (Justin Peal)
07:44 AM Revision 729e66b3 (git): * 2012-03-08
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34947 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
07:44 AM Revision eec65961 (git): * .gdbinit (rb_numtable_entry): update for recent refactoring of
st_table.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34946 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)

03/07/2012

10:51 PM Bug #6123: Properly gemify BigDecimal
Happily: #6124
Thank you.
vo.x (Vit Ondruch)
10:42 PM Bug #6123: Properly gemify BigDecimal
Vit Ondruch wrote:
> Could you please enlighten me what is the purpose of fake gem then? Even if you install updated...
naruse (Yui NARUSE)
10:27 PM Bug #6123: Properly gemify BigDecimal
Could you please enlighten me what is the purpose of fake gem then? Even if you install updated BigDecimal from rubyg... vo.x (Vit Ondruch)
10:15 PM Bug #6123 (Rejected): Properly gemify BigDecimal
This is not only for bigdecimal but also io-console, json, minitest, psych, rake, and rdoc.
It is because they are n...
naruse (Yui NARUSE)
10:06 PM Bug #6123: Properly gemify BigDecimal
Please note that I picked the BigDecimal just randomly. It applies to all other "gems" which are currently bundled in... vo.x (Vit Ondruch)
10:05 PM Bug #6123: Properly gemify BigDecimal
Better to say, the expected behavior is:
$ ruby --disable-gems -e "puts require('bigdecimal')"
-e:1:in `require':...
vo.x (Vit Ondruch)
10:02 PM Bug #6123 (Rejected): Properly gemify BigDecimal
BigDecimal is available as a gem, however, the version in Ruby is crippled. It just tries to mimic gems, but it is no... vo.x (Vit Ondruch)
10:50 PM Bug #6124 (Closed): remove the "spec-only gems" in Ruby 1.9.3 (was What is the purpose of "fake" gems in Ruby)
As I tried to point out in #6123, the "fake" gems which are distributed with Ruby breaks user's expectations. The fol... vo.x (Vit Ondruch)
10:37 PM Bug #6120: Float and BigDecimal bug in remainder in corner cases
Ruby's math should portably follow SuS. [ruby-core:28206]
You can fix it for Float/Math if it is obviously wrong and...
naruse (Yui NARUSE)
02:51 PM Bug #6120 (Closed): Float and BigDecimal bug in remainder in corner cases
Currently:
4.2.remainder(+Float::INFINITY) # => 4.2, ok
4.2.remainder(-Float::INFINITY) # => NaN, should ...
marcandre (Marc-Andre Lafortune)
10:25 PM Bug #6121 (Assigned): [[Ruby 1.9:]] Etc.sysconfdir hides sysconfdir on windows
naruse (Yui NARUSE)
03:16 PM Bug #6121 (Closed): [[Ruby 1.9:]] Etc.sysconfdir hides sysconfdir on windows
While checking on this issue https://gist.github.com/1981223 I found out that Etc.sysconfdir is inconsistently behavi... mpapis (Michal Papis)
08:10 PM Bug #6122 (Closed): OpenSSL::PKCS7 verify
# not_after can not later than 2038-01-19 11:14:07
# verify can pass wrong certificate
require 'OpenSSL'
class...
mghomn (Justin Peal)
01:45 PM Revision 0c8ae916 (git): * lib/xmlrpc/client.rb (module XMLRPC): fix typo.
* test/xmlrpc/test_client.rb (test_async_call): add test for
XMLRPC::Client#call_async to check above fix.
git-svn...
nagachika (Tomoyuki Chikanaga)
11:10 AM Feature #5922: Migrate equal? to identical?
=begin
The name of #equal? is part of a pattern.
In Common Lisp:
(eq a b) ; most strict
(eql a b)
(equ...
kernigh (George Koehler)
10:49 AM Bug #6099 (Assigned): [BUG] probable buffer overflow
Masaki Matsushita wrote:
> IO#readpartialにも同様の問題があるようです。
>
> require "fcntl"
>
> r, w = IO.pipe
> r.fcntl...
naruse (Yui NARUSE)
10:13 AM Bug #5429: 64ビットなFreeBSDのioctlでビット31が1なリクエストの時の不具合
たいして長くないので添付じゃなくインラインにしますが、
SNDCTL_DSP_SPEED = 0xc0045002 - 0x1_0000_0000
SNDCTL_DSP_STEREO = 0xc0045003 - 0x1_...
metanest (Makoto Kishimoto)
08:41 AM Feature #5221 (Closed): LoadEerror#path
Applied in r34938 tenderlovemaking (Aaron Patterson)
08:21 AM Feature #5221: LoadEerror#path
I agree. matz (Yukihiro Matsumoto)
08:30 AM Feature #3090 (Closed): xml-rpc support for i8 data type
This issue was solved with changeset r34936.
Stas, thank you for reporting this issue.
Your contribution to Ruby is g...
tenderlovemaking (Aaron Patterson)
08:26 AM Feature #5096: offer Logger-compatibility for syslog ext
The repository is here: https://github.com/seattlerb/sysloglogger
I will attach a patch to this issue soon.
drbrain (Eric Hodel)
08:22 AM Bug #5354 (Closed): Module#remove_const documentation is confusing
Fixed by Nobu in r29519. Thanks for reporting this issue. marcandre (Marc-Andre Lafortune)
08:07 AM Bug #5324 (Closed): Bug in CreateChild in win32.c
Duplicate of #5325 marcandre (Marc-Andre Lafortune)
08:07 AM Bug #5323 (Closed): Bug in CreateChild in win32.c
Duplicate of #5325 marcandre (Marc-Andre Lafortune)
07:45 AM Bug #5660 (Closed): xmlrpc/client.rb issue
This issue was solved with changeset r34935.
Nathan, thank you for reporting this issue.
Your contribution to Ruby is...
tenderlovemaking (Aaron Patterson)
07:43 AM Bug #5252 (Closed): Segmentation Fault
Closing this, as apparently due to faulty proprietary C extension. marcandre (Marc-Andre Lafortune)
07:30 AM Revision 075d98c7 (git): * error.c (rb_load_fail): should honor encoding.
* load.c (load_failed): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34944 b2dd03c8-39d4-4d8f-98ff-823fe...
nobu (Nobuyoshi Nakada)
05:33 AM Bug #6119: Usage of CPPFLAGS during configure result in duplicated values for RbConfig CPPFLAGS information
I bet $CPPFLAGS and $cppflags are doing a two step. See if you have something similar to the following (from trunk) i... jonforums (Jon Forums)
04:22 AM Bug #6119 (Closed): Usage of CPPFLAGS during configure result in duplicated values for RbConfig CPPFLAGS information
When attempted to use FD_SETSIZE preprocesor definition under Windows to increase number of file descriptions, found ... luislavena (Luis Lavena)
05:22 AM Revision 8e07edf3 (git): * load.c (load_failed): no need to guard fname, it's stored in the exception to be raised.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34943 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
03:38 AM Revision 81809e27 (git): * ChangeLog: commit miss.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34942 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
03:26 AM Revision 72de92d1 (git): rb_load_fail
* error.c (rb_load_fail): use path as a string, not char*.
* internal.h: (rb_load_fail): moved from ruby/intern.h.
* ...
nobu (Nobuyoshi Nakada)
01:28 AM Revision 293249fb (git): * test/xmlrpc/data/blog.xml: property.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34940 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)

03/06/2012

11:49 PM Revision a555b762 (git): updating changelog with ruby-core number
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34939 b2dd03c8-39d4-4d8f-98ff-823fe69b080e tenderlovemaking (Aaron Patterson)
11:38 PM Revision d576a25c (git): * error.c (rb_loaderror_with_path): Adding the missing file as an
instance variable to the LoadError exception.
* load.c: call rb_loaderror_with_path so that the missing path is
ad...
tenderlovemaking (Aaron Patterson)
11:30 PM Revision c95cfa0a (git): use factory method for constructing Net::HTTP objects
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34937 b2dd03c8-39d4-4d8f-98ff-823fe69b080e tenderlovemaking (Aaron Patterson)
11:30 PM Revision ce2f6986 (git): * lib/xmlrpc/parser.rb: support i8 types. Thanks Stas Kelvich!
[ruby-core:29246] [Feature #3090]
* test/xmlrpc/test_client.rb: supporting test
git-svn-id: svn+ssh://ci.ruby-lang....
tenderlovemaking (Aaron Patterson)
10:45 PM Revision 9e9264c8 (git): * lib/xmlrpc/client.rb: assume servers that do not send a Content-Type
header are sending 'text/xml'. Thanks Nathan Leavitt!
[ruby-core:41204] [Bug #5660]
* test/xmlrpc/test_client.rb: ...
tenderlovemaking (Aaron Patterson)
10:40 PM Revision 8029539d (git): * 2012-03-07
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34934 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
10:40 PM Revision 1ac1163f (git): * test/xmlrpc/test_client.rb: adding a test for performing an XMLRPC
call.
* test/xmlrpc/data/blog.xml: supporting XML document for the response.
git-svn-id: svn+ssh://ci.ruby-lang.org/...
tenderlovemaking (Aaron Patterson)
10:40 PM Bug #5626 (Closed): io/console: Cannot disable raw mode
nobu (Nobuyoshi Nakada)
05:55 PM Feature #6118 (Feedback): Hash#keys_of(values), returns related keys of given values
Hash#key(value) の複数版がほしいです。
{a: 1, b: 2, c: 3, d: 1}.key(1)
=> :a
というメソッドはあるのですが、
{a: 1, b: 2, c: 3, d: 1}.keys...
naruse (Yui NARUSE)
04:19 PM Bug #4525 (Closed): Exponential performance when summing Enumerable
Hi,
Ivo Wever wrote:
> When you sum an Enumerable (using .inject(:+) or in a more verbose fashion), 1.8.7 and 1.9...
marcandre (Marc-Andre Lafortune)
04:18 PM Bug #6117 (Closed): Transfers allowed into Fibers that have resumed into other fibers
Consider the following code:
```ruby
require 'fiber'
def foo
order = []
main_fiber = Fiber.curr...
loganb (Logan Bowers)
02:48 PM Bug #2788: nil.instance_eval pushes nil onto cref
test-all also points out that `@@class_level_variable` would then refer to `NilClass`/`FalseClass`/`TrueClass`'s clas... marcandre (Marc-Andre Lafortune)
02:27 PM Bug #2788: nil.instance_eval pushes nil onto cref
Behavior is intended, as per tests in bootstraptest/test_eval.rb and [ruby-core:16808], but I'm don't think it's the ... marcandre (Marc-Andre Lafortune)
01:46 PM Feature #4234: Hash#default_proc= Doesn't Accept nil Argument
Changing this to 'feature'.
I'm in favor of this change, with a small change to the doc. The interface should be r...
marcandre (Marc-Andre Lafortune)
01:32 PM Bug #3844 (Closed): Kernel.methods(false) not documented
Fixed in r33939. Thank you for reporting this issue. marcandre (Marc-Andre Lafortune)
01:20 PM Feature #6079 (Rejected): Hash#each_sorted
Closing as no implementation can improve on simple `sort.each`. marcandre (Marc-Andre Lafortune)
01:09 PM Bug #6106 (Closed): Ruby documentation ambiguous about mixed sign ranges in indexes
This issue was solved with changeset r34927.
Perry, thank you for reporting this issue.
Your contribution to Ruby is ...
marcandre (Marc-Andre Lafortune)
10:11 AM Bug #6116 (Closed): IO#raw {|io| ...} で文字入力がエコーバックしない
This issue was solved with changeset r34917.
Sho, thank you for reporting this issue.
Your contribution to Ruby is gr...
nobu (Nobuyoshi Nakada)
09:56 AM Revision f4cda1e5 (git): merge revision(s) 33251,33259,33424:
* lib/test/unit/assertions.rb (assert_send): make arguments in
the default message clearer.
* lib/...
nobu (Nobuyoshi Nakada)
09:47 AM Revision 2fbc01fb (git): Fix typo.
reported by Nobuhiro IMAI.$
https://twitter.com/no6v/status/176959588531314688
git-svn-id: svn+ssh://ci.ruby-lang.or...
naruse (Yui NARUSE)
09:44 AM Revision f35fa238 (git): Comment out unused lines.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34930 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
07:24 AM Revision bc6dde94 (git): * parse.y (parser_tokadd_string): escape simple regexp meta
character termninators.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34929 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
04:11 AM Revision a872bd3d (git): merge revision(s) 34927:
* string.c (rb_str_aref): Improve rdoc, as per [bug #6106]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby...
Marc-Andre Lafortune
04:09 AM Revision 8a4de7ab (git): * string.c (rb_str_aref): Improve rdoc, as per [bug #6106]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34927 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Marc-Andre Lafortune
03:48 AM Revision 4257124d (git): merge revision(s) 34917:
* ext/io/console/console.c (set_rawmode): clear ECHOE and ECHOK
bits too.
* ext/io/console/console...
nobu (Nobuyoshi Nakada)
03:40 AM Revision 9f8a7d00 (git): merge revision(s) 33786:
* ext/io/console/console.c (console_raw, console_set_raw)
(console_getch): optional parameters. [EXPERIMEN...
nobu (Nobuyoshi Nakada)
03:39 AM Revision 7a208f4b (git): merge revision(s) 33785:
* ext/io/console/console.c (console_cooked, console_set_cooked):
new methods to reset cooked mode. [EXPERI...
nobu (Nobuyoshi Nakada)
03:32 AM Revision c7495f99 (git): merge revision(s) 34376:
* ext/io/console/console.c (io_getch): default delegating method
for StringIO. https://github.com/nobu/io-...
nobu (Nobuyoshi Nakada)
03:31 AM Revision 9ca160c1 (git): merge revision(s) 33172,33968:
* ext/io/console/console.c (console_set_winsize): remove
unused variable.
* io.c (Init_IO): Mention io/con...
nobu (Nobuyoshi Nakada)
03:27 AM Revision 0c493edc (git): merge revision(s) 32747:
* remove unused variables.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34921 b2dd03c8-39d4-4d8f-...
nobu (Nobuyoshi Nakada)
03:06 AM Revision acc55c25 (git): merge revision(s) 34919:
* lib/yaml/rubytypes.rb (Exception.yaml_new): fix bug that causes
YAML serialization problem for Exception....
nobu (Nobuyoshi Nakada)
03:03 AM Revision 383ad674 (git): merge revision(s) 34908:
* lib/yaml/rubytypes.rb (Exception.yaml_new): fix bug that causes
YAML serialization problem for Exception....
nobu (Nobuyoshi Nakada)
02:43 AM Revision 0496299e (git): merge revision(s) 34908:
* ext/syck/lib/syck/rubytypes.rb (Exception.yaml_new): fix bug
that causes YAML serialization problem for E...
nobu (Nobuyoshi Nakada)
01:34 AM Bug #6115 (Closed): A block after the do-block without parenthesis
This issue was solved with changeset r34913.
Nobuyoshi, thank you for reporting this issue.
Your contribution to Ruby...
nobu (Nobuyoshi Nakada)
01:11 AM Revision dd9569de (git): * ext/io/console/console.c (set_rawmode): clear ECHOE and ECHOK
bits too.
* ext/io/console/console.c (echo_p): ignore ECHOE and ECHOK bits.
[ruby-dev:45309] [Bug #6116]
* ext/io/c...
nobu (Nobuyoshi Nakada)
12:52 AM Feature #5583: Optionally typing
Hi,
Koichi Sasada wrote:
> Shugo Maeda wrote:
> > I prefer method annotations to special syntax.
>
> Me too....
shugo (Shugo Maeda)
12:09 AM Bug #6067: Conditional assignment of a nested constant raises a SyntaxError
One would think it would evaluate similar to:
(A::X = 1 if ! defined? A::X or A::X.nil? ; A::X)
For compariso...
steakknife (Barry Allard)
 

Also available in: Atom