Project

General

Profile

Activity

From 07/04/2013 to 07/10/2013

07/10/2013

11:44 PM Feature #8088: Method#parameters (and friends) should provide useful information about core methods
What do you mean "accurate results when using UnboundMethod#parameters"?
$ bin/jruby -e "def foo(a, b=1, *c, &...
headius (Charles Nutter)
07:16 PM Feature #8088: Method#parameters (and friends) should provide useful information about core methods
As a follow up, a while ago I resolved a similar issue in Rubinius. Although
Rubinius would provide correct argument...
yorickpeterse (Yorick Peterse)
11:25 PM Bug #8567 (Closed): Logger#add can never return +false+
This issue was solved with changeset r41901.
Tim, thank you for reporting this issue.
Your contribution to Ruby is gr...
zzak (zzak _)
01:11 PM Bug #8567 (Assigned): Logger#add can never return +false+
zzak (zzak _)
07:53 PM Feature #8619: Standard Profiling API
For those that are curious, this is the patch for ruby-prof that I'm talking
about: https://gist.github.com/YorickPe...
yorickpeterse (Yorick Peterse)
07:51 PM Feature #8619 (Open): Standard Profiling API
At the time of writing there are many different Ruby implementations ranging
from the common ones such as MRI, Jruby...
yorickpeterse (Yorick Peterse)
06:23 PM Revision f328b9d0 (git): * properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41908 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
06:22 PM Revision 4580394a (git): * tool/probes_to_wiki.rb: adding a script to convert probes.d to wiki
format for easy wiki updates.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41907 b2dd03c8-39d4-4d8f-98ff-823fe6...
tenderlovemaking (Aaron Patterson)
05:34 PM Bug #8590 (Feedback): Second call of https.get results in timeout
I can't reproduce on
* ruby 2.1.0dev (2013-07-10 trunk 41892) [x86_64-freebsd9.1]
* OpenSSL 0.9.8y 5 Feb 2013
Fe...
naruse (Yui NARUSE)
05:10 PM Bug #8590: Second call of https.get results in timeout
It can be reproduced on trunk r41889. Glass_saga (Masaki Matsushita)
01:39 PM Bug #8590 (Assigned): Second call of https.get results in timeout
zzak (zzak _)
05:10 PM Bug #8386: OpenSSL thread safety
ktsj (Kazuki Tsujimoto) wrote:
> MartinBosslet (Martin Bosslet) wrote:
> > @ktsj Does the error occur every time yo...
MartinBosslet (Martin Bosslet)
03:55 PM Revision cd224452 (git): * man/ri.1: Incorrect use of .Dd macro [Bug #8620] by Tristan Hill
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41906 b2dd03c8-39d4-4d8f-98ff-823fe69b080e zzak (zzak _)
03:50 PM Revision 0357488b (git): * lib/delegate.rb: Add example for __setobj__ and __getobj__
[Bug #8615] Patch by Caleb Thompson
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41905 b2dd03c8-39d4-4d8f-98ff...
zzak (zzak _)
03:36 PM Revision e82591d0 (git): * 2013-07-11
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41904 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:36 PM Revision 843f3a65 (git): On FreeBSD, threads don't die on daemon(3)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41903 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
02:30 PM Revision 30ce930f (git): * lib/logger.rb: Use :call-seq: for method signature rdoc
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41902 b2dd03c8-39d4-4d8f-98ff-823fe69b080e zzak (zzak _)
02:25 PM Revision fef0a7de (git): * lib/logger.rb (#add): Remove incorrect rdoc for return value
[Bug #8567] Reported by Tim Pease.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41901 b2dd03c8-39d4-4d8f-98ff-...
zzak (zzak _)
02:23 PM Bug #8493: Random Segmentation fault in sass
Could either of you provide a reproducible script? Just 'sass' the dependency doesn't help much.
Also, have you tr...
zzak (zzak _)
08:18 AM Bug #8493: Random Segmentation fault in sass
=begin
We are running into the same issue on SmartOS. Here is the output of our segfault:

/path/to/ruby/1.9.1...
sax (Eric Saxby)
02:12 PM Revision d5284438 (git): string.c: rb_str_subpos
* string.c (rb_str_subpos): make public function.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41900 b2dd03c8-3...
nobu (Nobuyoshi Nakada)
02:11 PM Bug #8613 (Closed): Update to rdoc 4.0.1
My mistake, we can just use #8037.
Sorry!
zzak (zzak _)
02:08 PM Bug #8037 (Assigned): rdoc issues preventing docs generating after ruby was compiled
@stomar Oops, you are correct!
I think Eric is working on another release of RDoc, so hopefully he can merge soon.
zzak (zzak _)
02:03 PM Bug #8612 (Assigned): nil in ERB::Util.url_encode
zzak (zzak _)
01:46 PM Revision c0796c36 (git): * bignum.c: Add a static assertion for RBIGNUM_EMBED_LEN_MAX.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41899 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
01:35 PM Revision 2a2ac623 (git): * string.c (rb_str_index): cache single byte flag and some
cosmetic changes.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41898 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Glass_saga (Masaki Matsushita)
01:23 PM Bug #8560: CSV, skip_lines option causes error when passing a string
@Kyle you might want to try to ping JEG2 on that ticket as well. He
may not see this.
zzak (zzak _)
01:06 PM Revision 55e60d05 (git): * bignum.c (bary_2comp): Don't use bary_plus_one.
(bary_add_one): Replaced by the implementation of bary_plus_one.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk...
akr (Akira Tanaka)
12:55 PM Misc #8548: Correction for a String#include? usage example
@mattonrails this bug was actually fixed just recently in rdoc, see https://github.com/rdoc/rdoc/issues/220 zzak (zzak _)
12:50 PM Bug #8482 (Assigned): native rake gem has broken path
Assigning to Eric, since it wouldn't let me assign it to Jim? zzak (zzak _)
12:48 PM Bug #8551 (Closed): rake 10.0.4 regression from 0.9.6 - prints verbose stacktrace
See ruby-core:55575 zzak (zzak _)
11:48 AM Revision c37e6ab2 (git): bignum.c: sizeof_bdigit_dbl
* bignum.c (sizeof_bdigit_dbl): check sizeof(BDIGIT_DBL).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41896 b2...
nobu (Nobuyoshi Nakada)
11:47 AM Revision c169b513 (git): internal.h: STATIC_ASSERT
* internal.h (STATIC_ASSERT): move from enum.c.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41895 b2dd03c8-39d...
nobu (Nobuyoshi Nakada)
11:10 AM Revision 716c93be (git): * bignum.c (SIZEOF_BDIGIT_DBL): Add a ifdef guard for test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41894 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
10:53 AM Feature #5138: Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
Aaron Patterson <[email protected]> wrote:
> On Wed, Jul 10, 2013 at 09:03:19AM +0900, Eric Wong wrote:
>...
normalperson (Eric Wong)
09:53 AM Feature #5138: Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
On Wed, Jul 10, 2013 at 09:03:19AM +0900, Eric Wong wrote:
> "tenderlovemaking (Aaron Patterson)" <aaron@tenderlov...
Anonymous
09:23 AM Feature #5138: Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
"tenderlovemaking (Aaron Patterson)" <[email protected]> wrote:
> As for Erlang style return values. It ...
normalperson (Eric Wong)
09:12 AM Feature #5138: Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
=begin
Just another data point. I ran the benchmarks that Charles showed on my implementation in MRI. We also see ...
tenderlovemaking (Aaron Patterson)
06:24 AM Feature #5138: Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
=begin
Hi, I've updated the patch to apply against trunk (please find it attached).
Matz, akr, with regard to get...
tenderlovemaking (Aaron Patterson)
10:53 AM Bug #8616: Process.daemon messes up threads
No, it shouldn't raise an exception. Process.daemon and fork both use
after_fork() in C. That function should iter...
evanphx (Evan Phoenix)
10:23 AM Bug #8616: Process.daemon messes up threads
2013/7/10 tenderlovemaking (Aaron Patterson) <[email protected]>:
> Bug #8616: Process.daemon messes up t...
akr (Akira Tanaka)
07:29 AM Bug #8616 (Closed): Process.daemon messes up threads
=begin
Hi,
When I daemonize a process, it somehow messes up threads from the parent process. Here is a script to...
tenderlovemaking (Aaron Patterson)
09:53 AM Feature #8469: ABI checker とか導入しませんか
2013年7月9日 10:25 KOSAKI Motohiro <[email protected]>:

> Lowはどうせみんな無視すると思ってるので 8
> だけでいいと思います。当面は。Highで...
akr (Akira Tanaka)
08:34 AM Bug #8615: Add examples for SimpleDelegator
reassigning to zzak as he has more bandwidth for doc commits. drbrain (Eric Hodel)
03:41 AM Bug #8615 (Closed): Add examples for SimpleDelegator
SimpleDelegator’s documentation lacked an example of its primary
feature, that it automatically sets the object pass...
calebthompson (Caleb Thompson)
08:34 AM Bug #8557 (Closed): rubygems/security.rb is loaded twice if openssl is unavailable
Fixed by r41873 drbrain (Eric Hodel)
08:27 AM Revision 7bc77b76 (git): Use Tempfile.create to unlink the tempfile on Windows
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41893 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
08:10 AM Revision 6d45dd20 (git): fix PATH environ related test failure introduced at r41873
On Windows PATH_SEPARATOR is ';'.
Therefore it can't be hardcoded.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk...
naruse (Yui NARUSE)
08:10 AM Revision 372a9b1b (git): fix shebang test failure introduced at r41873
On Windows, it doesn't use /usr/bin/env.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41891 b2dd03c8-39d4-4d8f-...
naruse (Yui NARUSE)
08:02 AM Revision ef9fd492 (git): remove duplicated entry
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41890 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
07:45 AM Revision 83240be2 (git): fix test failure introduced at r41873
it needs switching windows or othres because lib/rubygems/test_case.rb:283
switches the platform string.
git-svn-id:...
naruse (Yui NARUSE)
06:33 AM Feature #6626: Readline.delete_text
大変遅くなりましたが、これを取り込もうと思って作業しています。
手元の環境(Mac OS X 10.7, GNU Readline 6.2)での動作確認は終わりました。
あと、Mac OSに標準添付されているEditLine(...
kouji (Kouji Takao)
05:58 AM Revision cc47b029 (git): bignum.c: select by preprocessor conditions
* bignum.c (maxpow_in_bdigit_dbl, maxpow_in_bdigit): select by
preprocessor conditions to reduce dead code and supp...
nobu (Nobuyoshi Nakada)
05:54 AM Revision 94e7608b (git): Turns out [Fix GH-***] doesn't work while [Fixes GH-***] does.
Fix existing tags for future reference.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41887 b2dd03c8-39d4-4d8f-9...
Akinori MUSHA
05:19 AM Revision 863d148a (git): process.c: kill threads in daemon process
* process.c (fork_daemon): kill the other threads all and abandon the
kept mutexes.
git-svn-id: svn+ssh://ci.ruby-...
nobu (Nobuyoshi Nakada)
03:00 AM Revision d3e8f0fe (git): fix a typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41885 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
02:59 AM Revision 011faff5 (git): fix typos
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41884 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
02:56 AM Feature #7677 (Closed): YAML load mode that does instantiate Ruby
`Psych.safe_load` method has been introduced, which should deal with this issue. Thanks! tenderlovemaking (Aaron Patterson)
02:55 AM Bug #7227 (Rejected): failed to build native extension for bcrypt-ruby gem under cygwin on windows xp
Looks like Aman fixed this in the bcrypt repository. It is not a bug in MRI, but a problem with the bcrypt-ruby exte... tenderlovemaking (Aaron Patterson)
02:38 AM Revision 26ac0589 (git): * test/net/http/test_http.rb (TestNetHTTP_v1_2#test_get,
TestNetHTTP_v1_2_chunked#test_get): shoudn't check
HttpResponse#decode_content if Zlib is not available.
ko1 comp...
U.Nakamura
02:19 AM Revision 84c08bc3 (git): ossl.c: fix argument type
* ext/openssl/ossl.c (ossl_lock_callback): fix argument type, and
remove redundant casts.
git-svn-id: svn+ssh://ci...
nobu (Nobuyoshi Nakada)
02:19 AM Revision b72bd6c0 (git): ossl.c: rb_gc_register_mark_object
* ext/openssl/ossl.c (Init_ossl_locks): use rb_gc_register_mark_object
instead of rb_global_variable. probably RAr...
nobu (Nobuyoshi Nakada)
02:19 AM Revision 351932cb (git): ossl.c: check allocation
* ext/openssl/ossl.c (Init_ossl_locks): check if locks array is
allocated successfully.
git-svn-id: svn+ssh://ci.r...
nobu (Nobuyoshi Nakada)
02:19 AM Revision c341e85b (git): ossl.c: check integer overflow
* ext/openssl/ossl.c (Init_ossl_locks): check integer overflow.
OPENSSL_malloc() takes int only.
git-svn-id: svn+s...
nobu (Nobuyoshi Nakada)
01:33 AM Revision 322ce91a (git): * include/ruby/intern.h (rb_path_next, rb_path_skip_prefix,
rb_path_last_separator, rb_path_end, ruby_find_basename,
ruby_find_extname): restore the declarations of these func...
U.Nakamura
01:21 AM Revision 1734e481 (git): * tool/rbinstall.rb: always require rubygems to stabilize rubygems
related status like whether Gem::Specification is defined or not.
* tool/rbinstall.rb (Gem::Specification.unresolved...
naruse (Yui NARUSE)
01:21 AM Revision af15922b (git): * include/ruby/intern.h (rb_f_lambda): mark as deprecated.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@41876 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
01:06 AM Revision 4032339a (git): * include/ruby/intern.h (rb_f_lambda): restore the declaration of
rb_f_lambda() for backword compatibility.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@41875 b2d...
U.Nakamura
01:04 AM Feature #8614 (Open): Object#singleton_class with a block
=begin
Most of the time when I use `Object#singleton_class`, I use it with `class_eval` following it, like follows:
...
sawa (Tsuyoshi Sawada)

07/09/2013

11:41 PM Revision 71110cb7 (git): * remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41874 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
11:21 PM Revision 47f0248b (git): * lib/rubygems: Import RubyGems 2.1
* test/rubygems: Ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41873 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
drbrain (Eric Hodel)
11:16 PM Bug #8386: OpenSSL thread safety
MartinBosslet (Martin Bosslet) wrote:
> @ktsj Does the error occur every time you run the tests in parallel? Or only...
ktsj (Kazuki Tsujimoto)
10:34 PM Revision cd9f9e47 (git): * lib/rubygems/ext/ext_conf_builder.rb: Remove siteconf file after
building the gem.
* test/rubygems/test_gem_ext_ext_conf_builder.rb: Test for the above.
* lib/rubygems/psych_tree.r...
drbrain (Eric Hodel)
09:24 PM Revision dafbdd68 (git): * ext/date/date_parse.c (date_zone_to_diff): [ruby-core:55831].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41871 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Tadayoshi Funaba
05:33 PM Bug #8611 (Feedback): Minitest encoding problems.
You know, this must have reproducible code. naruse (Yui NARUSE)
04:07 PM Feature #6823: Where/how should ruby-mode issues be reported?
I also support the removal of ruby-mode.el. Its presence in the Ruby codebase creates a lot of confusion for Emacs us... bozhidar (Bozhidar Batsov)
01:10 AM Feature #6823: Where/how should ruby-mode issues be reported?
I vote to remove it as well.
Is there anything we can or should do in the Emacs trunk to speed it up?
dgutov (Dmitry Gutov)
03:43 PM Revision 07dc8257 (git): * 2013-07-10
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41870 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:43 PM Revision 5ec8b6e7 (git): * bignum.c (bary_mul): x*1 is x.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41869 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
02:57 PM Bug #8613 (Closed): Update to rdoc 4.0.1
Please update rdoc from 4.0.0 to 4.0.1 in trunk and in 2.0.0 branch.
rdoc 4.0.1 fixes an issue with ri doc install...
stomar (Marcus Stollsteimer)
02:31 PM Bug #8037: rdoc issues preventing docs generating after ruby was compiled
Sorry, I don't understand. Why backport? If I'm not wrong, trunk still uses rdoc 4.0.0, too.
Update: See #8613.
stomar (Marcus Stollsteimer)
01:15 PM Bug #8037: rdoc issues preventing docs generating after ruby was compiled
@stomar That's up to Eric, could you open a backport ticket? zzak (zzak _)
09:48 AM Bug #8037: rdoc issues preventing docs generating after ruby was compiled
This has been fixed in rdoc 4.0.1, but trunk and ruby_2_0_0 still use rdoc 4.0.0, apparently. Could they be updated? stomar (Marcus Stollsteimer)
01:44 PM Revision 55cbeefb (git): * bignum.c (bary_mul_single): Invoke MEMZERO here.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41868 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
01:25 PM Revision 59d1fc36 (git): * object.c (rb_obj_cmp): Improve doc for Kernel#<=>
to clarify #equal? is not called. [See GH-352]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41867 b2dd03c8-39d4...
Eregon (Benoit Daloze)
01:19 PM Revision 0c620c2e (git): * bignum.c (bary_mul1): No need to invoke MEMZERO at last.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41866 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
12:42 PM Revision 52ecaae8 (git): * properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41865 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
12:41 PM Revision c279e7ee (git): * test/rexml/test_text.rb: Add missing tests for Text#<<.
Reported by nagachika. Thanks!!!
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41864 b2dd03c8-39d4-4d8f-98ff-82...
Sutou Kouhei
12:38 PM Bug #8607 (Closed): Stack consistency error (sp: 16, bp: 17)
Thank you for your investigation.
I close this ticket.
nagachika (Tomoyuki Chikanaga)
12:03 PM Revision 331f22cd (git): Module extended doc by @PragTob [fixes GH-335]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41863 b2dd03c8-39d4-4d8f-98ff-823fe69b080e hsbt (Hiroshi SHIBATA)
11:48 AM Revision 7eeb6539 (git): fixup stying of `Json#generate` parameter docs by @daveworth [fixes GH-339]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41862 b2dd03c8-39d4-4d8f-98ff-823fe69b080e hsbt (Hiroshi SHIBATA)
11:40 AM Revision 78db3589 (git): Add a missing line for rb_str_equal of string.c by @JuanitoFatas [fixes GH-353]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41861 b2dd03c8-39d4-4d8f-98ff-823fe69b080e hsbt (Hiroshi SHIBATA)
10:29 AM Feature #8469: ABI checker とか導入しませんか
2013/7/8 Tanaka Akira <[email protected]>:
> 2013年7月9日 9:11 KOSAKI Motohiro <[email protected]>:
>>
>> 閉じてか...
kosaki (Motohiro KOSAKI)
09:53 AM Feature #8469: ABI checker とか導入しませんか
2013年7月9日 9:11 KOSAKI Motohiro <[email protected]>:
>
> 閉じてから聞くのもアレなんですが、rubyci.org のトップページの表に ABI break...
akr (Akira Tanaka)
09:53 AM Feature #8469: ABI checker とか導入しませんか
こんにちは、なかむら(う)です。

In message "[ruby-dev:47493] Re: [ruby-trunk - Feature #8469][Closed] ABI checker とか導入しませんか"
...
usa (Usaku NAKAMURA)
09:23 AM Feature #8469: ABI checker とか導入しませんか
2013/7/8 kosaki (Motohiro KOSAKI) <[email protected]>:
>
> Issue #8469 has been updated by kosaki (Motoh...
kosaki (Motohiro KOSAKI)
06:42 AM Feature #8469 (Closed): ABI checker とか導入しませんか
Closeするの忘れてました。すいません。 kosaki (Motohiro KOSAKI)
09:03 AM Revision 1e2a6a20 (git): * lib/fileutils.rb (FileUtils#chown_R): Do not skip traversal even
if user and group are both nil, to be consistent with #chown and
other commands.
git-svn-id: svn+ssh://ci.ruby-lan...
Akinori MUSHA
09:03 AM Revision 3488db94 (git): * test/fileutils/fileasserts.rb
(Test::Unit::FileAssertions#{assert_filemode,assert_equal_timestamp}):
New utility assertion methods for testing fi...
Akinori MUSHA
09:03 AM Revision 3ac1eeb3 (git): * test/fileutils/test_fileutils.rb
(TestFileUtils#assert_output_lines): New utility assertion
method for testing verbose output.
git-svn-id: svn+ssh:...
Akinori MUSHA
08:44 AM Revision 2afa9b88 (git): * test/test_tracer.rb: catch up recent rubygems changes.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41857 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ko1 (Koichi Sasada)
08:00 AM Revision 7212ee13 (git): * ext/{dl,fiddle}/win32/lib/win32/registry.rb: hope that the final
resolution to fix the failure of test-all. and includes Win64
support (fixed a potential bug).
git-svn-id: svn+s...
U.Nakamura
07:38 AM Revision 9ae50950 (git): Revert r41786 "broken utf-8"
revert unexpected commit
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41855 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
naruse (Yui NARUSE)
07:11 AM Bug #8594: [BUG] rb_update_max_fd: invalid fd (4) given
It does fail in 2.0.0p195.
Running this script against a local filesystem will probably not produce any errors. I...
chris.frederick (Chris Frederick)
07:10 AM Bug #8374 (Closed): race condition when two threads require a gem
This has been fixed in rubygems master and 2.0 branches. drbrain (Eric Hodel)
07:02 AM Revision b0bc85f9 (git): * object.c: Fix rdoc for Kernel#<=>. [Fix GH-352]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41854 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Akinori MUSHA
07:02 AM Revision a6e3d4be (git): * lib/fileutils.rb (FileUtils#mode_to_s): Define mode_to_s() also
as singleton method, or FileUtils.chmod fails in verbose mode.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@418...
Akinori MUSHA
07:02 AM Revision f5a6a2a7 (git): * test/fileutils/fileasserts.rb
(Test::Unit::FileAssertions#assert_not_symlink): Add a missing
optional argument "message".
git-svn-id: svn+ssh://...
Akinori MUSHA
07:01 AM Revision 02f61f87 (git): * lib/fileutils.rb (FileUtils#chown, FileUtils#chown_R): If user
and group are both nil, print ":".
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41851 b2dd03c8-39d4-4d8f-98ff-8...
Akinori MUSHA
03:49 AM Revision 8ce3f4be (git): * io.c (appendline): use READ_CHAR_PENDING_XXX macros and
RSTRING_END().
* io.c (rb_io_getline_1): rewrite nested if statement into one
statement.
git-svn-id: svn+ssh://ci...
Glass_saga (Masaki Matsushita)
02:23 AM Bug #8592: when outputing to console, it's encoding is ignored for Windows
yeah, I didn't noticed it at first. But it's still weird why it crashes and that font still does support those charac... davispuh (Dāvis Mosāns)
02:06 AM Revision b35c6a42 (git): * ext/{dl,fiddle}/win32/lib/win32/registry.rb (Win32::Regstry#check):
should report the position of the error.
* ext/{dl,fiddle}/win32/lib/win32/registry.rb
(Win32::Regstry#QueryValue)...
U.Nakamura
01:45 AM Revision a189f7f6 (git): * ext/{dl,fiddle}/win32/lib/win32/registry.rb: typos.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41848 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
01:30 AM Revision b16b5afa (git): * ext/{dl,fiddle}/win32/lib/win32/registry.rb
(Win32::Registry.expand_environ): use suitable encoding for the
string.
* ext/{dl,fiddle}/win32/lib/win32/registry...
U.Nakamura
01:27 AM Revision d9194a46 (git): Apply r41148 again
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41846 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
01:04 AM Revision abc0b2f1 (git): * ext/{dl,fiddle}/win32/lib/win32/registry.rb
(Win32::Registry::Error#initialize): use suitable encoding for the
string.
git-svn-id: svn+ssh://ci.ruby-lang.org...
U.Nakamura
12:58 AM Bug #8612 (Rejected): nil in ERB::Util.url_encode
=begin
We hit a bug while using Rails and trying to URL encode an ActiveSupport::SafeBuffer. I have managed to repro...
fotos (Fotos Georgiadis)
12:49 AM Revision d9726121 (git): * ext/dl/win32/lib/win32/registry.rb (Win32::Registry.expand_environ):
use suitable encoding for the string. fixed a test-all error of
r41838.
* ext/fiddle/win32/lib/win32/registry.rb:...
U.Nakamura

07/08/2013

11:36 PM Bug #8508 (Closed): Invalid byte sequence in UTF-8 (ArgumentError) in win32/registry.rb
This issue was solved with changeset r41838.
Thomas, thank you for reporting this issue.
Your contribution to Ruby is...
nobu (Nobuyoshi Nakada)
11:12 PM Bug #8495 (Closed): include/ruby/win32.h assumes that __STRICT_ANSI__ isn’t set
This issue was solved with changeset r41834.
Nikolai, thank you for reporting this issue.
Your contribution to Ruby i...
nobu (Nobuyoshi Nakada)
07:09 AM Bug #8495 (Assigned): include/ruby/win32.h assumes that __STRICT_ANSI__ isn’t set
luislavena (Luis Lavena)
10:41 PM Revision 7083cebe (git): * lib/rubygems: Update to RubyGems 2.0.4. See
https://github.com/rubygems/rubygems/blob/2.0/History.txt for changes
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/t...
drbrain (Eric Hodel)
04:50 PM Revision fa343a79 (git): * bignum.c (biglsh_bang): Don't shift a BDIGIT with BITSPERDIG bits.
(bigrsh_bang): Ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41842 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
akr (Akira Tanaka)
04:19 PM Revision fa1e85c9 (git): * bignum.c (bigrsh_bang): Fix bignum digits overrun.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41841 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
03:56 PM Bug #8611: Minitest encoding problems.
Sorry for a terse report and lack of supporting materials, I'm extremely busy now. Anonymous
03:55 PM Bug #8611 (Closed): Minitest encoding problems.
A long standing annoying misfeature of minitest is the problem with encoding, which I have solved by patching the bac... Anonymous
03:48 PM Revision 2db6f96c (git): * 2013-07-09
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41840 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:48 PM Revision be2a1ad4 (git): * bignum.c (biglsh_bang): Fix bignum digits under-run.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41839 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
02:36 PM Revision 9db6beb0 (git): win32/registry.rb: use WCHAR
* ext/dl/win32/lib/win32/registry.rb (Error, API): use WCHAR
interfaces. c.f. [Bug #8508]
git-svn-id: svn+ssh://c...
nobu (Nobuyoshi Nakada)
02:23 PM Revision f9e1c078 (git): win32.c: suppress warnings
* win32/win32.c (CharNextExA): cast to suppress warnings by VC6.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4...
nobu (Nobuyoshi Nakada)
02:13 PM Revision 3d7fa44b (git): win32.c: for strict ANSI
* win32/win32.c (rb_w32_pow): move from win32.h and disable strict
ANSI mode macro to let _controlfp() stuff define...
nobu (Nobuyoshi Nakada)
02:12 PM Revision 9487b2cd (git): numeric.c: for strict ANSI
* numeric.c (finite): add declaration for strict ANSI.
[ruby-core:55312] [Bug #8495]
git-svn-id: svn+ssh://ci.ruby...
nobu (Nobuyoshi Nakada)
02:12 PM Revision 444f08f6 (git): win32: for strict ANSI
* thread_win32.c (w32_thread_start_func, thread_start_func_1),
(timer_thread_func): use __stdcall instead of _stdca...
nobu (Nobuyoshi Nakada)
01:44 PM Revision 1ffdd828 (git): * bignum.c (bary_mul): Arguments for work memory added.
(bary_mul_balance): Ditto.
(bary_mul_karatsuba): Ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41833 b...
akr (Akira Tanaka)
01:05 PM Revision 6fdad008 (git): * bignum.c (rb_big_sq_fast): New function for testing.
(rb_big_mul_toom3): Ditto.
* internal.h (rb_big_sq_fast): Declared.
(rb_big_mul_toom3): Ditto.
git-svn-id: svn+...
akr (Akira Tanaka)
01:00 PM Revision 85855a22 (git): * bignum.c (bary_mul_balance): Initialize a local variable to suppress
a warning.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41831 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
akr (Akira Tanaka)
11:56 AM Revision ffe55cdc (git): * bignum.c (bary_mul_balance): Reduce work memory.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41830 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
11:53 AM Bug #8605: TestSocket_TCPSocket#test_initialize_failure fails on Windows
2013年7月8日 11:21 usa (Usaku NAKAMURA) <[email protected]>:
>
> あー、そうかー、言われてみたらそんな話あったわー、という感じです。
> わざわざ調べてい...
akr (Akira Tanaka)
11:21 AM Bug #8605 (Rejected): TestSocket_TCPSocket#test_initialize_failure fails on Windows
あー、そうかー、言われてみたらそんな話あったわー、という感じです。
わざわざ調べていただきありがとうございます。
(ちなみにさらに遡ったら r1800 からのようですね。)
事情は [ruby-core:6765] で説明さ...
usa (Usaku NAKAMURA)
10:27 AM Bug #8358: TestSprintf#test_float test failure
nobu: ping? luislavena (Luis Lavena)
10:24 AM Bug #8358: TestSprintf#test_float test failure
Is there any progress about this issue?
This is the only test failure persisted over 2 months.
http://ci.rubyin...
phasis68 (Heesob Park)
10:20 AM Bug #6360: Debug information build even without requesting it
nobu: ping?
I'm still suffering this and is affecting developers cross-compiling gems in Linux targetting Windows,...
luislavena (Luis Lavena)
10:15 AM Feature #7106: FileUtils.touch should allow touching the symlink itself rather than the file the link points to
Krzysztof Wilczynski, would you mind provide an updated patch that return NotImplementedError on Windows?
Feel fre...
luislavena (Luis Lavena)
10:08 AM Bug #8610 (Closed): MinGW: OpenSSL test failures
Build fixed. Thank you Martin! luislavena (Luis Lavena)
09:29 AM Bug #8610: MinGW: OpenSSL test failures
MartinBosslet (Martin Bosslet) wrote:
> Thanks! The errors should disappear with the last update of #8384?
It is ...
luislavena (Luis Lavena)
09:26 AM Bug #8610: MinGW: OpenSSL test failures
Thanks! The errors should disappear with the last update of #8384? MartinBosslet (Martin Bosslet)
07:26 AM Bug #8610 (Closed): MinGW: OpenSSL test failures
=begin
Hello,
RubyInstaller CI is reporting some failures of OpenSSL tests that might be worth to take a look:
...
luislavena (Luis Lavena)
10:06 AM Bug #7758: Ruby on Windows crashes when active codepage is codepage 65001 and outputting unicode character
The patch for `io_fwrite` is equivalent to the patch for `rb_w32_write`.
Only `rb_w32_write` needs to be patched.
phasis68 (Heesob Park)
07:35 AM Bug #7758: Ruby on Windows crashes when active codepage is codepage 65001 and outputting unicode character
Hello,
I missed this entire thread a few months ago, sorry about that.
Picking up this, is not clear to me if b...
luislavena (Luis Lavena)
09:58 AM Bug #7968 (Assigned): Poor UDPSocket#send performance in ruby 2.0.0 on windows
Any suggestion about this? luislavena (Luis Lavena)
09:06 AM Bug #8386: OpenSSL thread safety
Ok, this is gonna be fun... The error occurs in a test that triggers RSA key generation, which was implemented to run... MartinBosslet (Martin Bosslet)
08:33 AM Bug #8384: Cannot build ruby against OpenSSL build with "no-ec2m"
The breaking build was related to "Oakley" curves, which are part of the built-in curves, but a) not suitable for ECD... MartinBosslet (Martin Bosslet)
08:30 AM Bug #8384 (Closed): Cannot build ruby against OpenSSL build with "no-ec2m"
This issue was solved with changeset r41829.
Vit, thank you for reporting this issue.
Your contribution to Ruby is gr...
Anonymous
06:46 AM Bug #8569 (Closed): DLL exports interfere with Win32 Application Embedding Ruby 1.9.3
Hello,
I'm not a native english speaker, so dunno how to word this accordingly.
Please feel free to take a look...
luislavena (Luis Lavena)
06:40 AM Bug #8594: [BUG] rb_update_max_fd: invalid fd (4) given
Hello,
I tested this against:
ruby 2.0.0p247 (2013-06-27) [i386-mingw32]
ruby 2.0.0p247 (2013-06-27) [x64-ming...
luislavena (Luis Lavena)
06:17 AM Bug #8592 (Third Party's Issue): when outputing to console, it's encoding is ignored for Windows
Yeah, forgot to mention that raster fonts are a real problem on Windows.
Closing this now.
luislavena (Luis Lavena)
04:32 AM Feature #7854: New method Symbol[string]
Let me just point out that this is the right way to solve a problem that we have in Ruby-based protocol implementatio... cabo (Carsten Bormann)
12:18 AM Bug #8607: Stack consistency error (sp: 16, bp: 17)
Sorry, this bug is fixed in Ruby 2.0.0p247. Please dismiss this. sawa (Tsuyoshi Sawada)
12:01 AM Bug #8607 (Closed): Stack consistency error (sp: 16, bp: 17)
The following code:
class A
attr_accessor :foo
end
class B
def initialize(parent)
...
sawa (Tsuyoshi Sawada)

07/07/2013

11:30 PM Revision ed92ae81 (git): * test/openssl/test_pkey_ec.rb: Skip tests for "Oakley" curves as
they are not suitable for ECDSA.
[ruby-core:54881] [Bug #8384]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@...
MartinBosslet (Martin Bosslet)
11:04 PM Revision a25f95f8 (git): * bignum.c (bary_mul): Add a RB_GC_GUARD.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41828 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
03:21 PM Revision 4cb5abe2 (git): * 2013-07-08
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41827 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:21 PM Revision 1210743c (git): * bignum.c (bary_mul_karatsuba): Unreachable code removed. Remove
several branches.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41826 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
akr (Akira Tanaka)
02:06 PM Revision c5161596 (git): Ignore config.guess and config.sub.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41825 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
02:01 PM Revision 29634bca (git): * internal.h (rb_big_mul_normal): Declared.
(rb_big_mul_balance): Ditto.
(rb_big_mul_karatsuba): Ditto.
* bignum.c (rb_big_mul_normal): New function for tests...
akr (Akira Tanaka)
11:53 AM Bug #8602: REXML::Element#add_text and REXML::Text#<<
Text#<<のドキュメントを読むと、rawモードのときだけサポートしているようにみえました。
rawモードだと@normalize/@unnormalizeを使わないので、ここでこれらをクリアーしていないのは意図的だったのだろうと...
kou (Kouhei Sutou)
11:50 AM Bug #8602 (Closed): REXML::Element#add_text and REXML::Text#<<
This issue was solved with changeset r41819.
Ippei, thank you for reporting this issue.
Your contribution to Ruby is ...
kou (Kouhei Sutou)
11:04 AM Revision d7c2f3f8 (git): Useless comment removed.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41823 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
11:02 AM Revision 42d60200 (git): * bignum.c: Reorder functions to decrease forward reference.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41822 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
10:23 AM Bug #8507: Keyword splat does not convert arg to Hash
Tried my best to thoughtfully address questions before: http://bugs.ruby-lang.org/issues/8507#note-6
Does anyone hav...
stephencelis (Stephen Celis)
06:03 AM Revision 8dbf5660 (git): * bignum.c: (bigsub_core): Use bary_sub.
(bary_sub): Returns a borrow flag. Use bary_subb.
(bary_subb): New function for actually calculating subtraction w...
akr (Akira Tanaka)
02:55 AM Revision 8f50a210 (git): * NEWS: Add REXML::Text#<< related updates.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41820 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Sutou Kouhei
02:50 AM Revision 0e1cb279 (git): * lib/rexml/text.rb (REXML::Text#<<): Support appending in not
"raw" mode. [Bug #8602] [ruby-dev:47482]
Reported by Ippei Obayashi. Thanks!!!
* test/rexml/test_text.rb (TextTeste...
Sutou Kouhei
02:48 AM Revision fbaec78e (git): * lib/rexml/text.rb (REXML::Text#<<): Support method chain use by "<<"
like other objects.
* test/rexml/test_text.rb (TextTester#test_shift_operator_chain):
Add a test for the above case...
Sutou Kouhei
02:35 AM Revision afbc25c4 (git): * lib/rexml/text.rb (REXML::Text#clear_cache): Extract common
cache clear code.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41817 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Sutou Kouhei
02:07 AM Bug #8575: Crash in openssl verify_certificate_identity
I've backported r41805 into ruby_2_0_0 branch at r41812. nagachika (Tomoyuki Chikanaga)
02:01 AM Revision 2114ad42 (git): configure.in: check exit statuses
* configure.in (RUBY_DTRACE_POSTPROCESS): check exit statuses of
commands. [Bug #8606]
git-svn-id: svn+ssh://ci.r...
nobu (Nobuyoshi Nakada)
02:01 AM Revision 2b5f033c (git): configure.in: correctly tests dtrace -G in version 1.11
* configure.in (RUBY_DTRACE_POSTPROCESS): dtrace version SUN D 1.11
introduces a check in the dtrace compiler to en...
nobu (Nobuyoshi Nakada)
01:22 AM Revision 0241a448 (git): * 2013-07-07
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41814 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
01:22 AM Revision b2cf5f36 (git): * bignum.c (bary_sq_fast): Extracted from bigsqr_fast and
ensure not to access zds[2*xn].
(bigsqr_fast): Allocate the result bignum with 2*xn words.
git-svn-id: svn+ssh:/...
akr (Akira Tanaka)

07/06/2013

11:38 PM Bug #8386: OpenSSL thread safety
ktsj (Kazuki Tsujimoto) wrote:
>
> I've attached the backtrace log.
>
> Martin, can you check it?
Sure, thank...
MartinBosslet (Martin Bosslet)
11:22 PM Bug #8386 (Assigned): OpenSSL thread safety
=begin
Seems r41806 introduced a test failure under Ubuntu 13.04(x86_64):
$ while :; do make TESTS='openssl -j2'...
ktsj (Kazuki Tsujimoto)
06:45 AM Bug #8386 (Closed): OpenSSL thread safety
This issue was solved with changeset r41806.
Dirkjan, thank you for reporting this issue.
Your contribution to Ruby i...
Anonymous
10:22 PM Bug #8384: Cannot build ruby against OpenSSL build with "no-ec2m"
naruse (Yui NARUSE) wrote:
> r41808 breaks non-FIPS environments like http://u32.rubyci.org/~chkbuild/ruby-trunk/log...
MartinBosslet (Martin Bosslet)
06:16 PM Bug #8384 (Assigned): Cannot build ruby against OpenSSL build with "no-ec2m"
r41808 breaks non-FIPS environments like http://u32.rubyci.org/~chkbuild/ruby-trunk/log/20130705T230301Z.diff.html.gz naruse (Yui NARUSE)
04:18 PM Bug #8384: Cannot build ruby against OpenSSL build with "no-ec2m"
Thanks for applying this patch.
Could this be backported into 2.0.0? Thanks.
vo.x (Vit Ondruch)
07:47 AM Bug #8384: Cannot build ruby against OpenSSL build with "no-ec2m"
vo.x (Vit Ondruch) wrote:
> So I made the patch pass the test suite. The test suite is now querying OpenSSL for buil...
MartinBosslet (Martin Bosslet)
07:46 AM Bug #8384 (Closed): Cannot build ruby against OpenSSL build with "no-ec2m"
This issue was solved with changeset r41808.
Vit, thank you for reporting this issue.
Your contribution to Ruby is gr...
Anonymous
10:20 PM Feature #8601 (Assigned): Win32API.rb long life plan
Hello Arton,
In rb-readline project we used DL be able to access Windows API due the warning/removal of Win32API.r...
luislavena (Luis Lavena)
05:05 PM Revision 239d52c8 (git): merge revision(s) 41805: [Backport #8575] [Backport #8582]
* lib/openssl/ssl.rb: Fix SSL client connection crash for SAN marked
critical.
The patch for CVE-...
nagachika (Tomoyuki Chikanaga)
04:58 PM Revision f17c697c (git): merge revision(s) 41781: [Backport #8604]
* lib/fileutils.rb (FileUtils#symbolic_modes_to_i): Fix the wrong
character class [+-=], which happened to ...
nagachika (Tomoyuki Chikanaga)
04:57 PM Revision 26dc1902 (git): merge revision(s) 41796:
* lib/fileutils.rb (FileUtils#chown, FileUtils#chown_R): Fix the
wrong output message when user is nil, whi...
nagachika (Tomoyuki Chikanaga)
04:52 PM Revision b4359a3a (git): merge revision(s) 41785:
Fix comment typo by @parroty [fix GH-350]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@41809 b2dd...
nagachika (Tomoyuki Chikanaga)
12:31 PM Feature #8546: super errors in UnboundMethods
headius (Charles Nutter) wrote:
> I don't see how it would know the order in which to do the super logic. What do ...
saturnflyer (Jim Gay)
09:21 AM Bug #8605: TestSocket_TCPSocket#test_initialize_failure fails on Windows
Bug #8574 にもあって、なにが起きてるのかなぁ、と思っていたのですが、
調べてみると、_WIN32 と __CYGWIN__ では SO_REUSEADDR を使っていないようです。
ext/socket/ipsock...
akr (Akira Tanaka)
07:53 AM Feature #6065: Allow Bignum marshalling/unmarshalling from C API
akr (Akira Tanaka) wrote:
> 2013/6/5 Tanaka Akira <[email protected]>:
> Any opinions about the API?
>
Wow, tha...
MartinBosslet (Martin Bosslet)
07:34 AM Bug #8439: test_aes_gcm_wrong_tag(OpenSSL::TestCipher) fails randomly
vo.x (Vit Ondruch) wrote:
> Might be related/duplicate to #8221
Yes, very much sounds like it. I need to take a d...
MartinBosslet (Martin Bosslet)
07:30 AM Bug #8178: OpenSSL::PKCS7::SignerInfo
I agree that SignerInfo#name is misleading. It should be easier to get the relevant information, I'll consider your p... MartinBosslet (Martin Bosslet)
07:24 AM Feature #8126: OpenSSL::SSL::SSLSocket does not define #recv and #send messages
I agree that it would be better design if SSLSocket responded to the same interface that TCPSocket responds to. Howev... MartinBosslet (Martin Bosslet)
07:16 AM Bug #8114: Issue in test coverage for CRL
vipulnsward (Vipul Amler) wrote:
> wrt: https://github.com/ruby/ruby/blob/trunk/test/openssl/test_x509crl.rb#L104
>...
MartinBosslet (Martin Bosslet)
07:16 AM Bug #8114 (Closed): Issue in test coverage for CRL
This issue was solved with changeset r41807.
Vipul, thank you for reporting this issue.
Your contribution to Ruby is ...
Anonymous
06:08 AM Bug #8575 (Closed): Crash in openssl verify_certificate_identity
This issue was solved with changeset r41805.
Maximilian, thank you for reporting this issue.
Your contribution to Rub...
Anonymous
01:57 AM Bug #8575: Crash in openssl verify_certificate_identity
jeremyevans0 (Jeremy Evans) wrote:
> I humbly request that the fix be backported to 1.8.7 and a new 1.8.7 patch rele...
MartinBosslet (Martin Bosslet)
01:43 AM Bug #8575: Crash in openssl verify_certificate_identity
I humbly request that the fix be backported to 1.8.7 and a new 1.8.7 patch release be issued. Considering that this ... jeremyevans0 (Jeremy Evans)
03:38 AM Bug #8574 (Closed): CI Build failure introduced by r41686
This issue was solved with changeset r41802.
Luis, thank you for reporting this issue.
Your contribution to Ruby is g...
naruse (Yui NARUSE)

07/05/2013

11:38 PM Bug #8575: Crash in openssl verify_certificate_identity
emboss: Here's my patch. https://gist.github.com/nahi/5934959 nahi (Hiroshi Nakamura)
10:46 PM Revision 0d58bb55 (git): * ext/openssl/ossl_pkey_ec.c: Ensure compatibility to builds of
OpenSSL with OPENSSL_NO_EC2M defined, but OPENSSL_NO_EC not
defined.
* test/openssl/test_pkey_ec.rb: Iterate over b...
MartinBosslet (Martin Bosslet)
10:16 PM Revision 880bc0e0 (git): * test/openssl/test_x509crl.rb: Remove unused variable.
[ruby-core:53501] [Bug #8114]
Thanks, Vipul Amler, for pointing this out!
git-svn-id: svn+ssh://ci.ruby-lang.org...
MartinBosslet (Martin Bosslet)
09:44 PM Revision 7e443fcf (git): * ext/openssl/ossl.c: Provide CRYPTO_set_locking_callback() and
CRYPTO_set_id_callback() callback functions ossl_thread_id and
ossl_lock_callback to ensure the OpenSSL extension i...
MartinBosslet (Martin Bosslet)
09:08 PM Revision a3a62f87 (git): * lib/openssl/ssl.rb: Fix SSL client connection crash for SAN marked
critical.
The patch for CVE-2013-4073 caused SSL crash when a SSL server returns
the certificate that has critica...
MartinBosslet (Martin Bosslet)
08:56 PM Bug #8605 (Rejected): TestSocket_TCPSocket#test_initialize_failure fails on Windows
=begin
表題の通りですが、こんな風に失敗しています。
76) Failure:
TestSocket_TCPSocket#test_initialize_failure [D:/tmp/mswin-build20...
usa (Usaku NAKAMURA)
07:51 PM Revision c62aca26 (git): * ext/psych/lib/psych/visitors/yaml_tree.rb: register time objects so
they are referenced as ids during output.
* test/psych/test_date_time.rb: corresponding test.
git-svn-id: svn+ssh://...
tenderlovemaking (Aaron Patterson)
06:38 PM Revision ddf7ed85 (git): * 2013-07-06
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41803 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
06:38 PM Revision 7c467109 (git): Use server_port for Windows
fix r41686 [Bug #8574]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41802 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
naruse (Yui NARUSE)
01:43 PM Revision eb06e8d3 (git): un.rb: help order
* lib/un.rb (UN#help): show help messages in the given order.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4180...
nobu (Nobuyoshi Nakada)
01:43 PM Revision 0fc35416 (git): un.rb: help message
* lib/un.rb (setup): show help message by help method.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41800 b2dd0...
nobu (Nobuyoshi Nakada)
01:43 PM Revision 4d076e91 (git): un.rb: refine regexp
* lib/un.rb (help): refine regexp to extract method name.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41799 b2...
nobu (Nobuyoshi Nakada)
01:43 PM Revision ed0cba79 (git): un.rb: nodoc setup
* lib/un.rb (setup): nodoc for internal use method.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41798 b2dd03c8...
nobu (Nobuyoshi Nakada)
11:50 AM Revision 9fd8204e (git): * test/ruby/test_unicode_escape.rb (TestUnicodeEscape#test_basic): this
assertion doesn't seems to be checking the unicode string on command
line, but seems to be checking how to treat th...
U.Nakamura
10:07 AM Revision 9b9654c3 (git): * lib/fileutils.rb (FileUtils#chown, FileUtils#chown_R): Fix the
wrong output message when user is nil, which should be "chown
:group file" instead of "chown group file".
git-svn-...
Akinori MUSHA
09:50 AM Feature #8601: Win32API.rb long life plan
lib/rubygems/user_interaction.rb has code to use io/console already.
\# Bad habit branching by the version string...
nobu (Nobuyoshi Nakada)
09:29 AM Feature #8601: Win32API.rb long life plan
And lib/rubygems/user_interaction.rb and lib/securerandom.rb depend on it. nobu (Nobuyoshi Nakada)
05:20 AM Feature #8601: Win32API.rb long life plan
No. Many of Windows users use ruby on enterprise environment that is disconnected from the network. So pre-installed ... arton (Akio Tajima)
04:13 AM Feature #8601: Win32API.rb long life plan
Wouldn't it be better to move it out of StdLib into separate gem? vo.x (Vit Ondruch)
03:29 AM Feature #8601 (Closed): Win32API.rb long life plan
Win32API.rb sits on ext/dl/win32/lib in the source tree.
But DL is deprecated on Ruby 2.0.1, so I'd like to move it ...
arton (Akio Tajima)
07:58 AM Revision 2967707b (git): * test/ruby/test_rubyoptions.rb: better approach.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41795 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
07:53 AM Revision 1b644ad4 (git): * test/ruby/test_rubyoptions.rb: typo in r41791.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41794 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
07:24 AM Revision b3c40d5b (git): * test/ruby/test_regexp.rb
(TestRegexp#test_options_in_look_behind)
(TestRegexp#assert_match_at): Parse regexps in run time rather
than in c...
Akinori MUSHA
07:07 AM Revision a62ee369 (git): * test/ruby/test_regexp.rb
(TestRegexp#test_options_in_look_behind)
(TestRegexp#assert_match_at): Add tests for another problem
fixed in Oni...
Akinori MUSHA
03:36 AM Bug #8602 (Closed): REXML::Element#add_text and REXML::Text#<<
以下のコードは "<e>foo bar</e>" が出力されることが期待されますが実際には "<e>foo</e>" が出力されます。
require 'rexml/document'
doc = REXML::Docu...
ohai (Ippei Obayashi)
03:16 AM Revision 738fee09 (git): * test/ruby/test_rubyoptions.rb (TestRubyOptions#test_notfound): after
r41710, the path of command uses backslash as the separator on
Windows.
git-svn-id: svn+ssh://ci.ruby-lang.org/ru...
U.Nakamura
02:29 AM Revision 9d93d4df (git): test/unit: assert_raise_with_message
* lib/test/unit/assertions.rb (assert_raise_with_message): move from
test/fileutils/test_fileutils.rb. this is sti...
nobu (Nobuyoshi Nakada)
02:12 AM Revision 5716c5ef (git): * win32/win32.c (w32_spawn): r41710 made that if the command starts with
a quote and includes slash, removed the top quote and NOT removed the
last quote.
this fixes test failures on tes...
U.Nakamura
01:53 AM Revision 01ca1301 (git): mkmf.rb: config_string
* lib/mkmf.rb (CPPOUTFILE): use config_string.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41788 b2dd03c8-39d...
nobu (Nobuyoshi Nakada)
12:54 AM Revision 5aae8984 (git): * lib/mkmf.rb (CONFIG['CPPOUTFILE']): fix r41769; CONFIG['CPPOUTFILE']
may be nil.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41787 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
naruse (Yui NARUSE)
12:54 AM Revision ed37bfcc (git): broken utf-8
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41786 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
12:46 AM Revision 660fed67 (git): Fix comment typo by @parroty [fix GH-350]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41785 b2dd03c8-39d4-4d8f-98ff-823fe69b080e hsbt (Hiroshi SHIBATA)

07/04/2013

11:33 PM Bug #8538: c method not pushed into the callstack when called, but popped when returned
=begin
Maybe the granularity requested in my previous message implies more work. I would be fine with just correctin...
deivid (David Rodríguez)
09:04 PM Revision c97c7850 (git): * bignum.c (BARY_MUL1): Renamed from BARY_MUL.
(bary_mul1): Renamed from bary_mul.
(bary_mul): Renamed from bary_mul2.
git-svn-id: svn+ssh://ci.ruby-lang.org/ru...
akr (Akira Tanaka)
08:31 PM Revision c3111343 (git): * bignum.c (bary_mul_balance): Extracted from bigmul1_balance and
use bary_mul2 and bary_add to decrease allocations.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41783 b2dd03...
akr (Akira Tanaka)
05:22 PM Revision a0011cd5 (git): * lib/fileutils.rb (FileUtils.chmod{,_R}): Enhance the symbolic
mode parser to support the permission symbols u/g/o and multiple
actions as defined in SUS, so that chmod("g=o+w", ...
Akinori MUSHA
05:22 PM Revision 45116b6a (git): * lib/fileutils.rb (FileUtils#symbolic_modes_to_i): Fix the wrong
character class [+-=], which happened to match all desired
characters but also match undesired characters.
git-svn...
Akinori MUSHA
04:30 PM Revision 16f70c0e (git): merge revision(s) 41764,41765,41767: [Backport #8583]
* regcomp.c (): Merge Onigmo 5.13.5 23b523076d6f1161.
https://bugs.ruby-lang.org/issues/8583
* [b...
nagachika (Tomoyuki Chikanaga)
03:29 PM Revision ab7d6086 (git): mkmf.rb: old syntax
* lib/mkmf.rb (have_framework): get rid of newer syntax to run with
ruby 1.8 for cross compiling. [ruby-core:55745...
nobu (Nobuyoshi Nakada)
03:25 PM Revision f76fe000 (git): * 2013-07-05
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41778 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:25 PM Revision 5d572309 (git): mkmf.rb: header in framework
* lib/mkmf.rb (have_framework): allow header file to check.
[ruby-core:55745] [Bug #8593]
git-svn-id: svn+ssh://ci...
nobu (Nobuyoshi Nakada)
02:41 PM Revision 4e681d97 (git): bignum.c: constify
* bignum.c: constify maxpow tables.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41776 b2dd03c8-39d4-4d8f-98ff-...
nobu (Nobuyoshi Nakada)
01:31 PM Revision 3d8deb6e (git): * object.c (rb_obj_equal): Fixed an rb_obj_equal documentation typo
where "a" was used instead of "obj".
Fixes GH-349. Patch by @adnandoric
git-svn-id: svn+ssh://ci.ruby-lang.org/rub...
Charlie Somerville
11:40 AM Revision 2e44efd4 (git): * tool/make-snapshot: Exit with EXIT_FAILURE when it fails.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41774 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
11:23 AM Revision 313cdec1 (git): * bignum.c (maxpow_in_bdigit_dbl): Use tables if available.
(maxpow_in_bdigit): Ditto.
(U16): New macro.
(U32): Ditto.
(U64): Ditto.
(U128): Ditto.
(maxpow16_exp): New...
akr (Akira Tanaka)
10:04 AM Feature #8600 (Rejected): Recognize variables declared in if modifier at end of line
Variables are declared in the order of appearance. I don't want to introduce exceptions.
Matz.
matz (Yukihiro Matsumoto)
02:33 AM Feature #8600: Recognize variables declared in if modifier at end of line
Or maybe because it would be too complex to change the parser to support that? Now I'm not sure about the reasons... rosenfeld (Rodrigo Rosenfeld Rosas)
02:32 AM Feature #8600: Recognize variables declared in if modifier at end of line
A long-time +1, but if I remember correctly Matz doesn't want this because it could introduce backward incompatibilit... rosenfeld (Rodrigo Rosenfeld Rosas)
01:29 AM Feature #8600 (Rejected): Recognize variables declared in if modifier at end of line
=begin
2.0.0 (main):0 > .ruby -v
ruby 2.0.0p195 (2013-05-14 revision 40734) [x86_64-darwin12.3.0]
2.0.0 (main):...
rudolph9 (Kurt Rudolph)
09:38 AM Revision fd8f2338 (git): * bignum.c (rb_cstr_to_inum): Avoid temporary buffer allocation except
very big base non-power-of-2 numbers.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41772 b2dd03c8-39d4-4d8f-9...
akr (Akira Tanaka)
08:06 AM Bug #8374: race condition when two threads require a gem
This is reproducible without a C extension, updated subject. drbrain (Eric Hodel)
07:36 AM Bug #8599 (Rejected): CSV module - error when trying to set backslash as quote_char
Okay to close? sorah (Sorah Fukumori)
07:03 AM Revision 0eed101a (git): test/mkmf: $extmk in parallel test
* test/mkmf/base.rb, test/mkmf/test_config.rb: needs to set $extmk
since worker processes in parallel test mode.
g...
nobu (Nobuyoshi Nakada)
07:03 AM Revision a5361435 (git): test_have_library.rb: toolchains result
* test/mkmf/test_have_library.rb (create_library): check if toolchains
work.
git-svn-id: svn+ssh://ci.ruby-lang.or...
nobu (Nobuyoshi Nakada)
07:03 AM Revision 246c66f7 (git): mkmf.rb: CONFTEST
* lib/mkmf.rb (CONFTEST): constify hardcoded filename.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41769 b2dd0...
nobu (Nobuyoshi Nakada)
06:52 AM Revision 05bc4777 (git): * string.c (rb_str_succ): use ONIGENC_MBCLEN_CHARFOUND_P correctly.
* string.c (rb_str_dump): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41768 b2dd03c8-39d4-4d8f-98ff-823...
naruse (Yui NARUSE)
04:32 AM Revision c294ed58 (git): test_regexp.rb: test for conditional expression
* test/ruby/test_regexp.rb (TestRegexp#test_conditional_expression):
test for [Bug #8583]
git-svn-id: svn+ssh://ci...
nobu (Nobuyoshi Nakada)
02:53 AM Revision fa7e5146 (git): Fixing example in comments that raised an error by @JackDanger [fix GH-345]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41766 b2dd03c8-39d4-4d8f-98ff-823fe69b080e hsbt (Hiroshi SHIBATA)
02:09 AM Bug #8594: [BUG] rb_update_max_fd: invalid fd (4) given
Maybe because you are on Unix platform and the bug reporter on Win32 platform ! :)
It would be better IMHO to try to...
cedric.brancourt (Cedric Brancourt)
01:39 AM Revision 60c90330 (git): Additional description for r41764
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41765 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
01:16 AM Revision d39f1964 (git): * regcomp.c (): Merge Onigmo 5.13.5 23b523076d6f1161.
https://bugs.ruby-lang.org/issues/8583
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41764 b2dd03c8-39d4-4d8f-98...
naruse (Yui NARUSE)
01:11 AM Revision f23fe319 (git): fix a typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41763 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
01:10 AM Feature #8229: extend Hash.include?
I think this would be more interesting if in the form:
h = { a: 'b', c: { d: 'e' } }
h.include?({c: { d: 'e' } }) #...
fuadksd (Fuad Saud)
 

Also available in: Atom