Project

General

Profile

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...
brent (Brent Roman)
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...
rogerdpack (Roger Pack)
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...
akr (Akira Tanaka)
09:37 AM Bug #1435 (Closed): README.ja: 「defined(THINK_C)」
=begin
Applied in changeset r23350.
=end
nobu (Nobuyoshi Nakada)
01:21 AM Bug #1435 (Closed): README.ja: 「defined(THINK_C)」
=begin
「* 移植」のところに

> 「defined(THINK_C)」で
> 括られている部分を参考にしてください

と書かれていますが、「defined(THINK_C)」がREADME.ja以外に見...
znz (Kazuhiro NISHIYAMA)
09:26 AM Feature #1436: Please consider this addition to resolv.rb which adds methods for resolving LOC resources
=begin

=end
akr (Akira Tanaka)
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...
jabo (JB Smith)
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...
rick (Rick Lloyd)

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...
naruse (Yui NARUSE)

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...
matz (Yukihiro Matsumoto)
07:19 PM Feature #1432 (Rejected): decrement and increment
=begin
What about (C) ++/-- ?
=end
OlegPuchinin (Oleg Puchinin)
05:59 PM Feature #1431 (Rejected): Object#__class__
=begin
Consider the following code using class instance variables:

class Car
def self.total_count=(n)
...
svoop (Sven Schwyn)
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
matz (Yukihiro Matsumoto)

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...
raskew (Ron Askew)
01:36 AM Feature #1411: transcode for UTF8-MAC
=begin
成瀬です。

NARUSE, Yui wrote:
> 新しいFSが出てきた時にそこではどういう扱いをするのか、
> とかも考えないといけませんからねぇ。

そういえば、SnowLeopardでZFSの読み...
naruse (Yui NARUSE)

05/02/2009

09:27 AM Bug #1427 (Closed): Difference between Array#to_s and Array#inspect
=begin
Applied in changeset r23324.
=end
nobu (Nobuyoshi Nakada)

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 ...
ujihisa (Tatsuhiro Ujihisa)
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...
rogerdpack (Roger Pack)
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...
nobu (Nobuyoshi Nakada)
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...
rick (Rick Lloyd)
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/...
neomjp (neomjp neomjp)

04/30/2009

06:27 PM Bug #1424 (Closed): [PATH] Documentation typo in Net::HTTP
=begin
Applied in changeset r23311.
=end
matz (Yukihiro Matsumoto)
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...
zmalltalker (Marius Mårnes Mathiesen)
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...
matz (Yukihiro Matsumoto)
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 ...
matz (Yukihiro Matsumoto)
04:49 PM Feature #1422 (Rejected): Unused function rb_ary_to_s
=begin

=end
matz (Yukihiro Matsumoto)
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....
ujihisa (Tatsuhiro Ujihisa)
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...
znz (Kazuhiro NISHIYAMA)
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...
znz (Kazuhiro NISHIYAMA)
 

Also available in: Atom