Project

General

Profile

Activity

From 08/16/2012 to 08/22/2012

08/22/2012

07:47 PM Bug #6902 (Closed): Ruby DateTime Documentation Errata
tadf (tadayoshi funaba)
06:23 AM Bug #6902 (Closed): Ruby DateTime Documentation Errata
DateTime documentation has a slight error.
See http://www.ruby-doc.org/stdlib-1.9.3/libdoc/date/rdoc/DateTime.html
The documents lists this expression and it's corresponding value:
DateTime.new(2001,2,3,4,5,6,'+03:00')
...
tobiasoleary (Tobias O'Leary)
07:43 PM Bug #6885 (Closed): Unexpected behaviour of DateTime.parse (this issue can be reproduced in Ruby 1.8/1.9 as well) 英語で書いてるけど日本語も分かります。
tadf (tadayoshi funaba)
05:43 PM Revision 5571c731 (git): * ext/syck: removed. Fixes [ruby-core:43360]
* test/syck: removed.
* lib/yaml.rb: only require psych, show a warning if people try to set
the engine to syck.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36786 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
tenderlovemaking (Aaron Patterson)
04:51 PM Revision b8910f37 (git): * 2012-08-23
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36785 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:51 PM Revision 51a41dd0 (git): * insns.def: search up the cf stack for an object that is an instance
of the recipient class. Fixes [ruby-core:47186]
* test/ruby/test_super.rb: related test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36784 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
tenderlovemaking (Aaron Patterson)
03:00 PM Bug #6903 (Third Party's Issue): [[Ruby 1.9:]] --enable-load-relative broken on systems with /lib64
Thank you, then your version of ruby is patched but not plain.
Your patch seems reverting the unofficial (and probably incomplete) modification, so it cannot merge.
nobu (Nobuyoshi Nakada)
12:21 PM Bug #6903: [[Ruby 1.9:]] --enable-load-relative broken on systems with /lib64
=begin
lib64 is the default path for installing libraries on my system, I guess #6207 is related in this manner (other libraries also install to /lib64).
I can find all ruby libraries/code in /lib64, /lib is empty.
I also get the ...
mpapis (Michal Papis)
11:37 AM Bug #6903 (Feedback): [[Ruby 1.9:]] --enable-load-relative broken on systems with /lib64
Where does that `lib64` in RUBYLIB come from?
And your patch seems reversed.
nobu (Nobuyoshi Nakada)
11:16 AM Bug #6903 (Closed): [[Ruby 1.9:]] --enable-load-relative broken on systems with /lib64
=begin
Trying to build ruby with `--enable-load-relative` on system where libraries are by default stored in lib64.
This leads to this error on most ruby operations, with minimal example `ruby -e 'p :a'`:
<internal:gem_prelude...
mpapis (Michal Papis)
02:53 PM Bug #6901: SEGV with tail call optimization
前田です。

2012年8月22日 14:27 SASADA Koichi <ko1@atdot.net>:
> (2012/08/22 11:46), shugo (Shugo Maeda) wrote:
>> とりあえず、現在のフレームにVM_FRAME_FLAG_FINISHフラグが立っていたら
>> VM_CALL_TAILCALL_BITが立っている時でもpopしないようにしたところ、
>> SEGVが発生しなくなりましたが、問題ない...
shugo (Shugo Maeda)
11:46 AM Bug #6901: SEGV with tail call optimization
shugo (Shugo Maeda) wrote:
> * vm_insnhelper.c (vm_setup_method): should not enable tail call
> ...
とりあえず、現在のフレームにVM_FRAME_FLAG_FINISHフラグが立っていたら
VM_CALL_TAILCALL_BITが立っている時でもpopしないようにしたところ、
SEGVが発生しなくなりましたが、問題ないでしょうか? > ささださん
shugo (Shugo Maeda)
11:25 AM Bug #6901 (Closed): SEGV with tail call optimization
This issue was solved with changeset r36771.
Shugo, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
* vm_insnhelper.c (vm_setup_method): should not enable tail call...
shugo (Shugo Maeda)
02:53 PM Feature #6895: TracePoint API
(2012/08/21 6:11), trans (Thomas Sawyer) wrote:
> Can we use TracePoint.new to get instance that is not automatically active? eg.
>
> tracer = TracePoint.new{ |tp| ... }
> tracer.trace

Another idea:

tracer = Tra...
ko1 (Koichi Sasada)
02:12 PM Feature #6895 (Closed): TracePoint API
This issue was solved with changeset r36773.
Koichi, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
* vm_trace.c: support TracePoint. [ruby-trunk - Feature #6895]
...
ko1 (Koichi Sasada)
11:52 AM Feature #6875: Make test/unit default gem
手元では↓のようにパスしました。私がコミットすればよいですか?他にまだ何か確認しますか?
# Running tests:
[ 9418/11373] TestRubyMode::TestIndent#test_singleton_class = 0.00 s
1) Skipped:
test_singleton_class(TestRubyMode::TestIndent) [/home/kou/work/ruby/ruby...
kou (Kouhei Sutou)
09:55 AM Feature #6875: Make test/unit default gem
test-all が通って、特にほかに問題がなければ入れちゃって良いと思います sorah (Sorah Fukumori)
11:44 AM Bug #6904 (Closed): make -j all fails (sometimes)
make -jは現在まともに動いていません。
http://travis-ci.org/#!/ruby/ruby/jobs/2194633
> cp: cp: cp: cannot create regular file `../../.ext/common/openssl'cannot create regular file `../../.ext/common/openssl': File exists: File existscannot create r...
shyouhei (Shyouhei Urabe)
11:42 AM Bug #6867 (Assigned): super in a Mutex#synchronize block
tenderlovemaking (Aaron Patterson) wrote:
> Shugo - do you have a better fix for this, or may I apply this patch?
I haven't come up with a better solution. Could you apply the patch?
shugo (Shugo Maeda)
10:47 AM Revision c0692469 (git): * ext/date/date_core.c: [ruby-core:47266].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36783 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Tadayoshi Funaba
10:42 AM Revision 280681f4 (git): * ext/date/date_core.c: [ruby-core:47226].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36782 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Tadayoshi Funaba
10:14 AM Bug #6873 (Closed): Failed to build ruby for NaCl i686 version
This issue was solved with changeset r36769.
Ayaka, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
* nacl/pepper_main.c (init_loadpath): Pushes the correct load pa...
yugui (Yuki Sonoda)
08:04 AM Revision 69d6a825 (git): lib/mkmf.rb: ruby_headers
* ChangeLog: add missed description of ruby_headers.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36781 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
07:57 AM Revision 4b448d36 (git): lib/mkmf.rb: ruby_headers
* lib/mkmf.rb (configuration): extact least ruby headers list as
ruby_headers.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36780 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
07:34 AM Revision 7861727c (git): * .travis.yml (before_script): remove -s for debug.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36779 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
06:55 AM Revision 36f93a0d (git): fix a typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36778 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
06:54 AM Revision 051f12d3 (git): fix typo of ChangeLog.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36777 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ko1 (Koichi Sasada)
06:46 AM Revision 0a58a564 (git): update ChangeLog.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36776 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ko1 (Koichi Sasada)
06:40 AM Revision c7ca25a0 (git): * .travis.yml (before_script): debugging for -j.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36775 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
06:28 AM Revision d5697825 (git): * vm_insnhelper.c (vm_setup_method): fix last commit.
[ruby-dev:46065] [Bug #6901]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36774 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
ko1 (Koichi Sasada)
05:12 AM Revision d28e07d5 (git): * vm_trace.c: support TracePoint. [ruby-trunk - Feature #6895]
* test/ruby/test_settracefunc.rb: add tests for above.
* proc.c (rb_binding_new_with_cfp): add an internal function.
* vm.c (rb_vm_control_frame_id_and_class): add an internal function.
* vm_trace.c: add rb_add_event_hook2() and rb_threa...
ko1 (Koichi Sasada)
04:42 AM Feature #6824: StopIteration gets a source method
I use the following method to weave enumerators together
#Intersperse several iterables, until all are exhausted
def weave(*enumerators)
enums = enumerators.map{|e| e.to_enum}
result = Enumerator.new do |y| ...
dsisnero (Dominic Sisneros)
04:05 AM Feature #4801: Shorthand Hash Syntax for Strings
Symbols *should* be frozen strings. Any performance problems can be solved by the interpreter. The reason the feature was "abolished" (rolled back) had to do with existing libraries, especially those using "case" statements to compare cl... alexch (Alex Chaffee)
02:38 AM Revision 22a173df (git): * .travis.yml (before_script): Turned out that make -j is broken.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36772 b2dd03c8-39d4-4d8f-98ff-823fe69b080e shyouhei (Shyouhei Urabe)
02:25 AM Revision bf797ed9 (git): * vm_insnhelper.c (vm_setup_method): should not enable tail call
optimization for frames with VM_FRAME_FLAG_FINISH.
[ruby-dev:46065] [Bug #6901]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36771 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
shugo (Shugo Maeda)
02:22 AM Revision 7a69af74 (git): * lib/rubygems/test_case.rb: run test with psych if exist.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36770 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
01:14 AM Revision 1497959e (git): * nacl/pepper_main.c (init_loadpath): Pushes the correct load path on
other architectures than x86_64. Fixes #6873.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36769 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
yugui (Yuki Sonoda)
01:12 AM Revision 0d05a79b (git): * configure.in (ac_cv_func_shutdown): shutdown(2) has a dummy
implementation but has no declaration and does not work in
NativeClient SDK pepper_20.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36768 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
yugui (Yuki Sonoda)
01:11 AM Revision e782fb8e (git): * common.mk (vm_backtrace.o): Added missing dependencies.
* ext/nkf/depend (nkf.o): ditto.
* ext/ripper/depend (ripper.o) ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36767 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
yugui (Yuki Sonoda)

08/21/2012

10:30 PM Revision bbb6b5e8 (git): * lib/cgi/util.rb (CGI.escapeHTML): use &#39;
[ruby-core:47221] [Bug #6861]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36766 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
naruse (Yui NARUSE)
10:30 PM Revision b0837c44 (git): Suppress warnings
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36765 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
08:32 PM Bug #6884 (Closed): test_fileutils.rb might end up rm -rf the whole current directory
This issue was solved with changeset r36756.
Benoit, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
make FileUtils tests safe when interrupting in setup
* test/fi...
Eregon (Benoit Daloze)
05:00 PM Bug #6901 (Closed): SEGV with tail call optimization
r36099のfinishフレームをなくす変更以降で、添付のpromise.rbのようなコードで
末尾呼出の最適化を有効にするとSEGVが発生するようになっています。
単純な末尾再帰版factなどでは再現しませんでしたが、再現条件はよくわかっていません。
# 末尾再帰とブロック呼出しの組合せで発生するのかなと想像しています。
何か思い当たるフシはあるでしょうか? > ささださん
shugo (Shugo Maeda)
04:49 PM Revision 8de500ce (git): bignum.c: keep first zero
* bignum.c (bigdivrem): keep first digit even if zero.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36764 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
04:40 PM Revision 3d23725a (git): bignum.c: suppress an empty-body warning
* bignum.c (bigdivrem): move decrement to the loop body, to suppress
an empty-body warning.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36763 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
04:18 PM Revision 2ed9b46b (git): configure.in: noral blocks
* configure.in: use noral blocks instead of dnl, so that matching
parentheses would match.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36762 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
04:18 PM Revision e32dd8b3 (git): * 2012-08-22
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36761 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:18 PM Revision 5eb9453f (git): configure.in: escape #-marks
* configure.in: escape #-marks, so that matching parentheses would
match.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36760 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
04:18 PM Revision 404cc1ae (git): configure.in: no bare case statement
* configure.in (RUBY_CHECK_SIZEOF): use single test instead of split
bare case statement, so that matching parentheses would match.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36759 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
03:23 PM Feature #6763: Introduce Flonum technique to speedup floating computation on th 64bit environment
(2012/07/21 4:59), ko1 (Koichi Sasada) wrote:
> Feature #6763: Introduce Flonum technique to speedup floating computation on th 64bit environment
> https://bugs.ruby-lang.org/issues/6763
>
> Author: ko1 (Koichi Sasada)
> Stat...
ko1 (Koichi Sasada)
03:23 PM Feature #6895: TracePoint API
(2012/08/20 16:10), ko1 (Koichi Sasada) wrote:
>
> Issue #6895 has been reported by ko1 (Koichi Sasada).
>
> ----------------------------------------
> Feature #6895: TracePoint API
> https://bugs.ruby-lang.org/issues/6895...
ko1 (Koichi Sasada)
01:59 PM Feature #6895: TracePoint API
(2012/08/21 13:25), Rocky Bernstein wrote:
> Looks good so far.

Thanks!

> What I'd ask though is that for return events one be
> able to get the return value and for exception events one be able to get
> the exception me...
ko1 (Koichi Sasada)
01:29 PM Feature #6895: TracePoint API
Looks good so far. What I'd ask though is that for return events one be
able to get the return value and for exception events one be able to get
the exception message.

Thanks.

On Mon, Aug 20, 2012 at 10:03 PM, SASADA Koich...
Anonymous
11:23 AM Feature #6895: TracePoint API
(2012/08/21 6:11), trans (Thomas Sawyer) wrote:
> Can we use TracePoint.new to get instance that is not automatically active? eg.
>
> tracer = TracePoint.new{ |tp| ... }
> tracer.trace
>
> Is same as:
>
> tc = ...
ko1 (Koichi Sasada)
06:11 AM Feature #6895: TracePoint API
=begin
Looks great. Really nice that there is performance gain too.
Can we use TracePoint.new to get instance that is not automatically active? eg.
tracer = TracePoint.new{ |tp| ... }
tracer.trace
Is same as:
tc = TracePoint.t...
trans (Thomas Sawyer)
01:32 PM Revision b78fdf1a (git): addr2line.c: suppress warnings
* addr2line.c (fill_lines): check file size overflow only if it is
necessary, and suppress a sign-compare warning.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36758 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
01:03 PM Revision 75e2a26b (git): * lib/observer.rb: fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36757 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ayumin (Ayumu AIZAWA)
12:10 PM Bug #6900 (Closed): execinfo ライブラリ(およびそのヘッダ)の探索に --with-opt-dir の指定が利かない
手元の FreeBSD の環境で execinfo ライブラリは ports で入っていて、
たとえば execinfo.h は /usr/local/include にあるのですが、
--with-opt-dir=/usr/local と指定していても、
checking execinfo.h usability... no
checking execinfo.h presence... no
checking for execinfo.h... no
...
metanest (Makoto Kishimoto)
11:32 AM Revision d4c84d17 (git): make FileUtils tests safe when interrupting in setup
* test/fileutils/test_fileutils.rb (TestFileUtils#teardown):
do not assume cwd is TMPROOT and never remove current directory.
[ruby-core:47224][Bug #6884]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36756 b2dd03c8-39d4-4d8f-98...
Eregon (Benoit Daloze)
11:18 AM Bug #6897 (Assigned): With --no-retry option parallel test-all result
format description usa (Usaku NAKAMURA)
12:16 AM Bug #6897 (Closed): With --no-retry option parallel test-all result
=begin
With --no-retry option, parallel test-all result looks strange as below.
I actually see a test error with ubuntu linux bundled openssl. I show this by another reproducible example.
For example:
Add a raise to emulate error...
h.shirosaki (Hiroshi Shirosaki)
11:00 AM Bug #6882 (Closed): parallel test crashes when unknown exception is occured in a test
順序前後。もう入れました。
usa (Usaku NAKAMURA)
10:58 AM Bug #6882 (Assigned): parallel test crashes when unknown exception is occured in a test
sorry for late reply, go ahead. sorah (Sorah Fukumori)
09:07 AM Bug #6882 (Closed): parallel test crashes when unknown exception is occured in a test
This issue was solved with changeset r36746.
Usaku, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
* test/testunit/tests_for_parallel/ptest_forth.rb: added a test ...
usa (Usaku NAKAMURA)
10:50 AM Bug #6892: segfault of interpreter (possibly related to libxml-ruby)
Can you reproduce the segfault without loading libxml-ruby? drbrain (Eric Hodel)
08:32 AM Revision 9bae83f8 (git): * addr2line.c (fill_lines): need check and cast of the file size of
target binary because there are some platforms which off_t > size_t.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36755 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
U.Nakamura
08:10 AM Revision 4259d235 (git): * .travis.yml (compiler): [experimental] clang support.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36754 b2dd03c8-39d4-4d8f-98ff-823fe69b080e shyouhei (Shyouhei Urabe)
06:53 AM Revision 3401fc59 (git): * ext/dl/lib/dl/func.rb (DL::Function#bind): fixes an error in
test/dl/test_import.rb (DL::TestImport#test_carried_function)
introduced by r36718.
the instance of the anonymous class which wraps the block should have
same methods and instance variables of self.
git-svn-id: svn+ssh://ci.ruby-...
U.Nakamura
05:29 AM Revision 68c09dec (git): * win32/Makefile.sub (scriptbin.mk): no need to include twice.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36752 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
05:00 AM Revision 3eb71e22 (git): common.mk: id.h
* common.mk (ID_H_TARGET): timestamp file makes no senses now. object
files depending on id.h are always updated after parse.y is touched.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36751 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
04:50 AM Revision d059d718 (git): remove trainling spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36750 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
02:41 AM Bug #6867: super in a Mutex#synchronize block
I'm hitting this bug in the Rails tests too. It does not need to be a synchronize block. Any method that yields will cause this error:
class A; def self.yielder; yield; end end

class X
def self.hello; 'hi'; end...
tenderlovemaking (Aaron Patterson)
01:57 AM Revision 9bb6a052 (git): * test/unit/test.rb (Test::Unit::ProxyError): new exception class to
wrap exceptions raised in workers in parallel test mode.
* test/unit/parallel.rb (Test::Unit::Worker#puke): use above warpper
exception.
[Bug #6882] [ruby-dev:46054]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36749 b2dd03c8...
U.Nakamura
01:41 AM Revision dc78d90a (git): * test_continuation.rb (tracing_with_thread_set_trace_func):
fix to use Thread#set_trace_func(nil), not set_trace_func(nil).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36748 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
ko1 (Koichi Sasada)
12:39 AM Revision 17dde493 (git): Imported minitest 3.3.0 (r7676)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36747 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Ryan Davis
12:07 AM Revision ba661182 (git): * test/testunit/tests_for_parallel/ptest_forth.rb: added a test case
which causes an error.
* test/testunit/test_parallel.rb: follow above change.
see [Bug #6882]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36746 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
U.Nakamura
12:05 AM Revision c50c1a00 (git): * ChangeLog: style.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36745 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura

08/20/2012

11:59 PM Revision ed720d55 (git): Fixed warning for implicit conversion from size_t to int
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36744 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Ryan Davis
11:32 PM Bug #6896 (Third Party's Issue): Ruby crash bringing default http://localhost:3000 page
I reported this previously on the Ruby/Rails ibm_db support page and it was suggested that I post the problem here.
After starting the server with 'rails server' and accessing 'localhost:3000', the expected default page comes up and a...
dadler (David Adler)
08:52 PM Revision 3c3e6591 (git): * lib/csv.rb: Fixes #161 on github
* lib/csv.rb: You can now specify a pattern for :skip_lines.
Matching lines will not be passed to the CSV parser.
* lib/csv.rb: Patch by Christian Schwartz.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36743 b2dd03c8-39d4-4d8...
James Edward Gray II
08:36 PM Bug #6891 (Closed): Protected methods in a module can't call super
This issue was solved with changeset r36736.
Aaron, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
vm_insnhelper.c: iclass as klass in cfp
* vm_insnhelper.c (vm_c...
nobu (Nobuyoshi Nakada)
07:07 AM Bug #6891 (Closed): Protected methods in a module can't call super
Since r36616 modules that have protected methods and are extended on to another class cannot call super. Here is an example:
module A
def inherited klass
super
end
end
module B
protected
def inherited klass
...
tenderlovemaking (Aaron Patterson)
08:26 PM Revision 6ac1d39a (git): * re.c (rb_reg_initialize_m): Forgot to update output for or'd-options
example.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36742 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
drbrain (Eric Hodel)
08:19 PM Revision edd67a68 (git): * 2012-08-21
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36741 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
08:19 PM Revision decaaf84 (git): * re.c (rb_reg_initialize_m): Update example to show that regexp
options use | an not || to avoid confusion.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36740 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
drbrain (Eric Hodel)
05:59 PM Bug #595: Fiber ignores ensure clause
こちら,返事が大変遅くなって済みません.

(2012/08/05 13:05), wanabe (_ wanabe) wrote:
> (1) GC で mark と sweep の間に、mark されていない Fiber を対象に
> (2) ruby_cleanup 中に、メインスレッドに所属するすべての Fiber を対象に
> (3) 子スレッド終了時(vm->living_threads から外されるとき)、所属するすべての Fiber...
ko1 (Koichi Sasada)
05:06 PM Bug #6885 (Assigned): Unexpected behaviour of DateTime.parse (this issue can be reproduced in Ruby 1.8/1.9 as well) 英語で書いてるけど日本語も分かります。
naruse (Yui NARUSE)
05:06 PM Bug #6886 (Third Party's Issue): Segmentation fault after update
You are using Mac bundled OpenSSL, aren't you?
Ruby can't work with Mac bundled OpenSSL
http://www.christopherirish.com/2011/09/02/ruby-1-9-2-segmentation-fault-and-openssl/
naruse (Yui NARUSE)
05:02 PM Bug #6889: Restore backwards compatibility of Net::HTTP
OK, commit it! naruse (Yui NARUSE)
04:54 PM Bug #6862 (Assigned): BigMath.exp negative exponent
naruse (Yui NARUSE)
04:10 PM Feature #6895 (Closed): TracePoint API
=begin
= Abstract
Let's introduce TracePoint API that can replace set_trace_func().
= Background
See discussions on [Feature #6649] <http://bugs.ruby-lang.org/issues/show/6649>.
Problems with set_trace_func:
* Invoke trac...
ko1 (Koichi Sasada)
02:06 PM Revision dde9f695 (git): parse.y: token name
* parse.y: more descriptive token names in syntax error messages.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36739 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
02:02 PM Revision 89bcc681 (git): parse.y: token name
* parse.y: more descriptive token names in syntax error messages.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36738 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
11:38 AM Revision f4bc341b (git): * ChangeLog: fix commit miss. remove duplicated entry.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36737 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
11:36 AM Revision ceece465 (git): vm_insnhelper.c: iclass as klass in cfp
* vm_insnhelper.c (vm_call_method): follow iclasses as klass in cfp
but not included modules. [ruby-core:47241] [Bug #6891]
* vm_insnhelper.c (vm_call_bmethod): pass defined_class to follow
proper ancestors. [ruby-core:47241] [Bug ...
nobu (Nobuyoshi Nakada)
11:21 AM Bug #6882 (Assigned): parallel test crashes when unknown exception is occured in a test
これっぽっちも直ってないのでreopen usa (Usaku NAKAMURA)
11:07 AM Bug #6882 (Closed): parallel test crashes when unknown exception is occured in a test
This issue was solved with changeset r36730.
Usaku, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
* lib/test/unit.rb, lib/test/unit/parallel.rb:
generate error ...
sorah (Sorah Fukumori)
10:32 AM Bug #6892 (Third Party's Issue): segfault of interpreter (possibly related to libxml-ruby)
I get a segfault of interpreter in some code of libxml-ruby extension. It is very susceptible to slight changes of my script, even totally unrelated to libxml-ruby, so I report it here.
Segfault is reproducible 90% of times on 2 differe...
bzaborow (Bartosz Zaborowski)
08:14 AM Revision f869ed2f (git): merge revision(s) 33991:
* file.c (file_path_convert): don't convert it when the path string is
ascii only. [ruby-core:41556] [Bug #5733]
tests are contributed by nobu.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@36735 b...
naruse (Yui NARUSE)
07:31 AM Revision de83cb9b (git): test_module.rb: workaround for ruby-mode.el
* test/ruby/test_module.rb (TestModule#test_undef): get rid of
confusing ruby-mode.el by mixing special characters in //.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36734 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
02:46 AM Revision 73eda173 (git): * common.mk: fix failed to make with -j2.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36733 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
02:46 AM Revision e107833c (git): fix a typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36732 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
02:07 AM Revision 1f07c9ab (git): * 2012-08-20
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36731 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
02:07 AM Revision 5f4b7f5a (git): * lib/test/unit.rb, lib/test/unit/parallel.rb:
generate error message (String) in parallel.rb instead of
marshalling Exception. Fixes [Bug #6882] [ruby-dev:46054]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36730 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
sorah (Sorah Fukumori)

08/18/2012

04:28 PM Revision 8198cca9 (git): Merge branch 'pullreq/129' into trunk
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36729 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ayumin (Ayumu AIZAWA)
03:55 PM Revision 6a298a84 (git): * 2012-08-19
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36728 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:55 PM Revision 6eb31678 (git): * lib/fileutils.rb: fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36727 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ayumin (Ayumu AIZAWA)
09:57 AM Bug #6888 (Closed): Small-ish bug?
This issue was solved with changeset r36725.
, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
enc/depend: fix inplace-build condition
* enc/depend: fix inplace-bu...
nobu (Nobuyoshi Nakada)
08:14 AM Bug #6888 (Closed): Small-ish bug?
=begin
git clone https://github.com/ruby/ruby.git ruby_git
cd ruby_git
autoconf
./configure
make
make distclean
git status
# On branch trunk
# Changed but not updated:
# (use "git add/rm <file>..." to update what wi...
Anonymous
08:34 AM Bug #6889 (Closed): Restore backwards compatibility of Net::HTTP
=begin
In Ruby 1.9.3 and earlier net/http defines a constant (({Net::HTTPSession})) which is an alias of (({Net::HTTP})).
In r35761 for #6435 I accidentally moved the constant to (({Net::HTTP::HTTPSession})).
The attached patch re...
drbrain (Eric Hodel)
07:23 AM Bug #6887 (Third Party's Issue): Time.zone.now returning different timezone that Time.zone.at
=begin
No such methods, (({Time#zone})) and (({Time#zone=})), are defined.
Probably ActiveSupport or similar gems.
=end
nobu (Nobuyoshi Nakada)
03:42 AM Bug #6887: Time.zone.now returning different timezone that Time.zone.at
Oops, I got the direction backwards, but the behavior is still expected. drbrain (Eric Hodel)
03:24 AM Bug #6887 (Rejected): Time.zone.now returning different timezone that Time.zone.at
Brazil uses daylight savings time. Jan 1 is in standard time, Aug 17th is in daylight savings time:
http://www.timeanddate.com/worldclock/timezone.html?n=45
drbrain (Eric Hodel)
02:37 AM Bug #6887 (Third Party's Issue): Time.zone.now returning different timezone that Time.zone.at
1.9.2p290 :018 > Time.zone = 'Brasilia'
=> "Brasilia"
1.9.2p290 :020 > Time.zone.now
=> Fri, 17 Aug 2012 13:08:06 BRT -03:00
1.9.2p290 :021 > Event.last.start_time
=> 2000-01-01 03:45:00 UTC
1.9.2p290 :022 > Time.zone....
anthfb (Anthony Figueroa)
02:23 AM Bug #6830: test failure test_constants(OpenSSL::TestConfig) [/ruby/test/openssl/test_config.rb:27] on Mac + homebrew
On Fri, Aug 17, 2012 at 8:42 AM, nobu (Nobuyoshi Nakada)
<nobu@ruby-lang.org> wrote:
>
> Issue #6830 has been updated by nobu (Nobuyoshi Nakada).
>
>
> At least, the condition is not exact.
> With MacPorts OpenSSL, the con...
kosaki (Motohiro KOSAKI)
12:57 AM Revision 504dece4 (git): * 2012-08-18
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36726 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
12:57 AM Revision e6de05d7 (git): enc/depend: fix inplace-build condition
* enc/depend: fix inplace-build condition. enc.mk is generated with
setting $srcdir to enc, but pwd is still top build direcory.
[ruby-core:47236] [Bug #6888]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36725 b2dd03c8-39d4-4d...
nobu (Nobuyoshi Nakada)

08/17/2012

09:42 PM Bug #6830: test failure test_constants(OpenSSL::TestConfig) [/ruby/test/openssl/test_config.rb:27] on Mac + homebrew
At least, the condition is not exact.
With MacPorts OpenSSL, the constant has a correct path.
nobu (Nobuyoshi Nakada)
05:03 PM Bug #6872: Array does not specify how it determines uniqueness of values
drbrain (Eric Hodel) wrote:
> On Aug 16, 2012, at 12:40 AM, "robin850 (Robin Dupret)" <robin.dupret@gmail.com> wrote:
> ...
Okay, I think open a pull request it's a waste of time ; You can make the change with the URL and the .diff. So...
robin850 (Robin Dupret)
01:23 AM Bug #6872: Array does not specify how it determines uniqueness of values
On Aug 16, 2012, at 12:40 AM, "robin850 (Robin Dupret)" <robin.dupret@gmail.com> wrote:

> I'm sorry but how are you going to merge this ? Do you want me to open a pull request on github ?

If you add .patch or .diff to the github U...
drbrain (Eric Hodel)
04:09 PM Bug #6886: Segmentation fault after update
Sorry,
forgot to include the details:
This is about a Ruby on Rails application, which was running fine on 1.9.3-p125 and is still running fine on the production systems. It just fails to make the callback with RestClient on my dev...
NekoNova (Arne De Herdt)
04:07 PM Bug #6886 (Third Party's Issue): Segmentation fault after update
Hello,
Running into a segmentation fault when making a backend call with RestClient now.
Upgraded entire system to the latest version using MacPorts and RVM.
Process: ruby [15611]
Path: /Users/USER/*/ruby
Iden...
NekoNova (Arne De Herdt)
02:52 PM Revision cedb0db8 (git): common.mk: fix VPATH
* common.mk (ID_H_TARGET, parse.h): fix VPATH rules with nmake.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36724 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
02:29 PM Revision b421bd0e (git): object.c: preserve encodings
* object.c (rb_any_to_s, rb_obj_inspect): preserve encodings of class
name and instance variable names.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36723 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
12:42 PM Bug #6389 (Closed): Should be able to `return' and `break' from callback method of plain DL?
This issue was solved with changeset r36718.
Usaku, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
* ext/dl/lib/dl/func.rb (DL::Function#bind): allow to return/bre...
usa (Usaku NAKAMURA)
10:23 AM Feature #6875: Make test/unit default gem
こんにちは、なかむら(う)です。

In message "[ruby-dev:46056] [ruby-trunk - Feature #6875] Make test/unit default gem"
on Aug.16,2012 21:08:38, <naruse@airemix.jp> wrote:
> それでtest-allがきちんと完走するならわたしは異論無いんですが、どうなんでしょう。

test-allは--disab...
usa (Usaku NAKAMURA)
09:44 AM Bug #6885 (Closed): Unexpected behaviour of DateTime.parse (this issue can be reproduced in Ruby 1.8/1.9 as well) 英語で書いてるけど日本語も分かります。
I have written an mspec on the rubyspec project to demonstrate the existing behaviour:
https://github.com/markburns/rubyspec/commit/2ef354d4bdb41688ff84b65402faeb7b4e9a3844#L0R73e
d = DateTime.parse("2012-11-08T15:43:61")
# expected...
markburns (Mark Burns)
08:35 AM Revision f7c2791c (git): id.h.tmpl: preserved ids
* template/id.h.tmpl (preserved_ids): move from parse.y.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36722 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
08:35 AM Revision 200cea63 (git): id.h.tmpl: joke method names
* template/id.h.tmpl (method_ids): create also joke method names
non-separatedly.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36721 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
06:36 AM Revision 9e1b74ff (git): incs: timestamp file
* Makefile.in, common.mk (incs): replace real header with the
timestamp file.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36720 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
04:12 AM Revision 42dc1e5e (git): * id.c: move vm_opts.h dependency.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36719 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
03:42 AM Revision 4a097d2e (git): * ext/dl/lib/dl/func.rb (DL::Function#bind): allow to return/break from
the callback method. (Fiddle already allows it.)
[Bug #6389] [ruby-dev:45604]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36718 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
U.Nakamura
03:23 AM Bug #6861: ERB::Util.escape_html is not escaping single quotes
On Tue, Aug 14, 2012 at 10:10:23AM +0900, shugo (Shugo Maeda) wrote:
> Issue #6861 has been updated by shugo (Shugo Maeda).
> Aaron Patterson wrote:
> > > I and SEKI have discussed it, and have agreed to use cgi/util.
> > > CGI.es...
Anonymous
02:13 AM Revision 211525d7 (git): * 2012-08-17
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36717 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
02:13 AM Revision 78f8ad68 (git): vm_trace.c: remove meaningless assingments
* vm_trace.c (call_trace_func): remove meaningless assingments to same
variables.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36716 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
02:12 AM Bug #6884 (Closed): test_fileutils.rb might end up rm -rf the whole current directory
Hi,
I was preparing r36709 and launching `make test-all` and I interrupted it (Ctrl+C) as I forgot something.
The next thing I saw is that my repository was deleted, as well as almost half the files.
I think I don't need to tell you h...
Eregon (Benoit Daloze)

08/16/2012

10:42 PM Feature #6875: Make test/unit default gem
あぁ、すみません、説明が足りませんでした。。。
Ruby本体のテストにtest-unit gemを使いたいという話ではなく、Rubyをインストールしたユーザーがgem install test-unitとすればrequire "test/unit"でtest-unit gemが使えるようになってほしいということです。
kou (Kouhei Sutou)
09:08 PM Feature #6875: Make test/unit default gem
それでtest-allがきちんと完走するならわたしは異論無いんですが、どうなんでしょう。
test-all用に別名を与えたほうがいいのかしらん。
naruse (Yui NARUSE)
08:41 PM Feature #4347 (Closed): Tracing cannot be re-enabled after callcc [patch]
This issue was solved with changeset r36715.
James, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
* vm_trace.c, vm_core.h: simplify tracing mechanism.
(1) add r...
ko1 (Koichi Sasada)
11:34 AM Feature #4347 (Assigned): Tracing cannot be re-enabled after callcc [patch]
I reopen this ticket. As you say, this is only workaround.
I solve this problem with restoring 'tracing state' (running trace func or not) at Continuation#call. I believe it is not a work around, but essential solution. I revert yo...
ko1 (Koichi Sasada)
07:15 PM Bug #6863 (Closed): Class#initialize infinite loops when passed self
This issue was solved with changeset r36714.
Charlie, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
object.c: forbid uninitialized class
* object.c (rb_class_ini...
nobu (Nobuyoshi Nakada)
04:54 PM Bug #6882 (Closed): parallel test crashes when unknown exception is occured in a test
test-allを-j付きで実行していると、例えばrdocあたりがバグっていて
RDoc::Errorあたりでテストに失敗した場合、masterはRDoc::Errorという
例外を知らないわけですが、にもかかわらずMarshal.loadしようとするので
master自体がクラッシュしてしまいます。
worker側からは、masterが知ってる例外が何かを知る方法はおそらくないので、
全てのエラー時の例外を適当にラップして渡すか、そもそも例外をMasha...
usa (Usaku NAKAMURA)
04:40 PM Bug #6872: Array does not specify how it determines uniqueness of values
drbrain (Eric Hodel) wrote:
> Thank you, this patch looks good.
> ...
I'm sorry but how are you going to merge this ? Do you want me to open a pull request on github ?
robin850 (Robin Dupret)
02:54 AM Bug #6872: Array does not specify how it determines uniqueness of values
Thank you, this patch looks good.
I imagine it's rb_ary_eql instead of rb_ary_eql_p due to history.
drbrain (Eric Hodel)
03:31 PM Bug #6861: ERB::Util.escape_html is not escaping single quotes
では、1バイト減るということで、10進にしておきます。 xibbar (Takeyuki FUJIOKA)
11:52 AM Bug #6881 (Closed): 2 Failures in test/-ext-/test_printf.rb
This issue was solved with changeset r36712.
Usaku, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
----------
test_printf.rb: need to be infected
* test/-ext-/test_printf.rb...
nobu (Nobuyoshi Nakada)
11:16 AM Bug #6881 (Closed): 2 Failures in test/-ext-/test_printf.rb
r36707 で導入された2つのテストが、全プラットフォームでずっとFailureのままです。
後で直すつもりで忘れて放置してるのか、そもそもテストしないで入れたのか、どっちでしょうか?
usa (Usaku NAKAMURA)
11:41 AM Revision 4a4a702e (git): * vm_trace.c, vm_core.h: simplify tracing mechanism.
(1) add rb_hook_list_t data structure which includes
hooks, events (flag) and `need_clean' flag.
If the last flag is true, then clean the hooks list.
In other words, deleted hooks are contained by `hooks'.
Cleanup process should ...
ko1 (Koichi Sasada)
10:15 AM Revision 95283581 (git): object.c: forbid uninitialized class
* object.c (rb_class_initialize): forbid inheriting uninitialized
class. another class tree not based on BasicObject cannot exist.
[ruby-core:47148][Bug #6863]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36714 b2dd03c8-39d4-4...
nobu (Nobuyoshi Nakada)
07:57 AM Feature #6852: [].transpose should behave specially
I see, so as long as the exact behavior is provided by the matrix library, the [].transpose can afford to be pragmatic. Anonymous
05:37 AM Bug #6880 (Closed): csv: nodoc native classes Object, String and Array
I've added a patch to remove Object, String and Array from the csv documentation zzak (zzak _)
05:33 AM Revision a39b94d3 (git): common.mk: -ext- tests
* common.mk (test-ruby): include -ext- tests, which check for core
API and behavior.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36713 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
03:01 AM Feature #6828: Constancy of Constants
=begin
I rely on this feature of constant lookup.
It allows me to define (({File})) and other top-level constants in my library's namespace, but still use the top-level (({File})) without littering (({::})) everywhere in my library. ...
drbrain (Eric Hodel)
02:52 AM Revision f230b1ec (git): test_printf.rb: need to be infected
* test/-ext-/test_printf.rb (Test_SPrintf#test_{taint,untrust}): use
plain object so that the results of to_s and inspect are infected.
[ruby-dev:46053] [Bug #6881]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36712 b2dd03c8-3...
nobu (Nobuyoshi Nakada)
02:35 AM Feature #6868 (Rejected): Make `do` in block syntax optional when the block is the last argument of a method and is not an optional argument
Do not be sorry!
Adding syntax to a language is very difficult and touches all of the language. It Is great that you tried!
drbrain (Eric Hodel)
12:46 AM Revision 5225cc16 (git): * 2012-08-16
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36711 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
12:46 AM Revision 31bea5d4 (git): unecessary macros and K&R style coding
* strftime.c: remove unnecessary macros to check traditional C.
https://github.com/ruby/ruby/pull/46 by lateau (Daehyub Kim).
* vsnprintf.c: remove K&R.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36710 b2dd03c8-39d4-4d8f-98ff-...
nobu (Nobuyoshi Nakada)
 

Also available in: Atom