Activity
From 04/30/2009 to 05/06/2009
05/06/2009
-
11:31 AM Feature #1432: decrement and increment
- =begin
Why is
a+=1
less elegant than
++a
However, I admit that using
(x=a; a+=1; x)
to re... -
11:02 AM Feature #1432: decrement and increment
- =begin
at times I do miss the elegance of being able to do ++
though it does hide the fact that it's internally as... -
09:41 AM Feature #1200: Possibility for using named and normal groups together in regular expressions
- =begin
I'd like to use simple paren as a shy group.
If we allow both named and unnamed capturing group in a reg... -
09:37 AM Bug #1435 (Closed): README.ja: 「defined(THINK_C)」
- =begin
Applied in changeset r23350.
=end
-
01:21 AM Bug #1435 (Closed): README.ja: 「defined(THINK_C)」
- =begin
「* 移植」のところに
> 「defined(THINK_C)」で
> 括られている部分を参考にしてください
と書かれていますが、「defined(THINK_C)」がREADME.ja以外に見... -
09:26 AM Feature #1436: Please consider this addition to resolv.rb which adds methods for resolving LOC resources
- =begin
=end
-
08:48 AM Feature #1436 (Closed): Please consider this addition to resolv.rb which adds methods for resolving LOC resources
- =begin
Please consider this diff which would add support to resolv.rb to permit parsing of LOC resources.
I would... -
04:16 AM Bug #1414: NameError (undefined method `path' for class `ActionController::UploadedStringIO')
- =begin
So the current info seems to point to multiple problems related to the StringIO changes in Ruby and introduct...
05/05/2009
-
09:52 AM Bug #1433 (Closed): test_sprintf_p fails
- =begin
test_sprintf_p(TestM17N) [/home/naruse/git/ruby/test/ruby/test_m17n.rb:773]:
<#<Encoding:US-ASCII>> expecte...
05/04/2009
-
07:56 PM Feature #1432 (Rejected): decrement and increment
- =begin
You can't define object-oriented semantics for increment/decrement operations. They are assignments in theor... -
07:19 PM Feature #1432 (Rejected): decrement and increment
- =begin
What about (C) ++/-- ?
=end
-
05:59 PM Feature #1431 (Rejected): Object#__class__
- =begin
Consider the following code using class instance variables:
class Car
def self.total_count=(n)
... -
07:49 AM Bug #1430 (Rejected): make check error
- =begin
As the log says, it's know bug. you don't have report again.
=end
05/03/2009
-
10:54 AM Bug #1430 (Rejected): make check error
- =begin
PASS all 936 tests
./miniruby -I../lib -I.ext/common -I./- -r../ext/purelib.rb "../bootstraptest/runner.rb... -
01:36 AM Feature #1411: transcode for UTF8-MAC
- =begin
成瀬です。
NARUSE, Yui wrote:
> 新しいFSが出てきた時にそこではどういう扱いをするのか、
> とかも考えないといけませんからねぇ。
そういえば、SnowLeopardでZFSの読み...
05/02/2009
-
09:27 AM Bug #1427 (Closed): Difference between Array#to_s and Array#inspect
- =begin
Applied in changeset r23324.
=end
05/01/2009
-
11:48 PM Bug #1427 (Closed): Difference between Array#to_s and Array#inspect
- =begin
ruby 1.9では通常Array#to_sとArray#inspectは同じ文字列を返しますが、自己再帰する配列に対しては異なる結果を返しています。
# ruby 1.9.2dev (2009-04-30 ... -
09:12 PM Feature #1408: 0.1.to_r not equal to (1/10)
- =begin
> -1 that loses data.
True--however the (current) code for String#to_s attempts to determine whether the... -
09:47 AM Bug #1414: NameError (undefined method `path' for class `ActionController::UploadedStringIO')
- =begin
Hi,
At Mon, 27 Apr 2009 15:35:02 +0900,
Rick Lloyd wrote in [ruby-core:23326]:
> NameError (undefined me... -
08:52 AM Bug #1414: NameError (undefined method `path' for class `ActionController::UploadedStringIO')
- =begin
I think you are correct. I first assumed that, since the error was induced by swapping 1.9.2dev for 1.8.7p72... -
12:57 AM Bug #1388: cygwin-1.7, gcc4-4.3, and ruby-1.9. make btest #236 test_io.rb Segmentation fault
- =begin
Thanks for the quick and thorough review. I am sorry that I could not
report back earlier.
On 2009/04/...
04/30/2009
-
06:27 PM Bug #1424 (Closed): [PATH] Documentation typo in Net::HTTP
- =begin
Applied in changeset r23311.
=end
-
06:08 PM Bug #1424 (Closed): [PATH] Documentation typo in Net::HTTP
- =begin
Stumbled across a minor typo in the documentation for Net::HTTP today; HTTPSwitchProtocol was misspelt as HTT... -
06:24 PM Bug #1414: NameError (undefined method `path' for class `ActionController::UploadedStringIO')
- =begin
Hi,
I am afraid that it's a bug in Rails or its plugin. Could you isolate
the problem if it's a bug in R... -
04:49 PM Feature #1422: Unused function rb_ary_to_s
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:38359] [Feature #1422] Unused function rb_ary_to_s"
on Thu, 30 ... -
04:49 PM Feature #1422 (Rejected): Unused function rb_ary_to_s
- =begin
=end
-
10:28 AM Feature #1422 (Rejected): Unused function rb_ary_to_s
- =begin
ujihisaといいます。
Array#to_sがArray#inspectのaliasになったため、rb_ary_to_sがruby処理系内のどこからも呼ばれていません。
http://redmine.... -
12:21 PM Bug #1423 (Closed): config.charset not found
- =begin
ext/iconv/charset_alias.rb に書いてある
# http://www.ctan.org/tex-archive/macros/texinfo/texinfo/intl/config.char... -
08:51 AM Bug #1421 (Closed): Permission denied - ~/.ri
- =begin
Some tests failed and error when home directory is not writable.
http://chkbuild.n-z.jp/ruby/debian-a...
Also available in: Atom