Activity
From 11/17/2011 to 11/23/2011
11/23/2011
-
11:17 PM Revision c8abe4a0 (git): Mention "patched by"
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33823 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 11:15 PM Revision 6872b9e1 (git): * 2011-11-24
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33822 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:15 PM Revision 29b0d9d9 (git): * ext/openssl/ossl_pkey_dsa.c: remove redundant colon from error
- message.
* ext/openssl/ossl_ssl.c: ditto.
* ext/openssl/ossl_pkey_rsa: ditto.
[Bug #5604] [ruby-core:40896]
git-svn... -
10:18 PM Feature #5662: inject-accumulate, or Haskell's mapAccum*
- Ok.. I'll give real example to show what is typical use case for us:
hash = MyDatabaseObject.get_all.infuse({}) { |h... -
08:29 PM Feature #5662: inject-accumulate, or Haskell's mapAccum*
- Benoit Daloze wrote :
> h = {}
> [1, 2].each { |i| h[i] = 2*i }
> h
>
> I believe the code I showed is somewh... -
07:31 PM Feature #5662: inject-accumulate, or Haskell's mapAccum*
- Rodrigo Rosenfeld Rosas wrote:
> Interesting, I never noticed/used this method before. My only concern is about the ... -
04:51 PM Feature #5662: inject-accumulate, or Haskell's mapAccum*
- Why not just use
Hash[[1,2].map{|a| [a,2*a]}] -
04:17 PM Feature #5662: inject-accumulate, or Haskell's mapAccum*
- I also noticed mapAccum* is quite different.
I have to agree with Rodrigo. (each_)with_object seems to really do ... -
08:58 AM Feature #5662: inject-accumulate, or Haskell's mapAccum*
- Interesting, I never noticed/used this method before. My only concern is about the naming "each_with_object" when you...
-
07:39 AM Feature #5662: inject-accumulate, or Haskell's mapAccum*
- You can already do this by using Enumerable#each_with_object or Enumerator#with_object:
[1, 2].each_with_objec... -
05:41 AM Feature #5662: inject-accumulate, or Haskell's mapAccum*
- +1
-
05:24 AM Feature #5662 (Rejected): inject-accumulate, or Haskell's mapAccum*
- with Ruby, we often use this idiom to build a hash out of something:
new_hash = enum.inject({}) { |h, thing| h[com... -
09:00 PM Feature #2567: Net::HTTP does not handle encoding correctly
- Eric Hodel wrote:
> So giving the user undetectably garbled text is acceptable to both of you? I wish to clarify.
... -
02:54 AM Feature #2567: Net::HTTP does not handle encoding correctly
- So giving the user undetectably garbled text is acceptable to both of you? I wish to clarify.
If the Content-Type ... -
07:33 PM Feature #5663: Combined map/select method
- It seems that in full generality this method needs to accept two blocks: one for selecting and one for mapping, but t...
-
09:23 AM Feature #5663: Combined map/select method
- I am nervous about list comprehensions because in almost all cases, when
you do something in Ruby, you do it by in... -
08:55 AM Feature #5663: Combined map/select method
- Hi Shugo, I also like the idea of supporting list comprehensions like several other languages currently do.
-
07:31 AM Feature #5663: Combined map/select method
- Bug -> Feature
-
07:29 AM Feature #5663: Combined map/select method
- Hi,
2011/11/23 Yehuda Katz <[email protected]>:
> It is pretty common to want to map over an Enumerable, but o... -
06:53 AM Feature #5663: Combined map/select method
- Compact implies two passes, no?
Yehuda Katz
(ph) 718.877.1325
On Tue, Nov 22, 2011 at 1:15 PM, Adam P... -
06:23 AM Feature #5663: Combined map/select method
- Instead of looking at it from the map + select approach for a name, what
about the map + compact version? compact_... -
05:45 AM Feature #5663: Combined map/select method
- Or maybe just enum.filter?
-
05:43 AM Feature #5663: Combined map/select method
- I like the idea but not the name. Maybe something like select_non_nil would be more appropriate. English is not my mo...
-
05:37 AM Feature #5663 (Closed): Combined map/select method
- It is pretty common to want to map over an `Enumerable`, but only include the elements that match a particular filter...
-
04:53 PM Feature #5653: "I strongly discourage the use of autoload in any standard libraries" (Re: autoload will be dead)
- On Wed, Nov 23, 2011 at 04:34, Luis Lavena <[email protected]> wrote:
> On Nov 19, 2011 4:11 AM, "Yukihiro Mat... -
12:53 PM Feature #5653: "I strongly discourage the use of autoload in any standard libraries" (Re: autoload will be dead)
- On Nov 19, 2011 4:11 AM, "Yukihiro Matsumoto" <[email protected]> wrote:
>
> Hi,
>
> Today, I talked with N... -
08:59 AM Feature #5653: "I strongly discourage the use of autoload in any standard libraries" (Re: autoload will be dead)
- It is common to use autoload to register a number of incompatible options.
For instance, Rack registers all possib... -
08:53 AM Feature #5653: "I strongly discourage the use of autoload in any standard libraries" (Re: autoload will be dead)
- Yukihiro Matsumoto <[email protected]> wrote:
> Today, I talked with NaHi about enhancing const_missing to enable... - 11:24 AM Revision 1eb0f880 (git): * 2011-11-23
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33820 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:24 AM Revision fd8d9d9d (git): * io.c (ioctl_narg_len): don't use _IOC_SIZE macro on Linux.
- On Linux some constants for ioctl(2) doesn't include the size of
its return value and 16bit value; for example FION... -
10:33 AM Bug #5545: Net::HTTP breaks with https URI objects
- That would be awesome. I saw bugs from Eric about SSL session re-use in Net::HTTP, but didn't see anything about this...
-
09:28 AM Feature #5341: Add SSL session reuse to Net::HTTP
- Updated patch
-
08:45 AM Bug #5657: Constants in included modules aren't visible when defining classes with Class.new
- In that case, I think that this can be safely closed.
-
07:48 AM Feature #5658: Wrap mkmf.rb in a module to clean up documentation
- Here is a separate patch of lib/mkmf.rb without whitespace changes for verification purposes
-
07:46 AM Feature #5658: Wrap mkmf.rb in a module to clean up documentation
- I fixed the accidental reversion of try_func and placed try_header in the module. I also fixed the tests.
I resto... -
03:13 AM Bug #5659: bug releasing a gem created with rails 3.1
- I updated the gist with the 1.9.3-p0 log error
$ openssl version
OpenSSL 1.0.0e 6 Sep 2011
Luis Lavena wrote:
> Fro... -
12:18 AM Bug #5659 (Feedback): bug releasing a gem created with rails 3.1
-
12:12 AM Bug #5659: bug releasing a gem created with rails 3.1
- From what it appears to be, SSL was involved in the crash.
Can you reproduce this against releases 1.9.3-p0?
Ca... -
03:10 AM Bug #5625: Remove profanity and pejoratives
- I think that profanity, pejorative or any other expression of frustration are equal indication that the code is ugly....
-
02:50 AM Bug #5660: xmlrpc/client.rb issue
- =begin
Here is the error that is thrown:
NoMethodError: private method `split' called for nil:NilClass
=end
-
02:45 AM Bug #5660 (Closed): xmlrpc/client.rb issue
- =begin
Some xmlrpc servers don't properly set the Content-Type headers. I know based on responses tracked here http:... -
12:36 AM Revision d47a1f8a (git): Ignore mkmf generated files in ext/-test-/
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33818 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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... -
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...
-
09:29 PM Feature #5512: Integer#/ の改訂
- たるいです。
2011年11月1日22:12 Yusuke Endoh <[email protected]>:
> 本気で変える予定があるのなら、特大の非互換になりますので、今のうちに
> 切り捨てたい場合の推奨代替策... -
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_... -
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 ... -
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 ...
-
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... -
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.
... -
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... -
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...
-
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... -
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... -
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?
-
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... -
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 ... -
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... -
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 ... -
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... - 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 ... -
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
-
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
+ ... -
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
-
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
-
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...
-
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 -
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... -
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...
-
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...
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-... -
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... -
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... -
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... -
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 ... -
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.... -
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 - 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
-
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
-
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-... -
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:
... -
03:09 AM Bug #5568 (Assigned): IO#set_encoding ignores internal when the same as external only when specified as "ext:int"
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... -
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... -
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... -
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?
>
> ... -
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.
>... - 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
-
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
-
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.... -
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
-
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
-
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
-
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... -
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 ...
-
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... -
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...
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... -
09:43 PM Bug #5648 (Closed): irb does not handle recursive heredocs
- irb get compile error on following code:
<<A
#{ <<A
A
}
A - 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
-
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 -
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... -
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... -
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
-
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... -
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... -
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... -
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... -
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... -
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
-
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... -
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... -
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,
...
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
-
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
-
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...
-
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... -
05:49 PM Bug #5591: Windows bug when using "shortcut" syntax with output redirection
- Ok, thank you very much!
-
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).
-
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...
-
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... -
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"
... -
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.
>... -
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 ...
-
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... -
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 ... -
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... -
08:03 AM Bug #5541: Better configure error message when llvm-gcc is the default compiler
- ping?
-
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... -
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... - 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... - 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... -
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: ... -
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! -
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... -
12:53 AM Bug #3385: ext/dbm: accept various version of db
- あいざわです
>> Lionでは問題なく通るようです。もういれちゃって、誰かが
>> ぎゃっと言ってから考えるでいいんじゃないでしょうか。
>> 2.0でるころにはSnow Leopard サポートしなくても怒られ...
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
- 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
- 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
-
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.
-
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
... -
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 ... -
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...
-
08:51 PM Bug #5611 (Closed): Segfault in net/http.rb
-
07:54 AM Bug #5611: Segfault in net/http.rb
- Removing mac ports PATH entries and re-compiling also worked for me. Thanks!
-
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. ...
-
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...
-
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... -
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... -
05:53 PM Bug #3385: ext/dbm: accept various version of db
- 2011年11月17日12:17 KOSAKI Motohiro <[email protected]>:
> Lionでは問題なく通るようです。もういれちゃって、誰かが
> ぎゃっと言ってから考えるで... -
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... -
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...
-
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:
/(... -
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".
-
12:10 PM Bug #5625: Remove profanity and pejoratives
- Thank you for the patches.
I think you should report to each upstreams. -
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... - 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... -
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... -
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... -
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... -
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? -
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... -
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
- 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
-
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...
Also available in: Atom