Activity
From 03/01/2010 to 03/07/2010
03/07/2010
-
10:49 PM Bug #2581: require_relative depends on current directory
- =begin
遠藤です。
2010年3月7日22:26 Tanaka Akira <[email protected]>:
> まぁ直すのは名前以外難しくはなくて、
>
*snip*
>
> とかですかね。
ああなるほど... -
10:06 PM Bug #2581: require_relative depends on current directory
- =begin
遠藤です。
2010年3月7日21:17 KOSAKI Motohiro <[email protected]>:
>>> 1.9.2 では $: から "." が消えるため require_r... -
09:17 PM Bug #2581: require_relative depends on current directory
- =begin
>> 1.9.2 では $: から "." が消えるため require_relative の需要が
>> 増えることが予想されます。そのため、この問題はわりと重大だと
>> 思っています。とりあえず優先度を ur... -
02:52 AM Bug #2581: require_relative depends on current directory
- =begin
> なぜか、chdir後のrequire_relativeの中で間違ったディレクトリでt1.rbを開こうとするようです。
答えは全部ソースにありました ←あたりまえですが
26: module Kernel... -
02:00 AM Bug #2581: require_relative depends on current directory
- =begin
2010年1月9日23:15 Yusuke ENDOH <[email protected]>:
> 遠藤です。
>
> ソースファイルを相対パスで指定して起動したとき、require_relative が
> カレ... -
12:30 AM Bug #2581: require_relative depends on current directory
- =begin
遠藤です。
> ソースファイルを相対パスで指定して起動したとき、require_relative が
> カレントディレクトリに依存するようですが、これは仕様でしょうか。
この件、どうなってます... -
10:21 PM Feature #905: Add String.new(fixnum) to preallocate large buffer
- =begin
On 07.03.10 06:57, Yusuke ENDOH wrote:
> Hmm, I guess you saw physical memory size allocated.
> On many pla... -
08:46 PM Feature #905: Add String.new(fixnum) to preallocate large buffer
- =begin
>$ cat test.rb
>require 'benchmark'
>opt = ARGV[0]
>list = Array.new(10) do
> Benchmark.realtime do
... -
07:58 PM Feature #905: Add String.new(fixnum) to preallocate large buffer
- =begin
Hi,
2010/3/5 Kornelius Kalnbach <[email protected]>:
> JRuby, for example,
> concats strings almost twi... -
06:47 PM Feature #905: Add String.new(fixnum) to preallocate large buffer
- =begin
Hi,
> opt = false
> 1000.times do
> s = ""
> s.buffer(opt ? 100_001 : 100)
> x = "x"... -
06:38 PM Feature #905: Add String.new(fixnum) to preallocate large buffer
- =begin
Hi
At least, Linux madvise doesn't improve the performance in such case. current cruby + linux(glibc) re... -
02:57 PM Feature #905: Add String.new(fixnum) to preallocate large buffer
- =begin
Hi,
2010/3/7 Kornelius Kalnbach <[email protected]>:
> On 06.03.10 21:44, Yusuke ENDOH wrote:
>> 2010/3... -
08:29 AM Feature #905: Add String.new(fixnum) to preallocate large buffer
- =begin
On 06.03.10 21:44, Yusuke ENDOH wrote:
> 2010/3/6 Kornelius Kalnbach <[email protected]>:
>> Here's a p... -
05:44 AM Feature #905: Add String.new(fixnum) to preallocate large buffer
- =begin
Hi,
2010/3/6 Kornelius Kalnbach <[email protected]>:
> Here's a patch that doesn't work. I don't know... -
07:19 AM Feature #2022: Patch for openssl-1.0
- =begin
On Fri, Mar 5, 2010 at 23:40, NAKAMURA, Hiroshi <[email protected]> wrote:
> I'll cleanup commits and merge... -
03:36 AM Feature #1081: add File::write() convenience method
- =begin
Hi,
At Sun, 7 Mar 2010 02:32:56 +0900,
Run Paint Run Run wrote in [ruby-core:28536]:
> File 0001-io.c-io... -
02:32 AM Feature #1081: add File::write() convenience method
- =begin
For example, with the usual caveat that I don't speak C, the attached patch passes the following RubySpec: ht... -
02:17 AM Bug #2752 (Closed): File path encoding on mac os x and windows
- =begin
This issue was solved with changeset r26832.
Yusuke, thank you for reporting this issue.
Your contribution ...
03/06/2010
-
11:58 PM Feature #1081: add File::write() convenience method
- =begin
> I give up. I have already reverted and deleted the two methods.
>
> I wrote the patch because I thought ... -
02:06 PM Feature #1081 (Open): add File::write() convenience method
- =begin
=end
-
02:03 PM Feature #1081: add File::write() convenience method
- =begin
Hi,
2010/3/6 Yusuke ENDOH <[email protected]>:
> 2010/3/6 Run Paint Run Run <[email protected]>:
>> The o... -
12:49 PM Feature #1081: add File::write() convenience method
- =begin
2010/3/6 Run Paint Run Run <[email protected]>:
> The only other inconsistency I found is how offsets are ... -
12:01 PM Feature #1081: add File::write() convenience method
- =begin
Teamwork. :-)
The only other inconsistency I found is how offsets are handled for
non-existent paths.
... -
10:15 AM Feature #1081: add File::write() convenience method
- =begin
Hi,
2010/3/6 Run Paint Run Run <[email protected]>:
> As for #binwrite, I'm also assuming that, at
> l... -
05:32 AM Feature #1081: add File::write() convenience method
- =begin
>> Is it intended that the length of the leading nulls are not included
>> in the return value? I assumed th... -
12:03 AM Feature #1081: add File::write() convenience method
- =begin
Hi,
2010/3/5 Run Paint Run Run <[email protected]>:
> Is it intended that the length of the leading nul... -
11:49 AM Feature #905: Add String.new(fixnum) to preallocate large buffer
- =begin
Here's a patch that doesn't work. I don't know what I'm doing wrong here: RESIZE_CAPA seemed just right.
... -
10:26 AM Feature #905: Add String.new(fixnum) to preallocate large buffer
- =begin
On 06.03.10 01:31, Kurt Stephens wrote:
> ERB template rendering is one of my greatest performance issues ri... -
07:44 AM Feature #905: Add String.new(fixnum) to preallocate large buffer
- =begin
On 05.03.10 18:25, Nikolai Weibull wrote:
> I’m getting the feeling thath the only real use case that we’ve ... -
02:25 AM Feature #905: Add String.new(fixnum) to preallocate large buffer
- =begin
On Fri, Mar 5, 2010 at 17:25, Caleb Clausen <[email protected]> wrote:
> On 3/5/10, Yusuke ENDOH <[email protected]... -
07:30 AM Bug #2319: gethostbyname fails in windows
- =begin
appears to not throw the segfault anymore...at least on a couple of my doze boxes.
e:\dev\digitalarchive... -
04:07 AM Bug #2840 (Closed): Tk doesn't built in mingw
- =begin
Currently the tk extension "search" finds existing Tk headers (ex: c:\Tcl), but then fails when it tries to c...
03/05/2010
-
11:40 PM Feature #2022: Patch for openssl-1.0
- =begin
On Tue, Feb 9, 2010 at 04:03, Yui NARUSE <[email protected]> wrote:
> Issue #2022 has been updated by Yu... -
11:24 PM Feature #1081: add File::write() convenience method
- =begin
Is it intended that the length of the leading nulls are not included
in the return value? I assumed the seco... -
07:47 PM Feature #2835 (Closed): String#encodeに置換文字列のみを与えたら未定義向けとみなす
- =begin
This issue was solved with changeset r26823.
Yui, thank you for reporting this issue.
Your contribution to ... -
07:07 PM Feature #905: Add String.new(fixnum) to preallocate large buffer
- =begin
On Fri, 5 Mar 2010, Yusuke ENDOH wrote:
> Hi,
>
> 2010/3/5 Hugh Sasse <[email protected]>:
> >> At first g... -
05:58 PM Feature #905: Add String.new(fixnum) to preallocate large buffer
- =begin
Hi,
2010/3/5 Kornelius Kalnbach <[email protected]>:
>> Preallocation of String would be immensely usefu... -
05:20 PM Feature #905: Add String.new(fixnum) to preallocate large buffer
- =begin
Hi,
2010/3/5 Hugh Sasse <[email protected]>:
>> At first glance, the document explains the difference of dest... -
11:58 AM Feature #905: Add String.new(fixnum) to preallocate large buffer
- =begin
On 05.03.10 01:13, Kurt Stephens wrote:
> Preallocation of String would be immensely useful in large ERB
> ... -
09:12 AM Feature #905: Add String.new(fixnum) to preallocate large buffer
- =begin
+1
Preallocation of String would be immensely useful in large ERB templates.
So much so, I was look... -
06:09 AM Feature #905: Add String.new(fixnum) to preallocate large buffer
- =begin
On 04.03.10 21:08, caleb clausen wrote:
> If String#<< is really O(1), there would seem to be little reason ... -
05:08 AM Feature #905: Add String.new(fixnum) to preallocate large buffer
- =begin
If String#<< is really O(1), there would seem to be little reason to change anything. I still want to investi... -
02:51 AM Feature #905: Add String.new(fixnum) to preallocate large buffer
- =begin
On Fri, 5 Mar 2010, Yusuke ENDOH wrote:
> Hi,
>
> 2010/3/5 Hugh Sasse <[email protected]>:
> > Yes (la... -
02:39 AM Feature #905: Add String.new(fixnum) to preallocate large buffer
- =begin
Hi,
2010/3/5 Hugh Sasse <[email protected]>:
> Yes (last time I looked), but while this sort of thing is
> b... -
02:29 AM Feature #905: Add String.new(fixnum) to preallocate large buffer
- =begin
Hi,
2010/3/5 Kornelius Kalnbach <[email protected]>:
> Doesn't Ruby allocate already using a "double mem... -
02:13 AM Feature #905: Add String.new(fixnum) to preallocate large buffer
- =begin
On Fri, 5 Mar 2010, Kornelius Kalnbach wrote:
> Doesn't Ruby allocate already using a "double memory if yo... -
01:39 AM Feature #905: Add String.new(fixnum) to preallocate large buffer
- =begin
Doesn't Ruby allocate already using a "double memory if you run out"
rule? That makes string concatenation (... -
06:34 PM Feature #2837: Compile-time constant for HEAP_GROWTH_FACTOR (patch attached)
- =begin
> At least, they must be members of rb_objspace_t, and the
> argument ranges should be checked.
I cons... -
01:51 PM Feature #2837: Compile-time constant for HEAP_GROWTH_FACTOR (patch attached)
- =begin
Hi,
At Fri, 5 Mar 2010 05:20:36 +0900,
Michael Edgar wrote in [ruby-core:28487]:
> I've included a patch... -
05:20 AM Feature #2837 (Closed): Compile-time constant for HEAP_GROWTH_FACTOR (patch attached)
- =begin
The GC currently increases the size at which newly-created heaps by a factor of 1.8 for each heap. Some fin... -
04:31 PM Feature #2759: Regexp /g and /G options
- =begin
2010/3/5 Caleb Clausen <[email protected]>:
> Can't you rewrite that as something like this:
>
> /*untes... -
02:51 PM Feature #2759: Regexp /g and /G options
- =begin
2010/3/5 Caleb Clausen <[email protected]>:
> On 3/4/10, NARUSE, Yui <[email protected]> wrote:
>> (2010/03... -
09:26 AM Feature #2759: Regexp /g and /G options
- =begin
Hi Naruse, Allowing for the flag to be passed is fine, I'm not that eager on the /g or /G syntax itself as lo... -
05:10 AM Feature #1047: request: getters, setters for the GC
- =begin
I've attached a patch adding getters and setters for HEAP_MIN_SLOTS and GC_MALLOC_LIMIT. All tests still pas... -
04:10 AM Feature #2480: request to add GC::Profiler.time method
- =begin
Many thanks. I will use this in the ruby-prof gem most likely, for more intuitive profiling.
=end
-
04:08 AM Feature #2515: Array#select!
- =begin
Many thanks!
-rp
=end
-
12:17 AM Feature #2833: 絵文字エンコーディングの提案
- =begin
むらたです。
On 2010/03/04, at 22:45, NARUSE, Yui wrote:
> PC からの「晴れ」マークと、絵文字からの「晴れ」が混同されるのは、
> 正しいのか意図しない挙動...
03/04/2010
-
10:57 PM Bug #1954 (Closed): line number 0?
- =begin
This issue was solved with changeset r26817.
Kazuhiro, thank you for reporting this issue.
Your contributio... -
02:58 AM Bug #1954: line number 0?
- =begin
遠藤です。
> この現象について調べて見ました。
ありがとうございます。
> 対策として
> ・そういうものとして割り切る(仕様変更とする)
> ・プロセス終了処理中のメイン... -
10:57 PM Feature #1081 (Closed): add File::write() convenience method
- =begin
This issue was solved with changeset r26816.
Suraj, thank you for reporting this issue.
Your contribution t... -
10:50 PM Feature #1081: add File::write() convenience method
- =begin
Hi,
2010/3/4 Yukihiro Matsumoto <[email protected]>:
> In message "Re: [ruby-core:28450] [Feature #1081]... -
10:25 AM Feature #1081: add File::write() convenience method
- =begin
Hi,
In message "Re: [ruby-core:28450] [Feature #1081] add File::write() convenience method"
on Thu, 4... -
02:48 AM Feature #1081: add File::write() convenience method
- =begin
Hi,
Yusuke Endoh wrote:
> I have written a patch. The API is similar to File.read except string:
>
... -
10:46 PM Feature #2833: 絵文字エンコーディングの提案
- =begin
成瀬です。
(2010/03/04 13:29), takeru sasaki wrote:
>> まず、「文字コードの変換」というのはわたしはバイト列同士の変換だと考えています。
>> つまり、バイト単位で... -
01:30 PM Feature #2833: 絵文字エンコーディングの提案
- =begin
佐々木です。
コメントありがとうございます。
・各絵文字エンコーディングがサポートされることは反対ではないです。
・Googleの絵文字変換組み込まれることも反対ではないです。
現実的には8割9割以... -
09:54 PM Feature #2759: Regexp /g and /G options
- =begin
(2010/03/04 14:53), caleb clausen wrote:
> It seems to me that Michael has a burning need for this feature a... -
08:50 PM Feature #2759: Regexp /g and /G options
- =begin
(2010/03/04 19:52), Hugh Sasse wrote:
> On Thu, 4 Mar 2010, Vincent Isambart wrote:
>
>>> The objections ... -
08:41 PM Feature #2759: Regexp /g and /G options
- =begin
Hi,
(2010/03/03 12:02), Michael Fellinger wrote:
> Issue #2759 has been updated by Michael Fellinger.
> ... -
07:53 PM Feature #2759: Regexp /g and /G options
- =begin
On Thu, 4 Mar 2010, Vincent Isambart wrote:
> > The objections to this feature amounted to "it's complicat... -
03:00 PM Feature #2759: Regexp /g and /G options
- =begin
> The objections to this feature amounted to "it's complicated for users to understand and no-one needs it". ... -
02:53 PM Feature #2759: Regexp /g and /G options
- =begin
It seems to me that Michael has a burning need for this feature and it can't be (easily) provided any other w... -
09:26 PM Feature #905: Add String.new(fixnum) to preallocate large buffer
- =begin
Hi,
2010/3/4 caleb clausen <[email protected]>:
> Pre-sized buffers are a well-known performance win ... -
06:03 PM Feature #905: Add String.new(fixnum) to preallocate large buffer
- =begin
On Thu, Mar 4, 2010 at 07:11, caleb clausen <[email protected]> wrote:
> Issue #905 has been updated by ... -
03:11 PM Feature #905: Add String.new(fixnum) to preallocate large buffer
- =begin
Do we really need a benchmark to confirm that copying large strings is expensive? Pre-sized buffers are a wel... -
01:26 AM Feature #905 (Feedback): Add String.new(fixnum) to preallocate large buffer
- =begin
Hi,
> This would allow heavy string-appending algorithms and libraries (like ERb) to avoid doing so many... -
02:19 PM Feature #2480 (Closed): request to add GC::Profiler.time method
- =begin
Applied at r26814. Thank you.
=end
-
08:40 AM Feature #2480: request to add GC::Profiler.time method
- =begin
Hi,
>> I wrote a patch.
>> If it is OK, I'll commit later.
>
> +1
>
> The name `total_time' is also g... -
01:15 AM Feature #2480: request to add GC::Profiler.time method
- =begin
Hi,
2010/3/3 _ wanabe <[email protected]>:
> File gc_prof_totaltime.patch added
>
> I wrote a patch... -
11:09 AM Feature #2835: String#encodeに置換文字列のみを与えたら未定義向けとみなす
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:40554] [Feature #2835] String#encodeに置換文字列のみを与えたら未定義向けとみなす"
on ... -
02:47 AM Bug #1893: Recursive Enumerable#join is surprising
- =begin
On Wed, Mar 3, 2010 at 12:14 AM, Yukihiro Matsumoto <[email protected]>wrote:
> Hi,
>
> In message "Re:... -
01:28 AM Feature #1102 (Feedback): Prepend Module
- =begin
=end
03/03/2010
-
11:27 PM Bug #2830 (Closed): Some methods raise ArgumentError instead of TypeError
- =begin
This issue was solved with changeset r26805.
Marc-Andre, thank you for reporting this issue.
Your contribut... -
09:01 PM Bug #2830: Some methods raise ArgumentError instead of TypeError
- =begin
Hi,
(2010/03/03 20:18), Yusuke ENDOH wrote:
> 2010/3/3 Yukihiro Matsumoto <[email protected]>:
>> |Some... -
08:18 PM Bug #2830: Some methods raise ArgumentError instead of TypeError
- =begin
Hi,
2010/3/3 Yukihiro Matsumoto <[email protected]>:
> |Some methods of Ruby 1.9 expect integers/reals a... -
04:49 PM Bug #2830: Some methods raise ArgumentError instead of TypeError
- Hi,
In message "Re: [ruby-core:28395] [Bug #2830] Some methods raise ArgumentError instead of TypeError"
... -
11:17 PM Feature #2480: request to add GC::Profiler.time method
- =begin
I wrote a patch.
If it is OK, I'll commit later.
=end
-
10:28 PM Bug #1893: Recursive Enumerable#join is surprising
- =begin
Hi,
2010/3/3 Benoit Daloze <[email protected]>:
>> | I guess adding Enumerator#to_ary is a right solutio... -
09:48 PM Bug #1893: Recursive Enumerable#join is surprising
- =begin
>
> | I guess adding Enumerator#to_ary is a right solution.
>
> I don't think so, supplying to_ary means t... -
07:17 PM Bug #1893: Recursive Enumerable#join is surprising
- =begin
Hi,
2010/3/3 Yukihiro Matsumoto <[email protected]>:
> |I guess adding Enumerator#to_ary is a right solu... -
05:14 PM Bug #1893: Recursive Enumerable#join is surprising
- =begin
Hi,
In message "Re: [ruby-core:28422] [Bug #1893] Recursive Enumerable#join is surprising"
on Wed, 3 ... -
04:35 PM Bug #1893: Recursive Enumerable#join is surprising
- =begin
On 3 March 2010 06:42, Jeremy Kemper <[email protected]> wrote:
> Issue #1893 has been updated by Jere... -
02:42 PM Bug #1893: Recursive Enumerable#join is surprising
- =begin
Hi Yusuke,
Agreed that Enumerator#to_ary would resolve this.
Plus, I think it's better behavior: re... -
12:57 AM Bug #1893: Recursive Enumerable#join is surprising
- =begin
Hi Jeremy,
> >> Bar = Struct.new(:a, :b)
> => Bar
> >> bars = [Bar.new('1', '2'), Bar.new('3', '4')]... -
09:53 PM Feature #2835 (Closed): String#encodeに置換文字列のみを与えたら未定義向けとみなす
- =begin
Ruby 1.9 もおおむね完成してからそろそろ 3 年が経つのですが、
気付いた事として、String#encode(to, from, opt) の opt に :replace を指定した時は、
ほとんど... -
06:12 PM Bug #1582: IO.new Raises Other Errors between 1.8 and 1.9
- =begin
いまいです。
From: KOSAKI Motohiro <kosaki.motohiro_at_jp.fujitsu.com>
Date: Wed, 3 Mar 2010 13:23:29 +0900
... -
12:52 PM Bug #1582: IO.new Raises Other Errors between 1.8 and 1.9
- =begin
いまいです。
From: Nobuhiro IMAI <nov_at_yo.rim.or.jp>
Date: Sat, 27 Feb 2010 13:01:30 +0900
>> 上記URLはいちおう1.... -
05:24 PM Feature #2833: 絵文字エンコーディングの提案
- =begin
成瀬です。
2010年3月3日14:45 takeru sasaki <[email protected]>:
> Railsのjpmobileというプラグイン
> http://jpmobile... -
02:46 PM Feature #2833: 絵文字エンコーディングの提案
- =begin
佐々木と申します。
Railsのjpmobileというプラグイン
http://jpmobile-rails.org/
で絵文字を変換しています。
> 以下のような fallback つきのコンバータを... -
01:34 PM Feature #2833: 絵文字エンコーディングの提案
- =begin
成瀬です。
2010年3月3日12:43 Yusuke ENDOH <[email protected]>:
> パッチを試したところ、make all が 9 分半から 12 分になりました。
>
> 大差ない... -
01:20 PM Feature #2833: 絵文字エンコーディングの提案
- =begin
成瀬です
2010年3月3日10:53 KOSAKI Motohiro <[email protected]>:
> # だって、絵文字を使うのは日本人だけで、日本のPCのIMEで晴れ... -
12:44 PM Feature #2833: 絵文字エンコーディングの提案
- =begin
遠藤です。
パッチを試したところ、make all が 9 分半から 12 分になりました。
大差ないといえばそうですが、節操なく機能を盛り込みまくればどんどん
遅くなり、パッケージも肥大化します。git... -
12:35 PM Feature #2833: 絵文字エンコーディングの提案
- =begin
むらたです。
On 2010/03/02, at 23:42, Yui NARUSE wrote:
> * Shift_JIS-* は SJIS-* にすべき
> http://home.m05.its... -
10:39 AM Feature #2833: 絵文字エンコーディングの提案
- =begin
> 以下のような fallback つきのコンバータを標準で提供しておけば、
> 個々のニーズについては fallback 変換表を gem で配布してもらうだけ
> 済むかもしれません。
Strin... -
10:00 AM Feature #2833: 絵文字エンコーディングの提案
- =begin
むらたです。
On 2010/03/03, at 8:48, KOSAKI Motohiro wrote:
>> - Shift_JIS-DoCoMo
>> - Shift_JIS-KDDI
>> - ... -
07:28 AM Feature #2833: 絵文字エンコーディングの提案
- =begin
むらたです。
On 2010/03/03, at 4:15, Yukihiro Matsumoto wrote:
> |fallback ありの場合は、例えば DoCoMo だけで定義されている "\u{E... -
04:16 AM Feature #2833: 絵文字エンコーディングの提案
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:40533] Re: [Feature #2833] 絵文字エンコーディングの提案"
on Wed, 3 Mar 2010 ... -
02:56 AM Feature #2833: 絵文字エンコーディングの提案
- =begin
むらたです。
テストケースに不備がありました。申し訳ありません。
On 2010/03/03, at 2:23, Kenta Murata wrote:
> # 使用例としてのテストケース
> cl... -
02:24 AM Feature #2833: 絵文字エンコーディングの提案
- =begin
むらたです。
On 2010/03/02, at 23:12, Yukihiro Matsumoto wrote:
> |絵文字に対応したエンコーディングを実装しました。
> |これらを 1.9.2 のリ... -
04:27 PM Feature #2832 (Closed): Vector#each and Enumerable
- =begin
This issue was solved with changeset r26801.
Marc-Andre, thank you for reporting this issue.
Your contribut... -
02:37 PM Feature #2515 (Closed): Array#select!
- =begin
This issue was solved with changeset r26800.
Roger, thank you for reporting this issue.
Your contribution t... -
12:49 PM Feature #2515: Array#select!
- =begin
Hi,
2010/3/3 Yukihiro Matsumoto <[email protected]>:
> |I would suggest that this feature request be ext... -
04:24 AM Feature #2515: Array#select!
- =begin
Hi,
In message "Re: [ruby-core:28398] [Feature #2515] Array#select!"
on Tue, 2 Mar 2010 14:39:39 +090... -
04:23 AM Feature #2515: Array#select!
- =begin
I will also sign up as being in favor of adding this feature, perhaps with a different name, tho select! make... -
04:05 AM Feature #2515: Array#select!
- =begin
On Wed, 3 Mar 2010, Yusuke Endoh wrote:
> Hi,
>
> 2010/3/2 Marc-Andre Lafortune <[email protected]>... -
03:55 AM Feature #2515: Array#select!
- =begin
Oh I see your argument now--that select! is too confusing of a name...
For me, though, it makes sense (g... -
01:16 AM Feature #2515: Array#select!
- =begin
Hi,
2010/3/2 Marc-Andre Lafortune <[email protected]>:
> I feel the name select! is as appropriate... -
02:20 PM Bug #1983: Struct doesn't define instance methods for valid method names
- =begin
Thanks Yusuke. It's a reasonable restriction, considering my only motivation is to use Struct to make stubs f... -
12:02 PM Feature #2759: Regexp /g and /G options
- =begin
That's one out of many, and the shortest I could find.
My other samples still fail... here's a quick paste ... -
01:10 AM Feature #2635 (Rejected): Unbundle rdoc
- =begin
=end
-
01:09 AM Bug #2721 (Third Party's Issue): OpenSSL::Random.random_bytes(1) is very slow the first time on Windows
- =begin
=end
-
01:09 AM Bug #2721 (Rejected): OpenSSL::Random.random_bytes(1) is very slow the first time on Windows
- =begin
=end
-
01:08 AM Bug #2768 (Third Party's Issue): SEGV when using OpenSSL::Cipher (AES) in certain way
- =begin
Following is gdb backtrace and valgrind result; it seems OpenSSL's Issue.
% gdb --args ./ruby -e 'requir... -
12:57 AM Bug #2766 (Assigned): Cannot use CSV under windows 7
- =begin
=end
03/02/2010
-
11:42 PM Feature #2833: 絵文字エンコーディングの提案
- =begin
* Shift_JIS-* は SJIS-* にすべき
http://home.m05.itscom.net/numa/cde/sjis-euc/sjis-euc.html
* x-emoji.c に... -
11:30 PM Feature #2833: 絵文字エンコーディングの提案
- =begin
成瀬さんに github で変更点を閲覧できる方法を教えてもらいました。
http://github.com/mrkn/ruby/compare/trunk...emoji
=end
-
11:12 PM Feature #2833: 絵文字エンコーディングの提案
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:40528] [Feature #2833] 絵文字エンコーディングの提案"
on Tue, 2 Mar 2010 23:0... -
11:10 PM Feature #2833: 絵文字エンコーディングの提案
- =begin
添付ファイルを圧縮しました。
=end
-
11:09 PM Feature #2833: 絵文字エンコーディングの提案
- =begin
=end
-
11:00 PM Feature #2833 (Closed): 絵文字エンコーディングの提案
- =begin
絵文字に対応したエンコーディングを実装しました。
これらを 1.9.2 のリリース前に trunk にマージすることを提案します。
redmine のチケットにパッチを添付しました。
このパッチは以下... -
10:42 PM Bug #1983 (Rejected): Struct doesn't define instance methods for valid method names
- =begin
Hi Jeremy,
> By why not generate the reader and skip the setter, then?
In [ruby-core:4404], matz de... -
09:27 PM Bug #1666 (Closed): Confusion in documentation for lines vs each_line, etc...
- =begin
This issue was solved with changeset r26797.
Marc-Andre, thank you for reporting this issue.
Your contribut... -
09:07 PM Bug #1666: Confusion in documentation for lines vs each_line, etc...
- =begin
Hi,
> Currently, IO#lines is defined as "to_enum(:each_line, *args)" and thus will ignore a block if one... -
08:44 PM Feature #2759: Regexp /g and /G options
- =begin
r26796 allows your example to pass.
It fixes a bug of Oniguruma: captured groups in anchors (look-ahead,... -
06:47 PM Feature #2759 (Closed): Regexp /g and /G options
- =begin
This issue was solved with changeset r26796.
Michael, thank you for reporting this issue.
Your contribution... -
03:11 AM Feature #2759: Regexp /g and /G options
- =begin
It's not correct, I simply shortened a longer expression.
The original is:
(?x)\G
(?= ([ ]{4}|\t)
... -
08:34 PM Bug #1893: Recursive Enumerable#join is surprising
- =begin
This is because:
* Enumerable#join is recursive
* If an element is String, add it
* If an element is Ar... -
07:45 PM Feature #2515: Array#select!
- =begin
I got tripped up by redmine there: I thought that was going off list,
but while the name of the addressee wa... -
06:54 PM Feature #2515: Array#select!
- =begin
I agree with Marc-Andre, and also with his suggestion of keep_if.
I have sometimes wished for each of th... -
02:39 PM Feature #2515: Array#select!
- =begin
I would suggest that this feature request be extended to also introduce Array#keep_if.
Indeed, Enumerabl... -
12:22 PM Feature #2515: Array#select!
- =begin
Hi, Roger
Hugh Sasse wrote:
> On Tue, 2 Mar 2010, Roger Pack wrote:
> > It would be more convenient ... -
05:04 AM Feature #2515: Array#select!
- =begin
On Tue, 2 Mar 2010, Roger Pack wrote:
> Issue #2515 has been updated by Roger Pack.
[...]
> Curr... -
04:34 AM Feature #2515 (Open): Array#select!
- =begin
Hmm.
I personally have had uses for select! in the past, as others have as well.
http://blade.nagaok... -
06:04 PM Feature #2832 (Closed): Vector#each and Enumerable
- =begin
Vector should implement #each and include Enumerable, since it is so Array-like.
Enumerable methods tha... -
05:49 PM Bug #2495: Matrix: Vector#each2 should check its argument
- =begin
Hi,
In message "Re: [ruby-core:28401] Re: [Bug #2495] Matrix: Vector#each2 should check its argument"
... -
05:30 PM Bug #2495: Matrix: Vector#each2 should check its argument
- =begin
Hi,
In message "Re: [ruby-core:28399] [Bug #2495] Matrix: Vector#each2 should check its argument"
on ... -
04:52 PM Bug #2495: Matrix: Vector#each2 should check its argument
- =begin
Hi,
On Mon, Feb 1, 2010 at 10:44 PM, Yusuke ENDOH <[email protected]> wrote:
> Matz or Keiju, will you... -
05:10 PM Feature #2831 (Closed): Matrix: each, all?, none?, each_with_index, ....
- =begin
There is Matrix#collect, but it would be useful to have Matrix#each and include Enumerable.
All methods ... -
02:25 PM Bug #2189 (Closed): Math.atanh(1) & Math.atanh(-1) should not raise an error
- =begin
Resolved with r26785.
=end
-
01:45 PM Bug #2830 (Closed): Some methods raise ArgumentError instead of TypeError
- =begin
Some methods of Ruby 1.9 expect integers/reals and call internally nurat_int_value/nurat_int_check. These fun... -
01:38 PM Bug #2829 (Closed): Missing documentation for Exception subclasses.
- =begin
I noticed that the documentation for Exception subclasses are either that of Exception itself, or just plain ... -
12:40 PM Feature #1102: Prepend Module
- =begin
Hi,
This ticket was also discussed in the thread from [ruby-core:25208].
Module#prepend may be v... -
10:49 AM Feature #1102: Prepend Module
- =begin
+1 for Module#prepend
=end
-
04:47 AM Feature #1102: Prepend Module
- =begin
+1 for Module#prepend
=end
-
01:27 AM Bug #2184: Blocks strange behavior
- =begin
Hi,
> 1.9.1:
> z = lambda {|x,y| x <=> y}
> [3,2,1].max(&z) # => ArgumentError: wrong number of argu... -
12:32 AM Bug #1760: Methods Expecting Paths Should Prefer #to_path Over #to_str
- =begin
Hi,
> Methods that expect paths usually call #to_path on their argument. They may also try #to_str. When...
03/01/2010
-
11:57 PM Bug #1843: Symbol#inspect raises exception
- =begin
Hi,
Brian Candler wrote:
> However Symbol#inspect raises an exception if it was made from a string wit... -
11:10 PM Bug #2776 (Rejected): can't return from lambda with outer block
- =begin
仕様であるようですので Reject させていただきます。
教えていただいてありがとうございました。
=end
-
11:10 PM Bug #1469 (Rejected): Different behavior of class variables in 1.9.0 and 1.9.1p129
- =begin
Hi,
> For 1.9.0: ruby -v reports "ruby 1.9.0 (2006-06-08) [x86_64-linux]"
This is the development v... -
10:23 PM Feature #2759: Regexp /g and /G options
- =begin
Is this example really correct?
> Oniguruma::ORegexp.new('(?=([ ]{4}|\t)(?<marker>[-]([ ]{,2})\k<marker>))'... -
06:07 AM Bug #2827 (Closed): ri hangs during gem installation which results in a crash
- =begin
$ ruby -v
ruby 1.9.2dev (2010-02-26 trunk 26763) [powerpc-darwin9.8.0]
$ gem update
Updating install... -
01:21 AM Feature #839: Add code on each line of a backtrace output to the screen
- =begin
Hi,
Matz, what do you think about this ticket and #1906?
There is a patch nobu has written (though ...
Also available in: Atom