Project

General

Profile

Activity

From 03/23/2015 to 03/29/2015

03/29/2015

11:44 PM Bug #11015 (Closed): IO.copy_stream does not advance Tempfile destination
The following script, reported to JRuby in https://github.com/jruby/jruby/issues/2762, shows that MRI does not advanc... headius (Charles Nutter)
10:36 PM Revision 144484f2 (git): * 2015-03-30
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50116 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
10:35 PM Revision d4fc0943 (git): test_case.rb: use $MAKE
* lib/rubygems/test_case.rb (make_command): usually $MAKE is
defined but not $make.
git-svn-id: svn+ssh://ci.ruby-...
nobu (Nobuyoshi Nakada)
02:51 PM Bug #11014 (Closed): String#partition doesn't return correct result on zero-width match
First, to see how `String#match` works on my example:
~~~ruby
match = "foo".match(/^=*/)
match.pre_match #=> ""...
janko (Janko Marohnić)
12:09 PM Bug #11013 (Closed): Typo in gc.c
Applied in changeset r50114.
----------
* gc.c (objspace_allrefs_destruct_i): fix a typo.
[Bug #11013]
hsbt (Hiroshi SHIBATA)
10:15 AM Bug #11013 (Closed): Typo in gc.c
`objspaec_allrefs_destruct_i` womble (Matt Palmer)
12:08 PM Revision 2e9f4bfd (git): * gc.c (objspace_allrefs_destruct_i): fix a typo.
[Bug #11013]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50114 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
hsbt (Hiroshi SHIBATA)
10:03 AM Revision 101d566c (git): fix typos [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50113 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
06:48 AM Bug #11012 (Closed): `local_variable_get` crashes on a `Proc` from a method
Applied in changeset r50111.
----------
proc.c: replicate method env
* proc.c (proc_binding): replicate env from me...
nobu (Nobuyoshi Nakada)
02:46 AM Bug #11012 (Closed): `local_variable_get` crashes on a `Proc` from a method
The following code shows unexpected random object, or segfaults sometimes.
~~~ruby
class << (obj = Object.new)
...
nobu (Nobuyoshi Nakada)
06:48 AM Bug #10906 (Closed): Problem building on Solaris 10 - symbol rb_infinity not found
Applied in changeset r50104.
----------
* ext/date/extconf.rb: try_cflags("-std=iso9899:1999") [Bug #10906]
ruby i...
naruse (Yui NARUSE)
04:49 AM Revision 0899bd52 (git): proc.c: check iseq before replication
* proc.c (proc_binding): do not replicate when iseq not found as
rb_method_get_iseq() can return NULL.
[ruby-core...
nobu (Nobuyoshi Nakada)
02:51 AM Revision 509089e9 (git): proc.c: replicate method env
* proc.c (proc_binding): replicate env from method object, and
allocate the local variable area for the iseq local ...
nobu (Nobuyoshi Nakada)
02:47 AM Revision 4bc9b1d2 (git): * 2015-03-29
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50110 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
02:47 AM Revision c45a4d14 (git): test_proc.rb: test_curry_binding
* test/ruby/test_proc.rb (test_curry_binding): rename
test_binding2.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/t...
nobu (Nobuyoshi Nakada)
02:47 AM Revision 485d0425 (git): vm.c: use MEMCPY
* vm.c (vm_make_env_each): use MEMCPY instead of copy by loop.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@501...
nobu (Nobuyoshi Nakada)

03/28/2015

11:44 PM Bug #11011 (Feedback): Segmentation fault at 0x0000000000418
Not under `Library/Logs/CrashReporter`, under `Library/Logs/DiagnosticReports`.
And try 2.2.1.
nobu (Nobuyoshi Nakada)
10:22 PM Bug #11011 (Closed): Segmentation fault at 0x0000000000418
Ran command rails server. Receive crash report, bug - segmentation fault at 0x0000000000418. ruby 2.2.0p0 (2014-12-2... lasbyb (Brian Lasby)
11:00 AM Bug #11010 (Closed): Failure to Build from Source: stable 2.2.1
Configure command:
~~~
[vhost7825ssh@hamal ~/private_tree_1/m_local/bin_p/Ruby/kompil/ruby-2.2.1]$ nice -n20 ./co...
martin_vahi (Martin Vahi)
10:51 AM Bug #8438: Kernel.eval can not Reliably Create new Variables
Thank You for the answer, but as a response to Your answer
I change the current flaw report to a feature request.
martin_vahi (Martin Vahi)
05:22 AM Revision 2303483d (git): vm_eval.c: suppress warnings
* vm_eval.c (iterate_method): split to suppress false warnings by
gcc 4.4.
git-svn-id: svn+ssh://ci.ruby-lang.org/...
nobu (Nobuyoshi Nakada)
05:22 AM Revision dd6ab6b8 (git): vm_eval.c: simplify
* vm_eval.c (rb_iterate0): simplify TAG_BREAK and TAG_RETRY by
sharing common code.
git-svn-id: svn+ssh://ci.ruby-...
nobu (Nobuyoshi Nakada)
03:02 AM Feature #11007: Prime.each.with_index should accept offset
`Kernel#proc` captures the block given to the caller.
~~~ruby
def with_index(offset = 0)
return enum_f...
nobu (Nobuyoshi Nakada)
02:11 AM Feature #11007: Prime.each.with_index should accept offset
Umm, I don't know how to pass block to each_with_index safely (without capturing).
Of course I can remove calling ea...
ciel (T Yamada)
02:43 AM Bug #10015 (Feedback): Performance regression in Dir#[]
Adrien Siami wrote:
> A slow page was running in 16 seconds with 2.2.1 where it was running in less than 3 seconds w...
nobu (Nobuyoshi Nakada)
02:38 AM Bug #11009 (Rejected): closed STDOUT status does not get inherited to children processes created with exec
Ruby does not close the standard file descriptors 0..2 actually, but just disconnects them from the corresponding IO ... nobu (Nobuyoshi Nakada)
02:30 AM Revision 0a321b21 (git): fix r50104 [Bug #10906]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50105 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
01:43 AM Bug #11008 (Feedback): Segmentation fault - ruby 2.2.0, rails
Could you try 2.2.1? nobu (Nobuyoshi Nakada)
12:23 AM Revision 4651b848 (git): * ext/date/extconf.rb: try_cflags("-std=iso9899:1999") [Bug #10906]
ruby itself (including numeric.c) is built with strict compile
options including -std=iso9899:1999, but ext/date is...
naruse (Yui NARUSE)

03/27/2015

11:51 PM Revision 736d95de (git): * 2015-03-28
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50103 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
11:51 PM Revision 1c59cc2c (git): vm_eval.c: simplify rb_iterate
* internal.h (IFUNC_NEW): add argument for ID.
* vm_eval.c (rb_iterate): create ifunnc only when it is used.
git-sv...
nobu (Nobuyoshi Nakada)
11:51 PM Revision 55152ae2 (git): internal.h: rb_imemo_new_debug
* internal.h (rb_imemo_new_debug): pretend rb_imemo_new.
* gc.c (rb_imemo_new_debug): share with rb_imemo_new.
git-...
nobu (Nobuyoshi Nakada)
11:20 PM Bug #10015: Performance regression in Dir#[]
I've noticed a significant slowdown of a rails app when using ruby 2.2.1 rather than 2.1.5.
A slow page was runnin...
Intrepidd (Adrien Siami)
10:34 PM Bug #11009: closed STDOUT status does not get inherited to children processes created with exec
Actually, the fails this way only in 1.8.7.
Ruby 2.1 child process reports the `STDOUT` as open and uses successfull...
costi (Constantin Gavrilescu)
09:01 PM Bug #11009: closed STDOUT status does not get inherited to children processes created with exec
The output of the script is:
~~~
Closing stdout and forking
PARENT STDOUT closed? true
CHILD STDOUT closed? fal...
costi (Constantin Gavrilescu)
08:23 PM Bug #11009 (Rejected): closed STDOUT status does not get inherited to children processes created with exec
When closing `STDOUT`, then `STDOUT.closed?` returns `true`. In a child process started with exec, `STDOUT` is closed... costi (Constantin Gavrilescu)
10:32 PM Feature #11007: Prime.each.with_index should accept offset
Looks good, thanks for this.
Only thing is that it would be best to avoid capturing the block (with `&blk`) if it'...
marcandre (Marc-Andre Lafortune)
03:10 PM Feature #11007 (Closed): Prime.each.with_index should accept offset
I'd like to execute following code:
~~~
Prime.each(10).with_index(1){|e,i|
print i,' ',e,"\n"
}
~~~
Expec...
ciel (T Yamada)
07:09 PM Bug #11008 (Closed): Segmentation fault - ruby 2.2.0, rails
I had this segv, i hope i'm in the right place to report it.
poulet_a (Arthur Poulet)
08:53 AM Bug #11006 (Closed): Segmentation fault on Ruby 2.2.1
I built a photo hosting app where people can upload and sell photos. I just tried to test the site. Everything worked... THpubs (Pubudu Kodikara)
07:35 AM Revision 4f06c9f6 (git): * 2015-03-27
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50100 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
07:34 AM Bug #11004 (Closed): make-snapshost does not work
Applied in changeset r50099.
----------
common.mk: revert to MINIRUBY
* common.mk: revert using BOOTSTRAPRUBY for e...
nobu (Nobuyoshi Nakada)
07:34 AM Revision 62d8e6d1 (git): common.mk: revert to MINIRUBY
* common.mk: revert using BOOTSTRAPRUBY for enc.mk, as
enc/depend uses CONFIG. [ruby-core:68647] [Bug #11004]
git...
nobu (Nobuyoshi Nakada)
04:25 AM Bug #11005 (Rejected): why block bind can not be in my_method2
`@proc` binds the scope of `my_method1`, not of `my_method2`.
We are not going to change that.
Matz.
matz (Yukihiro Matsumoto)

03/26/2015

03:57 PM Bug #11005 (Rejected): why block bind can not be in my_method2
~~~ruby
class MyClass
def my_method1
nice_name = "Lucy"
@proc = lambda {|say| "#{say}, #{nice_name}"}
...
gagahappy (Happy GaGa)
02:53 PM Bug #11004: make-snapshost does not work
I tracked down the offending commit to r50093 ... r50092 works just fine vo.x (Vit Ondruch)
11:36 AM Bug #11004: make-snapshost does not work
or may be r49882 vo.x (Vit Ondruch)
11:35 AM Bug #11004 (Closed): make-snapshost does not work
~~~
# rpm -q ruby
ruby-2.2.1-10.fc23.x86_64
# tool/make-snapshot -packages=xz tmp
Exporting trunk@50098
Export...
vo.x (Vit Ondruch)
09:03 AM Bug #10952: Clarify BigDecimal license
Stating something in .gemspec which is not aligned with the rest of files does not help. vo.x (Vit Ondruch)
07:37 AM Bug #10952: Clarify BigDecimal license
Can we just add it to the gemspec? zzak (zzak _)
07:46 AM Feature #8667: Unable to set OpenSSL GCM iv_length in Ruby
Without knowing what `HAVE_AUTHENTICATED_ENCRYPTION` is, I'm not really sure.. also we need a test for this. zzak (zzak _)
07:36 AM Bug #10910 (Assigned): NoMethodError when opening SSL connection with OpenSSL::SSL::VERIFY_PEER set and anonymous ciphers allowed
zzak (zzak _)
06:50 AM Revision 785438a3 (git): .gdbinit: T_IMEMO
* .gdbinit (rp_imemo): print the content support of each T_IMEMO.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@...
nobu (Nobuyoshi Nakada)
06:30 AM Revision 3f8d0777 (git): .gdbinit: T_IMEMO
* .gdbinit (rp): add support of T_IMEMO.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50097 b2dd03c8-39d4-4d8f-...
nobu (Nobuyoshi Nakada)
01:05 AM Revision bad657e8 (git): * properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50096 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
01:05 AM Revision 4d6aeebb (git): * test/test_observer.rb: add tests for Observable module.
[fix GH-859] Patch by @brightbits
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50095 b2dd03c8-39d4-4d8f-98ff-82...
hsbt (Hiroshi SHIBATA)
12:30 AM Revision 733a03c2 (git): mkconfig.rb: embed version substring
* tool/mkconfig.rb (RbConfig): embed substring of the version, not
at the runtime, and fall back to the version its...
nobu (Nobuyoshi Nakada)
12:29 AM Revision 95de0e68 (git): common.mk: BOOTSTRAPRUBY for enc.mk
* common.mk (enc.mk): use BOOTSTRAPRUBY since enc/make_encmake.rb
should not depend on recent versions.
git-svn-id...
nobu (Nobuyoshi Nakada)

03/25/2015

09:46 PM Revision 9b4c4375 (git): * properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50092 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
09:44 PM Revision a6ba36b2 (git): * 2015-03-26
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50091 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
09:43 PM Revision 06dc7196 (git): README.EXT: add redirect [ruby-core:68631]
There are too many 3rd-party documentation sources which refer
to README.EXT, so we should ensure readers can find th...
Eric Wong
07:31 PM Feature #10600: [PATCH] Queue#close
Some performance numbers, using the attached benchmark script:
~~~
$ ruby queue_benchmark.rb 100000
RUBY_DESCR...
djellemah (John Anderson)
04:51 PM Feature #11003 (Closed): Fast modular exponentiation
I would like to suggest, implementing "fast Modular Exponentiation " (http://en.wikipedia.org/wiki/Modular_exponentia... venkatvb (venkatesh babu)
04:28 PM Bug #11002: Don't abuse ruby_version
Forgot to link to original discussion: http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-dev/35490 vo.x (Vit Ondruch)
04:21 PM Bug #11002 (Closed): Don't abuse ruby_version
This is what configure help says about ruby_version:
~~~
$ ./configure --help
... snip ...
--with-ruby-ve...
vo.x (Vit Ondruch)
03:27 PM Bug #10999: [PERF] bm_hash_aref_flo.rb
Nobuyoshi Nakada wrote:
> It is not a realistic benchmark, that integer parts are all different.
Why? I think it ...
ko1 (Koichi Sasada)
02:55 AM Bug #10999: [PERF] bm_hash_aref_flo.rb
Thanks Nobu! I'll updated and backfill the new benchmark on our end as well. Thanks for looking into this! tgxworld (Guo Xiang Tan)
02:21 AM Bug #10999 (Closed): [PERF] bm_hash_aref_flo.rb
Applied in changeset r50084.
----------
bm_hash_aref_flo.rb: fix data
* benchmark/bm_hash_aref_flo.rb: make more re...
nobu (Nobuyoshi Nakada)
02:20 AM Bug #10999: [PERF] bm_hash_aref_flo.rb
It is not a realistic benchmark, that integer parts are all different.
Adding floats with same integer parts shows...
nobu (Nobuyoshi Nakada)
01:33 AM Bug #10999 (Closed): [PERF] bm_hash_aref_flo.rb
Before: 0.066s
After [3bcf9fb53e4b9efabb15a3091fddfb68e5b6fbbe](https://github.com/ruby/ruby/commit/3bcf9fb): 0.094
...
tgxworld (Guo Xiang Tan)
02:04 PM Bug #10992: *** Error in `ruby': double free or corruption (fasttop): 0x00007fdc088fd5e0 ***
Sorry, my bad. I used hacky way in order to force capybara use same transaction among threads. https://github.com/jni... elserpiente (Max Power)
02:04 PM Bug #11001 (Closed): 2.2.1 Segmentation fault in reserve_stack() function.
SEGV depends on stack limit size with 'ulimit -s <size>' .
This shell script [ulimit_change_test.sh] can reproduce...
kiyoka (Kiyoka Nishiyama)
08:10 AM Revision 4e8fbe17 (git): * ext/socket/extconf.rb: Solaris 11 has struct tcp_info.tcpi_ca_state,
but it is a dummy.
* ext/socket/option.c: Solaris 11 doesn't have u_intN_t.
* ext/socket/option.c: Solaris 11 needs...
naruse (Yui NARUSE)
08:03 AM Bug #11000 (Closed): r50071以降、Solarisにてext/-test-/file/fs.cのコンパイルができない
Applied in changeset r50088.
----------
fs.c: fix f_type
* ext/-test-/file/fs.c (get_fsname): try magic number only...
nobu (Nobuyoshi Nakada)
05:37 AM Bug #11000 (Closed): r50071以降、Solarisにてext/-test-/file/fs.cのコンパイルができない
r50071 以降、Solaris10にて、
ext/-test-/file/fs.c のコンパイルにエラーが発生してビルドが失敗します。
~~~
cc -I. -I../../../.ext/include/sparc64...
ngoto (Naohisa Goto)
08:03 AM Revision 526b1296 (git): fs.c: fix f_type
* ext/-test-/file/fs.c (get_fsname): try magic number only if
f_type is included. [ruby-dev:48913] [Bug #11000]
g...
nobu (Nobuyoshi Nakada)
07:44 AM Revision 8d432134 (git): make-snapshot: override rest variables
* tool/make-snapshot (package): override variables which are not
substituted by the command line.
git-svn-id: svn+...
nobu (Nobuyoshi Nakada)
07:07 AM Revision cfa98ab2 (git): make-snapshot: RUBY_VERSION
* tool/make-snapshot (package): override RUBY_VERSION to proceed
with different version ruby.
git-svn-id: svn+ssh:...
nobu (Nobuyoshi Nakada)
03:33 AM Revision db8c0b0e (git): merge revision(s) 49017:
Fix typo for LoadError constant
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_2@50085 b2dd03c8-39d4-4d...
naruse (Yui NARUSE)
02:20 AM Revision 69a2df4e (git): bm_hash_aref_flo.rb: fix data
* benchmark/bm_hash_aref_flo.rb: make more realistic data.
[ruby-core:68632] [[Bug #10999]
git-svn-id: svn+ssh://c...
nobu (Nobuyoshi Nakada)
01:39 AM Revision 18178a93 (git): * .document: removed needless entries.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50083 b2dd03c8-39d4-4d8f-98ff-823fe69b080e hsbt (Hiroshi SHIBATA)
12:41 AM Revision 722b95ba (git): .gdbinit: member name changed
* .gdbinit (rp_class): origin has been renamed as origin_ at
r49931.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/t...
nobu (Nobuyoshi Nakada)

03/24/2015

11:15 PM Revision 34870967 (git): doc/extension*: Fix spelling of filenames
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50081 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Eric Wong
09:59 PM Revision bd8298d9 (git): * 2015-03-25
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50080 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
09:59 PM Revision cf204a89 (git): * complex.c (k_exact_one_p): remove unused macro k_exact_one_p.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50079 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Kazuki Tanaka
09:59 PM Revision c9592384 (git): * complex.c (k_inexact_p, k_exact_zero_p): use k_exact_zero_p macro
to remove k_inexact_p macro.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50078 b2dd03c8-39d4-4d8f-98ff-823fe69...
Kazuki Tanaka
01:28 PM Bug #10998: TestIO#test_seek fails in chroot with Linux 3.19
The fix is passing on Fedora builders [1]. Thank you.
[1] http://koji.fedoraproject.org/koji/taskinfo?taskID=931...
vo.x (Vit Ondruch)
08:30 AM Bug #10998 (Closed): TestIO#test_seek fails in chroot with Linux 3.19
Applied in changeset r50071.
----------
fs.c: use statfs/statvfs
* ext/-test-/file/fs.c (get_fsname): return filesy...
nobu (Nobuyoshi Nakada)
06:53 AM Bug #10998: TestIO#test_seek fails in chroot with Linux 3.19
statfs(2) might be good candidate to replace the current mtab implementation. vo.x (Vit Ondruch)
06:29 AM Bug #10998 (Closed): TestIO#test_seek fails in chroot with Linux 3.19
Recently, Ruby builds driven by CI started to fail on Fedora builders [1] with following error [6]:
~~~
2) Erro...
vo.x (Vit Ondruch)
01:23 PM Revision 6d86d077 (git): * doc/extention.rdoc: move from toplevel document and added extname.
* doc/extention.ja.rdoc: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50077 b2dd03c8-39d4-4d8f-98ff-823f...
hsbt (Hiroshi SHIBATA)
01:07 PM Revision cd101b50 (git): * doc/standard_library.rdoc: strip.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50076 b2dd03c8-39d4-4d8f-98ff-823fe69b080e hsbt (Hiroshi SHIBATA)
01:07 PM Revision 035bdf37 (git): * doc/standard_library.rdoc: move Thread to Extentions.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50075 b2dd03c8-39d4-4d8f-98ff-823fe69b080e hsbt (Hiroshi SHIBATA)
12:59 PM Revision cd834d45 (git): * doc/contributing.rdoc: update Maintainers list.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50074 b2dd03c8-39d4-4d8f-98ff-823fe69b080e hsbt (Hiroshi SHIBATA)
10:12 AM Revision fce98c9e (git): * gc.c (gc_writebarrier_generational): fix messages for rb_bug().
Remove `rb_' prefix.
* gc.c (gc_writebarrier_incremental): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trun...
ko1 (Koichi Sasada)
08:47 AM Revision e0ca5079 (git): * README.ja.md: should be chunibyo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50072 b2dd03c8-39d4-4d8f-98ff-823fe69b080e shugo (Shugo Maeda)
08:30 AM Revision acae106c (git): fs.c: use statfs/statvfs
* ext/-test-/file/fs.c (get_fsname): return filesystem name by
statfs/statvfs. [ruby-core:68624] [Bug #10998]
git...
nobu (Nobuyoshi Nakada)
07:49 AM Revision 8ea6b7a1 (git): * tool/redmine-backporter.rb: now doesn't required spaces just after
`!`.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50070 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
U.Nakamura
07:44 AM Bug #10953: follow rubyspec repository changes (r49689, r49752, r49753)
ruby_2_0_0 r50069 merged revision(s) 49689,49752,49753. usa (Usaku NAKAMURA)
07:41 AM Revision 10887fce (git): merge revision(s) 49689,49752,49753: [Backport #10953]
* common.mk: use ruby organization for rubyspec.
* spec/default.mspec: remove specific version number.
...
U.Nakamura

03/23/2015

10:03 PM Feature #10950 (Closed): `close` methods should not raise IOError on closed objects
Applied in changeset r50068.
----------
[Feature #10950] fixed by r50064
nobu (Nobuyoshi Nakada)
10:03 PM Revision d289a785 (git): [Feature #10950] fixed by r50064
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50068 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
08:12 PM Bug #10120: TestSprintf#test_float still an issue
r47129 and r48844 were backported into `ruby_2_1` branch at r50067. nagachika (Tomoyuki Chikanaga)
08:11 PM Revision 5727caf6 (git): merge revision(s) r47129,r48844: [Backport #10120]
configure.in: remove SSE options
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_1@50067 b2dd03c8-39d4-4...
nagachika (Tomoyuki Chikanaga)
06:37 PM Revision 5a5dc9cc (git): * 2015-03-24
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50066 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
06:37 PM Revision a968dd7d (git): ChangeLog: remove duplicated entry at r50057. [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50065 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nagachika (Tomoyuki Chikanaga)
02:18 PM Revision 78a73a53 (git): dir.c: don't raise after close
* dir.c (dir_close): don't raise on dobule close for consistent to
IO#close.
git-svn-id: svn+ssh://ci.ruby-lang.or...
nobu (Nobuyoshi Nakada)
02:06 PM Bug #10992 (Third Party's Issue): *** Error in `ruby': double free or corruption (fasttop): 0x00007fdc088fd5e0 ***
nobu (Nobuyoshi Nakada)
02:06 PM Bug #10992: *** Error in `ruby': double free or corruption (fasttop): 0x00007fdc088fd5e0 ***
Seems inside the postgresql driver. nobu (Nobuyoshi Nakada)
11:18 AM Bug #10992: *** Error in `ruby': double free or corruption (fasttop): 0x00007fdc088fd5e0 ***
Nobuyoshi Nakada wrote:
> Please show the error log.
here is logs http://pastebin.com/Nw58Qs8a
elserpiente (Max Power)
02:01 PM Bug #10997 (Rejected): String in Hash 'prepend', '<<' bug
`Hash#clone` does not clone the elements, so the value is shared.
In the last example, you assign different object.
nobu (Nobuyoshi Nakada)
10:31 AM Bug #10997 (Rejected): String in Hash 'prepend', '<<' bug
i used with Rails console
**Only String is great**
```ruby
original = "a" #=> "a"
clone = original.clone #=> ...
hiphapis (Johan Kim)
12:22 PM Revision 2ffb8799 (git): file.c: move rb_readlink on Windows
* win32/file.c (rb_readlink): move from file.c for better buffer
allocation and the result encoding.
git-svn-id: s...
nobu (Nobuyoshi Nakada)
11:33 AM Bug #10996 (Rejected): Inline if statements should hoist variables.
The fundamental rule is that local variables are defined by the first assignment. For consistency, I will not bend th... matz (Yukihiro Matsumoto)
10:25 AM Bug #10996 (Rejected): Inline if statements should hoist variables.
A multiline if statement hoists local variables to the parent scope. An inline if statement does not.
We can see t...
josh.cheek (Josh Cheek)
10:34 AM Bug #10986: fancy_irb broken
Ah, here is hte bug tracker for ruby itself, not for third party's gems.
Try to report at https://github.com/janleli...
usa (Usaku NAKAMURA)
10:13 AM Bug #10986: fancy_irb broken
fancy_irb-0.8.1(Ruby 2.0.0p481 (2014-05-08) [x64-mingw32])
I can’t not the old input line error free edited. See scr...
[email protected] (Friedrich Heinrichmeyer)
08:36 AM Revision c57932f7 (git): win32.c: readlink
* win32/win32.c (wreadlink, rb_w32_ureadlink): implement readlink().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tru...
nobu (Nobuyoshi Nakada)
06:44 AM Revision d503d6c7 (git): win32.c: fix DLL name
* win32/win32.c (winnt_stat): fix DLL name to "kernel32".
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50061 b2...
nobu (Nobuyoshi Nakada)
05:40 AM Revision f5b96e59 (git): win32.c: w32_lstati64
* win32/win32.c (winnt_stat): stat with following symbolic links.
* win32/win32.c (winnt_lstat): rename old winnt_sta...
nobu (Nobuyoshi Nakada)
05:15 AM Revision 9da887cf (git): json_index.rb: check zlib
* lib/rdoc/generator/json_index.rb (generate_gzipped): do nothing
unless zlib is available.
git-svn-id: svn+ssh://...
nobu (Nobuyoshi Nakada)
 

Also available in: Atom