Project

General

Profile

Activity

From 11/16/2011 to 11/22/2011

11/22/2011

10:35 PM Bug #5625: Remove profanity and pejoratives
Eric Hodel wrote:
> I've looked through two of your patches and if we're going to remove profanity then let's not si...
naruse (Yui NARUSE)
12:55 PM Bug #5625: Remove profanity and pejoratives
I've looked through two of your patches and if we're going to remove profanity then let's not simply replace words yo... drbrain (Eric Hodel)
09:29 PM Feature #5512: Integer#/ の改訂
たるいです。

2011年11月1日22:12 Yusuke Endoh <[email protected]>:
> 本気で変える予定があるのなら、特大の非互換になりますので、今のうちに
> 切り捨てたい場合の推奨代替策...
tarui (Masaya Tarui)
09:26 PM Bug #5659 (Rejected): bug releasing a gem created with rails 3.1
I made a rails engine using rails 3.1
the steps i follow was :
i created the engine with rails new plugin test_...
viniciusgati (Vinicius Gati)
08:20 PM Feature #2567: Net::HTTP does not handle encoding correctly
I agree with Alex Young, the encoding should be set from the header if available.
I believe a sensible default is ...
Eregon (Benoit Daloze)
07:03 PM Feature #2567: Net::HTTP does not handle encoding correctly
Surely setting the encoding to whatever the content-type header declares doesn't stop mechanize from performing that ... regularfry (Alex Young)
01:46 PM Feature #2567: Net::HTTP does not handle encoding correctly
=begin
What should the user expect when the response headers are wrong? For example, the response Content-Type clai...
drbrain (Eric Hodel)
02:23 PM Bug #5657: Constants in included modules aren't visible when defining classes with Class.new
Agreed. This was a bug in 1.9.2 probably caused by the (aborted) attempt to
change constant lookup rules in 1.9.
...
wycats (Yehuda Katz)
02:23 PM Bug #5657: Constants in included modules aren't visible when defining classes with Class.new
It was a bug of 1.9.2 and fixed in 1.9.3.

http://redmine.ruby-lang.org/issues/4536 (in Japanese)

Constan...
shugo (Shugo Maeda)
11:37 AM Bug #5657 (Rejected): Constants in included modules aren't visible when defining classes with Class.new
I define two classes that include a module. One is defined with `class`, one is defined with `Class.new`. I expect bo... Anonymous
02:23 PM Feature #5653: "I strongly discourage the use of autoload in any standard libraries" (Re: autoload will be dead)
On Nov 21, 2011, at 11:51 AM, Aaron Patterson wrote:
> On Mon, Nov 21, 2011 at 05:28:25PM +0900, Hiroshi Nakamura w...
drbrain (Eric Hodel)
10:29 AM Feature #5653: "I strongly discourage the use of autoload in any standard libraries" (Re: autoload will be dead)
Hi,

In message "Re: [ruby-core:41183] [ruby-trunk - Feature #5653] "I strongly discourage the use of autoload i...
matz (Yukihiro Matsumoto)
09:57 AM Feature #5653: "I strongly discourage the use of autoload in any standard libraries" (Re: autoload will be dead)
My understanding was that plain old 'require' had much the same flaw in a multi-threaded environment as autoload. No? jrochkind (jonathan rochkind)
04:53 AM Feature #5653: "I strongly discourage the use of autoload in any standard libraries" (Re: autoload will be dead)
On Mon, Nov 21, 2011 at 05:28:25PM +0900, Hiroshi Nakamura wrote:
>
> Issue #5653 has been updated by Hiroshi Nak...
Anonymous
02:15 PM Feature #5658: Wrap mkmf.rb in a module to clean up documentation
I merged the try_func change and thought I got it right, but obviously not. I will check it again.
I will define ...
drbrain (Eric Hodel)
12:26 PM Feature #5658: Wrap mkmf.rb in a module to clean up documentation
=begin
I agree the concept, and have planned for it.
But, the patch reverts (({try_func})) partially (and
uninte...
nobu (Nobuyoshi Nakada)
11:42 AM Feature #5658 (Closed): Wrap mkmf.rb in a module to clean up documentation
=begin
Currently all of the methods in mkmf.rb exist at the top-level. This causes methods from mkmf.rb to show up ...
drbrain (Eric Hodel)
10:47 AM Bug #4576 (Closed): Range#step miss the last value, if end-exclusive and has float number
This issue was solved with changeset r33811.
Joey, thank you for reporting this issue.
Your contribution to Ruby is g...
naruse (Yui NARUSE)
09:08 AM Revision 6904c662 (git): * win32/win32.c (_pioinfo): need to declare _pioinfo() before using
_osfhnd and other macros which uses _pioinfo() internally.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33817 ...
U.Nakamura
08:49 AM Revision 083b923e (git): * win32/win32.c (_pioinfo): make an inline function.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33816 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
08:08 AM Bug #5656 (Closed): Improve documentation for Range
I've tried to improve the documentation for range by:
+ adding more examples
+ simplifying existing examples
+ ...
zetter (Chris Zetter)
05:38 AM Revision a0ef6262 (git): Use proc to delay making exception_details.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33815 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
04:54 AM Revision cc56bdee (git): Fix for r33811.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33814 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
04:47 AM Feature #5654: Introduce global lock to avoid concurrent require
The main caveat I can think of is that starting a reactor or other server loop inside a `require` will no longer work... wycats (Yehuda Katz)
02:34 AM Revision 18b52044 (git): * win32/win32.c (dupfd): argument of _osfhnd and so on should not
have side effect.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33813 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
02:27 AM Revision 30d76279 (git): * bignum.c (): refix of r33536. Don't change behavior of Bignum#/.
[ruby-core:40429] [Bug #5490]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33812 b2dd03c8-39d4-4d8f-98ff-823fe6...
naruse (Yui NARUSE)
01:50 AM Bug #5655 (Third Party's Issue): Segfault in Net::HTTP on OS X Lion
When I make an SSL call using Net::HTTP in Ruby 1.9.3p0 (installed via RVM), I'm consistently getting a segfault in O... ahkoppel (Alex Koppel)
01:47 AM Revision 033244c1 (git): * numeric.c (ruby_float_step): improve floating point calculations.
[ruby-core:35753] [Bug #4576]
* numeric.c (ruby_float_step): correct the error of floating point
numbers on the ex...
naruse (Yui NARUSE)

11/21/2011

10:00 PM Revision 4e29a1a8 (git): * test/ruby/test_io.rb (test_fcntl_dupfd): there is no known platform
which don't have F_DUPFD. [ruby-dev:44874]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33810 b2dd03c8-39d4-...
akr (Akira Tanaka)
07:51 PM Feature #5654 (Assigned): Introduce global lock to avoid concurrent require
=begin
Current implementation of "require" has locks for each file (expanded name from required feature) and seriali...
nahi (Hiroshi Nakamura)
07:47 PM Revision daeaa65f (git): * ext/psych/lib/psych.rb: remove autoload from psych
* ext/psych/lib/psych/json.rb: ditto
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33809 b2dd03c8-39d4-4d8f-98ff...
tenderlovemaking (Aaron Patterson)
06:14 PM Feature #5650 (Feedback): Add rb_enc_raise() to allow C extensions to raise errors with messages with correct encoding
I agree that exceptions need to consider encodings.
But I'm curious about your usage. Which needs the encoding, the...
nobu (Nobuyoshi Nakada)
05:28 PM Feature #5653: "I strongly discourage the use of autoload in any standard libraries" (Re: autoload will be dead)
This ticket is for discussion about removing autoload from stdlib (or not)
% grep autoload {ext/*/,}lib/**/* | wc ...
nahi (Hiroshi Nakamura)
05:24 PM Feature #5653 (Closed): "I strongly discourage the use of autoload in any standard libraries" (Re: autoload will be dead)
Hi,

Today, I talked with NaHi about enhancing const_missing to enable
autoload-like feature with nested modules....
matz (Yukihiro Matsumoto)
03:46 PM Revision 19bca2e6 (git): * test/ruby/test_io.rb (test_fcntl_dupfd): the argument of F_DUPFD is
minimum file descriptor.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33808 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
akr (Akira Tanaka)
03:26 PM Revision 15e793ba (git): * 2011-11-22
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33807 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:26 PM Revision 08f8dfc2 (git): * io.c (linux_get_maxfd): get rid of a warning.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33806 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
02:40 PM Revision f49f6ff1 (git): * io.c (linux_get_maxfd): new function to find maximum fd on Linux.
(rb_close_before_exec): use linux_get_maxfd.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33805 b2dd03c8-39d4-...
akr (Akira Tanaka)
06:43 AM Bug #5468: IPSocket#valid_v6? in ipaddr.rb contains incorrect regexps
Apologies, you're right. That was a stupid mistake to make :)
However, I'm still getting an invalid address:
...
jamesotron (James Harton)
03:09 AM Bug #5568 (Assigned): IO#set_encoding ignores internal when the same as external only when specified as "ext:int"
naruse (Yui NARUSE)

11/20/2011

10:44 PM Bug #5652 (Closed): /\p{Other_Default_Ignorable_Code_Point}/ causes invalid character property name error
This issue was solved with changeset r33797.
Ken, thank you for reporting this issue.
Your contribution to Ruby is gr...
naruse (Yui NARUSE)
01:04 PM Bug #5652 (Closed): /\p{Other_Default_Ignorable_Code_Point}/ causes invalid character property name error
Unicodeプロパティ名の中で最大長の \p{Other_Default_Ignorable_Code_Point} がエラーになります。
>irb --encoding=UTF-8
irb(main):001:0> /\p...
k_takata (Ken Takata)
09:17 PM Revision 81bedc68 (git): * cont.c (fiber_switch): ignore fiber context switch
because destination fiber is same as current fiber.
With out this, it may segv on FreeBSD 9.
patched by Koichi Sa...
naruse (Yui NARUSE)
03:53 PM Feature #5138: Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
> Bump.  Can someone please give feedback?  What needs to change in this
> patch before it can be applied?
>
> ...
kosaki (Motohiro KOSAKI)
02:23 PM Feature #5138: Add nonblocking IO that does not use exceptions for EOF and EWOULDBLOCK
On Tue, Aug 02, 2011 at 07:35:15AM +0900, Yehuda Katz wrote:
>
> Issue #5138 has been reported by Yehuda Katz.
>...
Anonymous
03:19 PM Revision ee98d191 (git): * 2011-11-21
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33803 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:19 PM Revision c82ff0aa (git): * ChangeLog: fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33802 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
02:22 PM Revision c2c6687d (git): * ext/extmk.rb (extract_makefile, extmake): regenerate makefiels
if globbed source file list is changed.
* lib/mkmf.rb (create_makefile): store ORIG_SRCS.
git-svn-id: svn+ssh://ci....
nobu (Nobuyoshi Nakada)
02:19 PM Revision aa347ba0 (git): * ext/tk/tkutil/tkutil.c (cbsubst_info): fix shorten-64-to-32 warnings.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33800 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
02:05 PM Revision afea9046 (git): * re.c (rb_reg_initialize): fix indent.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33799 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
02:02 PM Revision 22dcc885 (git): * ext/tk/tkutil/tkutil.c: fix shorten-64-to-32 warnings.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33798 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:44 PM Revision be276c14 (git): * enc/unicode.c (PROPERTY_NAME_MAX_SIZE): +1.
reported by Ken Takata. [ruby-dev:44894][Bug #5652]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33797 b2dd03c8...
naruse (Yui NARUSE)
03:33 AM Feature #5650 (Closed): Add rb_enc_raise() to allow C extensions to raise errors with messages with correct encoding
Currently, rb_raise raises exceptions with a message with an encoding set to ASCII-8BIT. Adding rb_enc_raise() will ... now (Nikolai Weibull)
02:02 AM Revision 901ed0b3 (git): * lib/set.rb (SortedSet.setup): remove old_init after initialize
method is redefined. The remove before redefinition makes the
warning prevention fragile. [ruby-dev:44892]
git...
akr (Akira Tanaka)
01:21 AM Revision 562c42a6 (git): * lib/set.rb (SortedSet.setup): don't remove old_init. The remove
makes the warning prevention fragile. [ruby-dev:44892]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33795 b2d...
akr (Akira Tanaka)

11/19/2011

09:52 PM Feature #5572 (Closed): ブロックなしPathname#find呼び出しでEnumeratorを返す
This issue was solved with changeset r33792.
Kazuki, thank you for reporting this issue.
Your contribution to Ruby is...
akr (Akira Tanaka)
09:43 PM Bug #5648 (Closed): irb does not handle recursive heredocs
irb get compile error on following code:
<<A
#{ <<A
A
}
A
neleai (Ondrej Bilka)
07:02 PM Revision 4dd0e267 (git): * 2011-11-20
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33794 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
07:01 PM Revision f6a635a9 (git): * Makefile.in (enc/unicode/name2ctype.h): remove duplicated
ifdefs.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33793 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
12:52 PM Revision 54f282c2 (git): * lib/pathname.rb (Pathname#find): return an enumerator if
no block is given.
* test/pathname/test_pathname.rb: add tests for above.
[ruby-dev:44797] [Feature #5572]
git-s...
akr (Akira Tanaka)
12:40 PM Feature #2567: Net::HTTP does not handle encoding correctly
Yui NARUSE wrote:
> The problem is stated in HTML5: misinterpreted for compatibility.
> http://www.w3.org/TR/html...
mksm (Ricardo Amorim)
10:48 AM Revision 62fed7c9 (git): update doc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33791 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
10:47 AM Revision 6445aab4 (git): * time.c (TIME_COPY_GMT): copy vtm.utc_offset and vtm.zone too.
patch by Tomoyuki Chikanaga.
[ruby-dev:44827] [Bug #5586]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3379...
akr (Akira Tanaka)
09:25 AM Feature #5562: Improvement of Windows IO performance
> In addition, some other temp files are left undeleted after make test-all is finished.
About above point, some t...
h.shirosaki (Hiroshi Shirosaki)
07:21 AM Feature #5562: Improvement of Windows IO performance
> Hmm, does r33783 help you?
Thank you.
I merged r33783 and checked make test-all TESTS="net/http/test_http.rb t...
h.shirosaki (Hiroshi Shirosaki)
05:55 AM Feature #5562: Improvement of Windows IO performance
> test_capture3_flip doesn't use Tempfile.
> Why a temp file is referenced by the process created by test_capture3...
h.shirosaki (Hiroshi Shirosaki)
05:55 AM Feature #5562: Improvement of Windows IO performance
> test_capture3_flip doesn't use Tempfile.
> Why a temp file is referenced by the process created by test_capture3...
h.shirosaki (Hiroshi Shirosaki)
07:37 AM Revision b0fe6886 (git): * test/net/http/test_http.rb: remove temporally files in ensure clause.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33789 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
05:53 AM Bug #5541: Better configure error message when llvm-gcc is the default compiler
>> > Ryan committed r33780.
>>
>> No. this is different patch. Eric patch is far better. Maybe the best message is...
kosaki (Motohiro KOSAKI)
03:23 AM Bug #5541: Better configure error message when llvm-gcc is the default compiler
On Sat, Nov 19, 2011 at 02:07:32AM +0900, Motohiro KOSAKI wrote:
>
> Issue #5541 has been updated by Motohiro KOS...
Anonymous
02:07 AM Bug #5541 (Open): Better configure error message when llvm-gcc is the default compiler
> Ryan committed r33780.
No. this is different patch. Eric patch is far better. Maybe the best message is,
...
kosaki (Motohiro KOSAKI)

11/18/2011

11:19 PM Revision 6fde18fe (git): * 2011-11-19
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33788 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
11:19 PM Revision 805a01cb (git): * test/net/http/test_http.rb: remove temporally files.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33787 b2dd03c8-39d4-4d8f-98ff-823fe69b080e akr (Akira Tanaka)
10:14 PM Bug #5591: Windows bug when using "shortcut" syntax with output redirection
Luis, that's awesome. I was literally saying to myself the RubyInstaller guys *must* be providing some easy way to do... jwille (Jens Wille)
10:03 PM Bug #5591: Windows bug when using "shortcut" syntax with output redirection
Jens Wille wrote:
> Unfortunately, I find myself unable to compile Ruby on Windows. I'm not familiar with developing...
luislavena (Luis Lavena)
05:49 PM Bug #5591: Windows bug when using "shortcut" syntax with output redirection
Ok, thank you very much! jwille (Jens Wille)
05:47 PM Bug #5591 (Closed): Windows bug when using "shortcut" syntax with output redirection
I've moved #5593 to backport request (because the ticket has revision information). usa (Usaku NAKAMURA)
05:06 PM Bug #5591: Windows bug when using "shortcut" syntax with output redirection
Unfortunately, I find myself unable to compile Ruby on Windows. I'm not familiar with developing on that platform and... jwille (Jens Wille)
05:52 PM Bug #5647 (Closed): Possible use of uninitialized value in Init_bigdecimal
I see the following call chain in bigdecimal.c
Init_bigdecimal -> VpInit -> VpAlloc -> VpGetPrecLimit -> rb_thread...
brixen (Brian Shirai)
01:29 PM Feature #5562: Improvement of Windows IO performance
Hello,

In message "[ruby-core:41124] [ruby-trunk - Feature #5562] Improvement of Windows IO performance"
...
usa (Usaku NAKAMURA)
12:23 PM Feature #5562: Improvement of Windows IO performance
2011/11/18 Hiroshi Shirosaki <[email protected]>:
>
> Issue #5562 has been updated by Hiroshi Shirosaki.
>...
akr (Akira Tanaka)
11:56 AM Feature #5562: Improvement of Windows IO performance
At TestOpen3#test_capture3_flip error, ERROR_SHARING_VIOLATION occurs because ruby tries to unlink a temp file while ... h.shirosaki (Hiroshi Shirosaki)
01:37 AM Feature #5562: Improvement of Windows IO performance
Usaku NAKAMURA wrote:
>
> I think that priority may be given there if everyone says that
> performance is more imp...
luislavena (Luis Lavena)
11:48 AM Bug #5626 (Feedback): io/console: Cannot disable raw mode
Misty De Meo wrote:
> There doesn't seem to be a way to disable tty raw mode from within a Ruby script. The tty can ...
nobu (Nobuyoshi Nakada)
10:00 AM Bug #5541 (Closed): Better configure error message when llvm-gcc is the default compiler
Ryan committed r33780.
To Ryan
Please include ticket number in the commit log like [Bug #5541].
If you include i...
naruse (Yui NARUSE)
08:03 AM Bug #5541: Better configure error message when llvm-gcc is the default compiler
ping? kosaki (Motohiro KOSAKI)
08:18 AM Revision 714ec98e (git): * ext/io/console/console.c (console_raw, console_set_raw)
(console_getch): optional parameters. [EXPERIMENTAL]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33786 b2dd03...
nobu (Nobuyoshi Nakada)
07:12 AM Revision 3723ac22 (git): * ext/io/console/console.c (console_cooked, console_set_cooked):
new methods to reset cooked mode. [EXPERIMENTAL]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33785 b2dd03c8-3...
nobu (Nobuyoshi Nakada)
04:21 AM Revision 7491541e (git): * test/unit/assertions.rb (MINI_DIR): quick dirty hack to get rid of
warnings when using assert/assert_respond_to.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33784 b2dd03c8-39d4...
U.Nakamura
04:06 AM Revision 44cff77b (git): * io.c (rb_cloexec_open): set O_NOINHERIT instead of O_CLOEXEC if it is
available (for Windows).
* win32/win32.c (fcntl): on F_DUPFD, determine the inheritance of the
new handle by O_NOI...
U.Nakamura
02:53 AM Feature #5590: Proposal for sustainable branch maintenance
On Sat, Nov 05, 2011 at 03:11:55PM +0900, Yuki Sonoda (Yugui) wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: ...
Anonymous
02:18 AM Bug #5645 (Closed): YAML.load_file prevents following File.delete
This was fixed by r33775, but the ticket wasn't closed automatically. :-/
Closing now. Thanks for the bug report!
tenderlovemaking (Aaron Patterson)
01:33 AM Feature #5588: add negation flag (v) to Regexp
Yui NARUSE wrote:
> I doubt this function under the current implementation should be
> flags because /ruby/v =~ "ru...
sunaku (Suraj Kurapati)
12:53 AM Bug #3385: ext/dbm: accept various version of db
あいざわです

>> Lionでは問題なく通るようです。もういれちゃって、誰かが
>> ぎゃっと言ってから考えるでいいんじゃないでしょうか。
>> 2.0でるころにはSnow Leopard サポートしなくても怒られ...
ayumin (Ayumu AIZAWA)

11/17/2011

11:02 PM Revision d6c86e63 (git): Imported minitest 2.8.1
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33782 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Ryan Davis
10:38 PM Revision 6b43a556 (git): * 2011-11-18
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33781 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
10:38 PM Revision 5a94b29c (git): Improved error message when using llvm-gcc
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33780 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Ryan Davis
09:25 PM Bug #5447: Rails can't create a new app when a folder with accented letter is in the path
Oops, we where writing at the same time. Thanks for your response. gnal-ybur (Joël Brogniart)
09:23 PM Bug #5447: Rails can't create a new app when a folder with accented letter is in the path
The problem seem to be related to File.expand_path.
With ruby 1.9.3-p0:
ruby-1.9.3-p0 :001 > d1 = Dir.getwd
...
gnal-ybur (Joël Brogniart)
09:17 PM Bug #5447 (Closed): Rails can't create a new app when a folder with accented letter is in the path
Your research show the problem is derived an issue fixed by r33603,
and the change will be backported by #5533.
So ...
naruse (Yui NARUSE)
09:07 PM Bug #5447: Rails can't create a new app when a folder with accented letter is in the path
It's not a thor's bug. It's perhaps an issue related to the way ruby 1.9.3 is configured on Mac OS X. The issue is st... gnal-ybur (Joël Brogniart)
08:51 PM Bug #5611 (Closed): Segfault in net/http.rb
naruse (Yui NARUSE)
07:54 AM Bug #5611: Segfault in net/http.rb
Removing mac ports PATH entries and re-compiling also worked for me. Thanks! ccocchi (Christopher Cocchi)
02:21 AM Bug #5611: Segfault in net/http.rb
Removing the mac ports $PATH entries /opt/local/bin and /opt/local/sbin from my path and re-compiling worked for me. ... bshelton (Bryan Shelton)
01:29 AM Bug #5611: Segfault in net/http.rb
I have a similar problem samuelkadolph helped in the ruby-lang IRC channel. Turned out my installation was broken bec... bshelton (Bryan Shelton)
06:07 PM Feature #5341: Add SSL session reuse to Net::HTTP
Eric Hodel wrote:
> On Oct 26, 2011, at 6:06 AM, Hiroshi Nakamura wrote:
> > On 10/26/2011 11:39 AM, Eric Hodel wr...
MartinBosslet (Martin Bosslet)
05:54 PM Bug #5545 (Assigned): Net::HTTP breaks with https URI objects
Thanks, Mark, for reporting this and providing the patch.
As far as I know, Eric is working on a fix for this prob...
MartinBosslet (Martin Bosslet)
05:53 PM Bug #3385: ext/dbm: accept various version of db
2011年11月17日12:17 KOSAKI Motohiro <[email protected]>:

> Lionでは問題なく通るようです。もういれちゃって、誰かが
> ぎゃっと言ってから考えるで...
akr (Akira Tanaka)
12:23 PM Bug #3385: ext/dbm: accept various version of db
2011年11月16日9:55 Tanaka Akira <[email protected]>:
> 2011年11月12日8:14 Tanaka Akira <[email protected]>:
>
>> ここの部分ですが、have...
kosaki (Motohiro KOSAKI)
05:43 PM Feature #5588: add negation flag (v) to Regexp
I doubt this function under the current implementation should be flags because /ruby/v =~ "ruby" is now useless exam... naruse (Yui NARUSE)
07:50 AM Feature #5588: add negation flag (v) to Regexp
Attaching patch with updated test case to illustrate
how unanchored partly negated regexp matching works:
/(...
sunaku (Suraj Kurapati)
02:25 PM Bug #5625: Remove profanity and pejoratives
Additional to say, don't use "windoze", "doze", or something like that because I can't grep it with "Windows". naruse (Yui NARUSE)
12:10 PM Bug #5625: Remove profanity and pejoratives
Thank you for the patches.
I think you should report to each upstreams.
nobu (Nobuyoshi Nakada)
11:45 AM Revision 09d2180d (git): * ext/dbm/extconf.rb: revert a part of the patch in [ruby-dev:41531].
don't use db.h with other headers. [ruby-dev:44884].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33779 b2dd...
akr (Akira Tanaka)
11:24 AM Revision b37c003e (git): * benchmark/bm_io_select[23].rb: use Process::RLIMIT_NOFILE only when
it is defined. if it is not defined, assume 64 as the max of fds.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trun...
U.Nakamura
10:25 AM Bug #5645 (Closed): YAML.load_file prevents following File.delete
In ruby 1.9.2 and earlier this works:
d = YAML::load_file(fname)
File.delete(fname)
In 1.9.3 the delete fails wi...
gknowles (Glen Knowles)
10:09 AM Feature #5644: add Enumerable#exclude? antonym
Hey, a use for functors!
module Kernel
def not
Functor.new do |op,*a,&b|
!__send__(op,*a,&b...
trans (Thomas Sawyer)
09:38 AM Feature #5644 (Feedback): add Enumerable#exclude? antonym
Please add Enumerable#exclude? as antonym of Enumerable#include?
This allows me to construct Boolean expressions m...
sunaku (Suraj Kurapati)
07:52 AM Feature #5562: Improvement of Windows IO performance
@usa, @luis,
What specific tasks must be completed before this patch will be accepted and committed to trunk?
jonforums (Jon Forums)
07:41 AM Feature #5643 (Assigned): require/load options and binding option
Current Kernel#load is defined as:
load(filename, wrap=false)
I purpose that it be modified to work as opti...
trans (Thomas Sawyer)
01:42 AM Revision b5907f7d (git): infinite loop seems to be fixed, so I can uncomment this assertion.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33777 b2dd03c8-39d4-4d8f-98ff-823fe69b080e tenderlovemaking (Aaron Patterson)
01:38 AM Revision 9660bcfc (git): * 2011-11-17
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33776 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
01:38 AM Revision 07636686 (git): * ext/psych/lib/psych.rb (load_file): make sure opened yaml files are
also closed. [ruby-core:41088]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33775 b2dd03c8-39d4-4d8f-98ff-823fe...
tenderlovemaking (Aaron Patterson)

11/16/2011

11:59 PM Bug #3385: ext/dbm: accept various version of db
2011年11月12日8:14 Tanaka Akira <[email protected]>:

> ここの部分ですが、have_type("dbm", ["db.h", h], hsearch)} を
> 加えているのはなん...
akr (Akira Tanaka)
02:42 PM Feature #5588: add negation flag (v) to Regexp
Alright, I have decided that partly negated regexps should behave like Tanaka's 2007 solution. They are easier to re... sunaku (Suraj Kurapati)
02:03 PM Feature #5588: add negation flag (v) to Regexp
I am uncertain whether /(?v:ruby)/ =~ "ruby" should return nil or 1.
What do you think?
sunaku (Suraj Kurapati)
09:31 AM Feature #5588: add negation flag (v) to Regexp
Hello Naruse,
I have updated my patch to expand /(?v:r)/ into /(?:(?!rN).)/:
https://github.com/sunaku/ruby/compa...
sunaku (Suraj Kurapati)
04:46 AM Feature #5588: add negation flag (v) to Regexp
I don't have a use case for the current behavior; it was just the
simplest way to remove non-matching input characte...
sunaku (Suraj Kurapati)
09:13 AM Revision 1f86c08f (git): * Makefile.in (LIBRUBY_A): check if generated linked library is
valid for extconf.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33774 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
nobu (Nobuyoshi Nakada)
05:58 AM Bug #5624: Mismatch between code example and its description in text in Regexp documentation
I committed the change to GitHub and made a pull request, too, as I was not sure which way would work better.
The...
jlamberg (Jarno Lamberg)
04:53 AM Revision 4a997526 (git): * bignum.c (rb_big2ulong): need to calc in unsigned long, because
the range of VALUE is larger than it on LLP64 platform, such as Win64.
this change fixes the failures of test/-ext-...
U.Nakamura
03:06 AM Revision 2a445945 (git): * test/webrick/test_cgi.rb (TestWEBrickCGI#start_cgi_server): there are
no guarantee of existance of RbConfig::CONFIG['LIBPATHENV'].
it only exists in Unix-like environments.
* test/webr...
U.Nakamura
02:43 AM Revision ff187b02 (git): Refix r33766.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33771 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
02:36 AM Revision bbe004c1 (git): * io.c (argf_next_argv): wrong timing of setting ecflags.
fixed the failure of TestArgf#test_textmode introduced at r33662.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk...
U.Nakamura
02:12 AM Revision b4664c78 (git): Fix r33766.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33769 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
01:46 AM Revision ce03ef02 (git): * ext/-test-/num2int/num2int.c: remove an unnecessary and wrong decl
of rb_stdout. it's declared in ruby.h correctly.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33768 b2dd03c8-...
U.Nakamura
01:27 AM Revision 5db50ed0 (git): * bignum.c (rb_big2ull): add a cast to get rid of a VC++ warning.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33767 b2dd03c8-39d4-4d8f-98ff-823fe69b080e U.Nakamura
12:59 AM Revision 12bde2df (git): * lib/minitest/unit.rb (assert_raises): experimental fix to run
correctly on chkbuild over 64bit linux. call exception_details only
when the detail is really needed to avoid creat...
naruse (Yui NARUSE)
 

Also available in: Atom