Activity
From 12/06/2011 to 12/12/2011
12/12/2011
-
11:58 PM Bug #5750: Thread.current local-variables behavior
- Although I consider this behavior (and the reason why it was done) completely absurd, how about at least changing the...
-
10:59 PM Bug #5750 (Rejected): Thread.current local-variables behavior
- Hello, thank you for your reporting.
I am not surprised that you are surprised, but it is intentional.
The rati... -
08:26 PM Bug #5750 (Closed): Thread.current local-variables behavior
- Hi, I stumbled upon something which for me is a bug and wanted to check if it is working as intended or not:
T... -
06:42 PM Feature #5749: new method String#match_all needed
- Yui NARUSE wrote:
> Why don't you use $~, $&, $`, $', $+, $1, $2, .. in scan' block parameter?
You reminds me! Ye... -
06:18 PM Feature #5749: new method String#match_all needed
- Why don't you use $~, $&, $`, $', $+, $1, $2, .. in scan' block parameter?
-
06:03 PM Feature #5749 (Assigned): new method String#match_all needed
- The String class should contain an instance method 'match_all', which is a mixture of 'match' and 'scan'.
The meth... -
05:33 PM Bug #5748 (Closed): class_eval ブロック内での定数のスコープがドキュメントと矛盾
- 以下の class_eval の説明によると、
http://doc.ruby-lang.org/ja/1.9.3/method/Module/i/class_eval.html
> 定数とクラス変数のスコープは、自身のモジュール... -
05:26 PM Bug #5727 (Closed): Hidden bug in load.c rb_feature_p
- This issue was solved with changeset r34013.
Yura, thank you for reporting this issue.
Your contribution to Ruby is g... -
01:31 PM Bug #5688: Solaris10 で spawn を繰り返すとメモリリークする
- 後藤です。sparc上のSolaris担当ということになってますが、Intelチップ上のSolarisはよく知りません。
r34010 + trunk用のパッチが、sparc 上の Solaris10 にて、SunStudio ... -
01:23 PM Bug #5688: Solaris10 で spawn を繰り返すとメモリリークする
- まつもと ゆきひろです
In message "Re: [ruby-dev:44971] Re: [ruby-trunk - Bug #5688] Solaris10 で spawn を繰り返すとメモリリークする"
... -
01:23 PM Bug #5688: Solaris10 で spawn を繰り返すとメモリリークする
- 前田です。
2011年12月12日12:54 Yukihiro Matsumoto <[email protected]>:
> |Assignee changed from okkez _ to Yukihiro ... -
12:59 PM Bug #5688: Solaris10 で spawn を繰り返すとメモリリークする
- まつもと ゆきひろです
In message "Re: [ruby-dev:44968] [ruby-trunk - Bug #5688] Solaris10 で spawn を繰り返すとメモリリークする"
o... -
12:36 PM Bug #5688: Solaris10 で spawn を繰り返すとメモリリークする
- 見落されているようなので一旦まつもとさんに担当を振ってみます。
-
01:23 PM Bug #5738: if false; BEGIN {}; end が syntax error になる
- まつもと ゆきひろです
In message "Re: [ruby-dev:44966] Re: [ruby-trunk - Bug #5738][Rejected] if false; BEGIN {}; end が ... -
12:53 PM Bug #5694: Proc#arity doesn't take optional arguments into account.
- Hi,
In message "Re: [ruby-core:41600] [ruby-trunk - Bug #5694] Proc#arity doesn't take optional arguments into ... -
11:30 AM Bug #5694: Proc#arity doesn't take optional arguments into account.
- Hi,
Yukihiro Matsumoto wrote:
> We are not going to add incompatible changes to trunk, ...
Could you please ex... -
06:23 AM Bug #5694: Proc#arity doesn't take optional arguments into account.
- Hi,
In message "Re: [ruby-core:41593] [ruby-trunk - Bug #5694][Open] Proc#arity doesn't take optional arguments... -
02:06 AM Bug #5694 (Open): Proc#arity doesn't take optional arguments into account.
- Changing this to "open", as this bug can not simply be "rejected" as the implementation currently doesn't agree with ...
-
12:57 AM Bug #5694 (Rejected): Proc#arity doesn't take optional arguments into account.
- We are not going to add incompatible changes to trunk, unless we see consensus after discussion. I think this is not ...
-
11:53 AM Bug #5714: Unexpected error of STDIN#read with non-ascii input on Windows XP
- Hello,
In message "[ruby-core:41578] [ruby-trunk - Bug #5714] Unexpected error of STDIN#read with non-ascii inp... -
09:53 AM Bug #5746: Proc#curry too strict about lambda's arity.
- Hi,
On Sun, Dec 11, 2011 at 4:06 PM, Yukihiro Matsumoto <[email protected]> wrote:
> Hi,
>
> In message "Re: ... -
06:23 AM Bug #5746: Proc#curry too strict about lambda's arity.
- Hi,
In message "Re: [ruby-core:41594] [ruby-trunk - Bug #5746][Open] Proc#curry too strict about lambda's arity... -
02:08 AM Bug #5746 (Closed): Proc#curry too strict about lambda's arity.
- Currently, Proc#curry raises an error when you attempt to curry a lambda with optional (but limited) arguments:
... -
09:30 AM Bug #5747 (Closed): Proc#curry doesn't always detect too many arguments
- Currently, Proc#curry checks the validity of the `arity` argument and will raise an error if:
1) arity is less tha... -
01:05 AM Feature #5741: Secure Erasure of Passwords
- Thanks for investigating! I looked into it, here's what
I found.
`String#tr!` doesn't work unfortunately. The ori...
12/11/2011
-
11:57 PM Bug #5694: Proc#arity doesn't take optional arguments into account.
- Marc-Andre Lafortune wrote:
> You sure seem to enjoy reverting my commits.
I don't want to see such ugly commits.... -
12:21 PM Feature #5692 (Closed): IMAP -- error for msg_att will report the UID
- This issue was solved with changeset r34010.
art , thank you for reporting this issue.
Your contribution to Ruby is g... -
11:44 AM Bug #5740 (Closed): Trivial typo in ext/syslog.c
- This issue was solved with changeset r34009.
mathew, thank you for reporting this issue.
Your contribution to Ruby is... -
03:46 AM Bug #5740 (Closed): Trivial typo in ext/syslog.c
- diff --git a/ext/syslog/syslog.c b/ext/syslog/syslog.c
index f7d622e..02f36aa 100644
--- a/ext/syslog/syslog.c
+++... -
10:48 AM Bug #5728 (Closed): SystemExit.new(bool, message)
- This issue was solved with changeset r34008.
Akira, thank you for reporting this issue.
Your contribution to Ruby is ... -
02:24 AM Bug #5728: SystemExit.new(bool, message)
- I wrote a patch.
-
07:23 AM Feature #5741: Secure Erasure of Passwords
- Eric Wong <[email protected]> wrote:
> You can use `IO#read` / `StringIO#read` to overwrite an existing String:
... -
07:23 AM Feature #5741: Secure Erasure of Passwords
- Martin Bosslet <[email protected]> wrote:
> 3. Are there better alternative ways how we could achieve th... -
06:02 AM Feature #5741 (Assigned): Secure Erasure of Passwords
- In other languages it is considered good practice to securely erase
passwords immediately after they were used. Ima...
12/10/2011
-
11:35 PM Bug #5739: [BUG] object allocation during garbage collection phase
- This thing actually occurring when there's infinite loop and stack overflow, but it should say "stack level too deep"...
-
08:41 PM Bug #5739 (Rejected): [BUG] object allocation during garbage collection phase
- Hi.
Getting the following error off ruby-1.9.2-p290. I have no idea what that means and why it occurs in producti... -
11:29 PM Bug #5738: if false; BEGIN {}; end が syntax error になる
- 前田です。
2011年12月10日22:10 Yukihiro Matsumoto <[email protected]>:
> エラーのタイプは異なりますが、この変更は意図的です。ifでくくってあってもBEGINは... -
10:34 PM Bug #5738: if false; BEGIN {}; end が syntax error になる
- 了解です。ありがとうございます。
-
10:10 PM Bug #5738 (Rejected): if false; BEGIN {}; end が syntax error になる
- エラーのタイプは異なりますが、この変更は意図的です。ifでくくってあってもBEGINはコンパイル時に登録されます。ので、トップレベルでしか登録できないように文法が変更されました。
-
01:32 PM Bug #5738 (Rejected): if false; BEGIN {}; end が syntax error になる
- 1.8 の時と異なり、以下のコードが syntax error になります。
if false; BEGIN {}; end
test/ruby/test_beginendblock.rb や過去の NEWS に記述が... -
03:10 PM Bug #5714: Unexpected error of STDIN#read with non-ascii input on Windows XP
- I modified the patch because rubygems didn't work properly.
However, I think it is consistent with _read() api behav... -
06:49 AM Bug #5714: Unexpected error of STDIN#read with non-ascii input on Windows XP
- Usa, what do you think about attached read_binmode.patch?
-
02:23 PM Bug #5730: Optinal block parameters assigns wrong
- Hi,
(11/12/10 1:19), Yukihiro Matsumoto wrote:
> I am happy to see we agree. Nobu, could you fix this issue?... -
01:23 AM Bug #5730: Optinal block parameters assigns wrong
- Hi,
In message "Re: [ruby-core:41568] Re: [ruby-trunk - Bug #5730][Open] Optinal block parameters assigns wrong... -
09:46 AM Bug #5737 (Closed): WEBrick doesn't support keep alive connections for 204 and 304 responses
- WEBrick doesn't support keep alive connections for 204 and 304 responses. If a 204 or 304 response is made along wit...
-
08:42 AM Bug #5713: Fixnum#** returns Infinity for 0 ** negative Bignum
- FYI, I've been doing RubySpec work on this in Rubinius: https://github.com/rubinius/rubinius/commits/master/spec/ruby...
-
03:10 AM Bug #5713: Fixnum#** returns Infinity for 0 ** negative Bignum
- John Firebaugh wrote:
> The execution path of 0 ** -Bignum goes to Rational(0) ** -Bignum, so I think the issue is t... -
01:36 AM Bug #5713: Fixnum#** returns Infinity for 0 ** negative Bignum
- The execution path of 0 ** -Bignum goes to Rational(0) ** -Bignum, so I think the issue is there. I.e. Rational(0) **...
-
06:29 AM Feature #5478: Add syntax to import Set into core
- On 2011-12-09, at 12:05:41, Alexey Muranov wrote:
>
> I agree, i was simply pointing out that set is, in my opini... -
06:06 AM Bug #5736 (Closed): Numeric#quo should convert with #to_r
- Numeric#quo currently constructs a Rational with self as the raw numerator, doing no coercion, before dividing. Inste...
-
03:44 AM Bug #5715: +/-1 ** Bignum returns different results than +/-1 ** Fixnum
- Just saw this update. Yes, as I stated, same issue as 5713. Yes the case for (-1) and bignum exponents can be fixed ...
-
02:00 AM Bug #5715: +/-1 ** Bignum returns different results than +/-1 ** Fixnum
- The failing cases are the ones that go through the Rational(+/-1) ** Bignum code path, so this is closely related to ...
12/09/2011
-
07:05 PM Feature #5478: Add syntax to import Set into core
- Magnus Holm wrote:
>
> From a theoretical point of view, a relation has a heading + a set
> that holds tuples (a... -
06:23 PM Bug #5730: Optinal block parameters assigns wrong
- 2011/12/9 Yukihiro Matsumoto <[email protected]>:
> |I think the consistency explains current behavior.
>
... -
05:59 PM Bug #5730: Optinal block parameters assigns wrong
- Matz,
On 09.12.2011 09:44, Yukihiro Matsumoto wrote:
> Hi,
>
> In message "Re: [ruby-core:41561] Re: [rub... -
01:53 PM Bug #5730: Optinal block parameters assigns wrong
- Hi,
In message "Re: [ruby-core:41559] Re: [ruby-trunk - Bug #5730][Open] Optinal block parameters assigns wrong... -
09:53 AM Bug #5730: Optinal block parameters assigns wrong
- 2011/12/9 Yukihiro Matsumoto <[email protected]>:
> The following program do not expand the given array, but i... -
09:29 AM Bug #5730: Optinal block parameters assigns wrong
- On Fri, Dec 09, 2011 at 08:59:26AM +0900, Yukihiro Matsumoto wrote:
>
> Issue #5730 has been reported by Yukihiro... -
08:59 AM Bug #5730 (Closed): Optinal block parameters assigns wrong
- The following program do not expand the given array, but it should expand the value.
def foo(&block)
block.ca... -
01:31 PM Feature #5735 (Closed): Extending the use of splat operator to when it is inside a hash
- Ruby convention of allowing omittion of the curly brackets for the last argument is convenient:
foo(arg1, arg2, 1 ... -
04:12 AM Feature #5623: [PATCH] Update documentation for Complex
- I marked each deprecated because there is ...
-
12:51 AM Bug #5694: Proc#arity doesn't take optional arguments into account.
- Hi,
Yui NARUSE wrote:
> Revert r33921.
>
> Revert "* proc.c (rb_proc_arity): Fix Proc#arity in case of optiona...
12/08/2011
-
11:41 PM Feature #5231: Allow to disable versioned paths
- The recent version of patch fix small issue with RubyGems LOAD_PATH order.
-
10:59 PM Bug #5728: SystemExit.new(bool, message)
- >> I don't think we have two.
>>
>> The latter choice is not acceptable, since the return value of (({Kernel#sys... -
10:53 PM Bug #5728: SystemExit.new(bool, message)
- 2011/12/8 Nobuyoshi Nakada <[email protected]>:
> I don't think we have two.
>
> The latter choice is not ... -
08:58 PM Bug #5728: SystemExit.new(bool, message)
- =begin
I don't think we have two.
The latter choice is not acceptable, since the return value of (({Kernel#system... -
08:29 PM Bug #5728: SystemExit.new(bool, message)
- > I think SystemExit.new should accept a bool.
We have two choice and both are a lot of confusable.
1) true => ... -
05:45 PM Bug #5728 (Closed): SystemExit.new(bool, message)
- I found SystemExit.new doesn't take a bool as exit status:
It works well if an integer is given for status.
%... -
09:59 PM Feature #5478: Add syntax to import Set into core
- On Wed, Dec 7, 2011 at 10:01, Alexey Muranov
<[email protected]> wrote:
>
> Issue #5478 has been updat... -
05:23 PM Feature #5726: Process::EXIT_SUCCESS and Process::EXIT_FAILURE
- 2011/12/8 Nobuyoshi Nakada <[email protected]>:
> Why don't you use (({SystemExit#success?})) ?
Oops. I ... -
03:00 PM Feature #5726 (Feedback): Process::EXIT_SUCCESS and Process::EXIT_FAILURE
- =begin
Why don't you use (({SystemExit#success?})) ?
=end
-
02:15 PM Feature #5726 (Closed): Process::EXIT_SUCCESS and Process::EXIT_FAILURE
- I'd like to define Process::EXIT_SUCCESS and Process::EXIT_FAILURE.
I want to use them to test my command line app... -
04:24 PM Feature #5427: Not complex patch to improve `require` time (load.c)
- Currenly, I've update patch with fix from #5727
https://gist.github.com/1272991 -
04:15 PM Bug #5727 (Closed): Hidden bug in load.c rb_feature_p
- lazy assigned load_path searched in loading_table were not expanded
(http://redmine.ruby-lang.org/projects/ruby-tru... -
03:27 PM Bug #5614: Proc#source_location & #inspect shows wrong line number when chained
- It may not a bug but a specification. A block returns the number of a line in which the block is defined for its "sou...
-
02:54 PM Bug #5714: Unexpected error of STDIN#read with non-ascii input on Windows XP
- It seems read with length should always be binary mode. #5562 patch lacks this point.
I think this patch fixes above... -
10:23 AM Bug #5714: Unexpected error of STDIN#read with non-ascii input on Windows XP
- Hi,
2011/12/7 Hiroshi Shirosaki <[email protected]>
>
> >
> > - if (_osfile(fd) & FTEXT) {
> > + is... -
01:37 PM Bug #4681: Timeout.timeout doesn't actually time out?
- Just noting for the benefit of anyone else passing by that I posted a way to do popen3 with timeout at
https://gist.... -
01:36 PM Bug #5487: popen3 + timeout regression in ruby 1.9
- In case it helps, I have a Gist with some working 1.9.3 code to perform a popen3 with time out, not using Timeout::ti...
-
12:11 PM Bug #5679 (Closed): Too many arguments for format warnings on mingw32 build
- This issue was solved with changeset r33978.
Heesob, thank you for reporting this issue.
Your contribution to Ruby is... -
07:59 AM Bug #5679 (Assigned): Too many arguments for format warnings on mingw32 build
-
10:25 AM Feature #2294: [PATCH] ruby_bind_stack() to embed Ruby in coroutine
- Hi
While looking for a solution to an issue we have with embedding ruby into a pthread I found this thread
We have ... -
10:01 AM Feature #5710 (Closed): Enumerable#each( :method ) and Enumerable#map( :method )
- closed at request of submitter
-
01:56 AM Feature #5710: Enumerable#each( :method ) and Enumerable#map( :method )
- It works. Thank you!
I guess that this issue has been resolved... -
09:53 AM Bug #5721: require_relative
- 2011/12/7 rommel nocando <[email protected]>:
> Bug #5721: require_relative
> http://redmine.ruby-lang.or... -
09:39 AM Bug #5721: require_relative
- =begin
I'm uncertain of your case.
I imagined the following case, but this works.
$ mkdir bin lib
$ echo 'p :... -
09:34 AM Bug #5721 (Feedback): require_relative
-
08:24 AM Bug #5709: Improve Regexp documentation
- I altered the wording on =~ mentioning Range and String because the operator is generic and may be overridden to perf...
-
08:22 AM Bug #5709 (Closed): Improve Regexp documentation
- This issue was solved with changeset r33977.
Sylvain, thank you for reporting this issue.
Your contribution to Ruby i... -
08:03 AM Bug #5624 (Closed): Mismatch between code example and its description in text in Regexp documentation
- This issue was solved with changeset r33976.
Jarno, thank you for reporting this issue.
Your contribution to Ruby is ... -
07:15 AM Bug #5724 (Rejected): date_core compiling issues with MinGW GCC 4.6
- Hello,
I'm having problems building date_core.c with GCC 4.6 from mingw-w64 project:... -
05:56 AM Feature #5623 (Feedback): [PATCH] Update documentation for Complex
- What are the replacements for Complex.generic? and Numeric#im? I think these should be documented instead of just "D...
12/07/2011
-
10:53 PM Bug #5714: Unexpected error of STDIN#read with non-ascii input on Windows XP
- >
> - Â Â if (_osfile(fd) & FTEXT) {
> + Â Â isconsole -
12:23 PM Bug #5714: Unexpected error of STDIN#read with non-ascii input on Windows XP
- Hi,
(11/12/06 22:34), Luis Lavena wrote:
> BTW, I'm collecting stats about Ruby-users with Windows to determi... -
09:59 PM Bug #5721 (Rejected): require_relative
- Our users have found that with synchronicity's (a revision control system) populating with -share option that the sy...
-
06:56 PM Bug #5720 (Closed): Exceptions can be caused via eval that evade exception handling
- This issue was solved with changeset r33970.
Gabriel, thank you for reporting this issue.
Your contribution to Ruby i... -
03:51 PM Bug #5720 (Closed): Exceptions can be caused via eval that evade exception handling
- While poking at #5719, I discovered it's possible to cause an exception via Kernel#eval that leaks through any surrou...
-
06:01 PM Feature #5478: Add syntax to import Set into core
- If you had enough of my comments on this thread, please tell me stop, i will listen.
Here is my another argument i... -
02:26 PM Bug #5719: Hash::[] can't handle 100000+ args
- This is related to http://redmine.ruby-lang.org/issues/982. In terms of what needs to be done, it may even be "the sa...
-
12:26 PM Bug #5719: Hash::[] can't handle 100000+ args
- i shall give you four hints: stack, heap, push, pop
ruby's behavior is expected.
you can pass Hash::[] an array... -
12:23 PM Bug #5719: Hash::[] can't handle 100000+ args
- Hi,
In message "Re: [ruby-core:41511] [ruby-trunk - Bug #5719][Open] Hash::[] can't handle 100000+ args"
... -
12:05 PM Bug #5719: Hash::[] can't handle 100000+ args
- It looks to be a variable argument length thing, not a Hash thing in particular.
https://gist.github.com/5037bf83d28... -
11:47 AM Bug #5719: Hash::[] can't handle 100000+ args
- I was able to duplicate this issue with the above code in 1.9.2-p290 It didn't matter if I ran it through IRB or from...
-
11:30 AM Bug #5719 (Closed): Hash::[] can't handle 100000+ args
- I couldn't pin down an exact size for when/how this occurs, but I have code that was creating hashes just fine with H...
-
10:59 AM Feature #5622 (Closed): [PATCH] Update documentation for BigDecimal
- This issue was solved with changeset r33969.
Sylvain, thank you for reporting this issue.
Your contribution to Ruby i... -
10:49 AM Bug #5602 (Closed): io/console methods are not listed in top-level IO documentation
- This issue was solved with changeset r33968.
Misty, thank you for reporting this issue.
Your contribution to Ruby is ... -
10:23 AM Bug #5694: Proc#arity doesn't take optional arguments into account.
- trans wrote:
> On Sunday, December 4, 2011 3:02:29 PM UTC-5, NARUSE, Yui wrote:
>>
>>
>> After some consider... -
12:53 AM Bug #5694: Proc#arity doesn't take optional arguments into account.
- On Sunday, December 4, 2011 3:02:29 PM UTC-5, NARUSE, Yui wrote:
>
>
> After some consideration, I'm wondering... -
12:53 AM Feature #5695: CoffeeScript "is" and "isnt" keywords
- Indeed, I have aliased `#is` to `#include` and aliased `#is?` as `#===`
before
class Collection
is E...
12/06/2011
-
10:53 PM Bug #5714: Unexpected error of STDIN#read with non-ascii input on Windows XP
- On Tue, Dec 6, 2011 at 4:18 AM, U.Nakamura <[email protected]> wrote:
>
> On my idea, for example, throw away ... -
04:23 PM Bug #5714: Unexpected error of STDIN#read with non-ascii input on Windows XP
- Hello,
In message "[ruby-core:41500] [ruby-trunk - Bug #5714] Unexpected error of STDIN#read with non-ascii inp... -
03:57 PM Bug #5714: Unexpected error of STDIN#read with non-ascii input on Windows XP
- I guess this issue is due to a bug of _read function of Microsoft Runtime library.
Here is a patch for workaround.... -
12:52 PM Bug #5714 (Closed): Unexpected error of STDIN#read with non-ascii input on Windows XP
- When the input contains non-ascii character, STDIN#read raised Permission denied or Invalid argument error with MSVC ...
-
07:07 PM Feature #5716 (Closed): duplicated when clause is ignored -> Report which clause it is specifically.
- In latest Ruby 1.9.3, if you have warnings enabled, you get information like this here:
foobar.rb:24: warning: dup... -
01:26 PM Bug #5715 (Closed): +/-1 ** Bignum returns different results than +/-1 ** Fixnum
- =begin
Consider (({1 ** expt})) and (({(-1) ** expt})).
When ((|expt|)) is a Fixnum, the result is always 1, -1, ... -
12:36 PM Bug #5713 (Closed): Fixnum#** returns Infinity for 0 ** negative Bignum
- =begin
Instead it should raise ZeroDivisionError, the same as negative Fixnums.
wordsize = 8 * 1.size
fixnum_m... -
12:30 PM Bug #5656: Improve documentation for Range
- =begin
I restored the Xs example in #step since it seemed more illustrative.
I restored the === comment to the ==... -
08:37 AM Bug #5656 (Closed): Improve documentation for Range
- This issue was solved with changeset r33958.
Chris, thank you for reporting this issue.
Your contribution to Ruby is ... -
06:29 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 w...
Also available in: Atom