Project

General

Profile

Activity

From 09/05/2009 to 09/11/2009

09/11/2009

09:57 PM Bug #2086 (Closed): Update NEWS for 1.9.2
=begin
Applied in changeset r24854.
=end
nobu (Nobuyoshi Nakada)
06:10 PM Bug #2086 (Closed): Update NEWS for 1.9.2
=begin
NEWS needs updating. I started on this (rough diff attached) but then realised it was more work than I expect...
runpaint (Run Paint Run Run)
05:04 PM Bug #2053: `for` No Longer Splats When RHS Returns More Values Than LHS Expects
=begin
Thanks, nobu. I've updated the spec. Don't leave this ticket open on my account. :-)
=end
runpaint (Run Paint Run Run)
05:03 PM Feature #2084 (Closed): Method#source_location and Methods Created with `attr`
=begin
$ cat /tmp/attr.rb
class C
attr :a
end

p C.instance_methods(false)
p C.instance_met...
runpaint (Run Paint Run Run)
03:03 PM Feature #2061: Named Unicode Character Escapes
=begin
> * Normalise the name by converting to uppercase and replacing underscores with spaces.
done this for prop...
naruse (Yui NARUSE)
06:41 AM Bug #1978: fixed crash in lib/logger.rb from dependency on svn keywork expansion
=begin
Kirk,

Can you let me know if there is anything else I need to do to get this patch into 1_8_6?

I'd ...
stepheneb (Stephen Bannasch)
02:43 AM Feature #2080: Proc#to_source, Method#to_source
=begin
 ささだです。

Yuki Sonoda wrote::
> 担当者: Koichi Sasada, カテゴリ: core, Target version: 1.9.2
>
> [ruby-core:246...
ko1 (Koichi Sasada)
01:10 AM Feature #2080 (Rejected): Proc#to_source, Method#to_source
=begin
[ruby-core:24673]に見るように、Proc#to_sourceやMethod#to_sourceがあると、1.8時代にnode.hを利用してしまっていたようなライブラリの問題の多くを解決できます。そこで...
yugui (Yuki Sonoda)
01:59 AM Bug #1914: ruby-1.9.1-p243 failed to build from source on aix 5.3 with gcc 4.2.0
=begin
金本です。


2009/9/10 Nobuyoshi Nakada <[email protected]>:
> なかだです。
> これだと、LIBRUBY_DLDFLAGSには-bexpallがついて-...
kanemoto (Yutaka Kanemoto)
01:37 AM Bug #446 (Closed): [PATCH] [DOC] Net::HTTPHeaders#fetch does not return nil but raises IndexError
=begin
Applied in changeset r24830.
=end
Anonymous
01:35 AM Bug #2072: Segmentation faults with libxml-ruby and ruby 1.9.1
=begin
On Thu, Sep 10, 2009 at 5:57 PM, Nobuyoshi Nakada <[email protected]> wrote:
> Hi,
>
> At Fri, 11 Sep 200...
luislavena (Luis Lavena)
12:57 AM Bug #2072: Segmentation faults with libxml-ruby and ruby 1.9.1
=begin
Hi,

At Fri, 11 Sep 2009 00:45:12 +0900,
Aaron Patterson wrote in [ruby-core:25516]:
> This is not a bug....
nobu (Nobuyoshi Nakada)

09/10/2009

11:14 PM Bug #2053: `for` No Longer Splats When RHS Returns More Values Than LHS Expects
=begin
Hi,

At Sun, 6 Sep 2009 02:17:17 +0900,
Run Paint Run Run wrote in [ruby-core:25414]:
> $ cat /tmp/for.rb...
nobu (Nobuyoshi Nakada)
11:07 PM Bug #2077 (Closed): Patch for issue 1337 is incomplete/does not work as intended
=begin
Applied in changeset r24829.
=end
nobu (Nobuyoshi Nakada)
08:37 PM Bug #2077 (Closed): Patch for issue 1337 is incomplete/does not work as intended
=begin
The patch in issue 1337 does not take into consideration data install, which also fails when using make -jN i...
Flameeyes (Diego Elio Pettenò)
04:38 PM Bug #2072 (Third Party's Issue): Segmentation faults with libxml-ruby and ruby 1.9.1
=begin
The binary gem of libxml-ruby is for 1.8, not 1.9.
Ask the distributor of the gem.
=end
usa (Usaku NAKAMURA)
03:05 PM Bug #2072 (Third Party's Issue): Segmentation faults with libxml-ruby and ruby 1.9.1
=begin
I encountered segmentation fault when I used LibXML-ruby with Ruby 1.9.1.
My environment is as follows:
...
Kenji (賢司 高橋)
04:19 PM Bug #2075 (Closed): ext/json/ext/generator/generator.c のドキュメントへの小さなパッチ
=begin
コードを見た感じでは call-seq がおかしいと思ったのでパッチを書いてみました。
よろしくお願いします。

Index: ext/json/ext/generator/generator.c
==...
okkez (okkez _)
04:14 PM Feature #2074 (Third Party's Issue): json の j や jj は module_function にするべき?
=begin
p や pp が module_function なので json の j や jj も合わせるべきかもしれません。

yaml の y や yy も module_function になっていません。
...
okkez (okkez _)
04:07 PM Feature #1949 (Closed): Warn needless escaped characters
=begin
Applied in changeset r24825.
=end
naruse (Yui NARUSE)
12:38 PM Bug #2063 (Feedback): Core dump on AIX
=begin
No diff is attached.
=end
nobu (Nobuyoshi Nakada)

09/09/2009

10:03 PM Bug #2068 (Closed): FileUtils.cp should not create dest if src cannot be found.
=begin
Applied in changeset r24823.
=end
nobu (Nobuyoshi Nakada)
09:42 PM Bug #2068 (Closed): FileUtils.cp should not create dest if src cannot be found.
=begin
irb(main):009:0> Dir['*']
=> []
irb(main):010:0> FileUtils.cp '', 'dest'
Errno::ENOENT: No such file or...
vo.x (Vit Ondruch)
06:25 PM Bug #1852: Enumerable's #hash Raises ArgumentError When Recursive Values are Present
=begin
Tanaka,

Thank you for your explanation. :-) I haven't fully understood the
issues involved yet, but assum...
runpaint (Run Paint Run Run)
09:49 AM Bug #2066 (Closed): Merge Latest RDoc/Ri
=begin
Could RDoc/Ri be merged before the release of 1.9.2? We're on version 2.2.2 and the latest released version i...
runpaint (Run Paint Run Run)
08:27 AM Feature #2061: Named Unicode Character Escapes
=begin
> If you can't change regexp or other core things, I can do.

Thank you. I made a couple of attempts but ...
runpaint (Run Paint Run Run)
02:09 AM Feature #2061 (Assigned): Named Unicode Character Escapes
=begin
I agree this.
If you can't change regexp or other core things, I can do.

You may already know but for ...
naruse (Yui NARUSE)
01:22 AM Bug #1960 (Assigned): errors in configure on AIX
=begin
I'm looking at this right now.
=end
wyhaines (Kirk Haines)
12:38 AM Feature #2065 (Rejected): An ancestors iterator
=begin
I have implemented DSLs that add features to a class/module that should be inherited like methods. In those...
bahuvrihi (Simon Chiang)
12:16 AM Bug #2064 (Closed): Missing exports
=begin
This is connected to issue 2063. The problem is that, for example, .ext/powerpc-aix5.3.0.0/enc/iso_8859_1.so...
pedz (Perry Smith)
12:09 AM Bug #2063 (Closed): Core dump on AIX
=begin
The aix_loaderror routine has many problems. First, if loadquery fails, messages has not been initialized. ...
pedz (Perry Smith)

09/08/2009

11:25 PM Feature #1784: More encoding (Big5 series) support?
=begin
Hi, I've tested BIG5-HKSCS against trunk today, and it works fine.
# ruby 1.9.2dev (2009-09-08 trunk 24791)...
godfat (Lin Jen-Shin)
09:57 PM Bug #2062 (Closed): BUS Error on Kernel#gem
=begin
Applied in changeset r24790.
=end
nobu (Nobuyoshi Nakada)
05:11 PM Bug #2062: BUS Error on Kernel#gem
=begin
Confirmed.

$ ruby -ve 'gem("rdoc", ">=2.2.2")'
ruby 1.9.2dev (2009-09-05 trunk 24762) [i686-linux]...
runpaint (Run Paint Run Run)
04:50 PM Bug #2062 (Closed): BUS Error on Kernel#gem
=begin
According to nobu, the following code causes Bus Error.
gem("rdoc", ">=2.2.2")

This is a showstopper...
yugui (Yuki Sonoda)
03:18 PM Feature #2061 (Closed): Named Unicode Character Escapes
=begin
I suggest the addition of a \N{name} escape where _name_ is the name of a Unicode character. It would resolve...
runpaint (Run Paint Run Run)
02:50 PM Bug #2035 (Closed): Segfault in parser (list_concat_gen)
=begin
Applied in changeset r24741.
=end
nobu (Nobuyoshi Nakada)
06:54 AM Feature #2060 (Closed): DLをCからRubyに変換する事を勧めます
=begin
DLをCからRubyに変換すれば良いと思ったので、変換しました。CからRubyに変換後のパッチとそのテストを送ります。

このパッチを受け入れてもらえるのなら、これからもっとCからRubyに変換をするつもりです...
tenderlovemaking (Aaron Patterson)

09/07/2009

10:21 PM Feature #2043: incompatible character encodings
=begin
Thank you for the links. It was interesting.

I'm looking forward Ruby 2.0 and their automatic conversion...
vo.x (Vit Ondruch)
05:04 PM Feature #2043: incompatible character encodings
=begin
http://jp.rubyist.net/magazine/?0025-Ruby19_m17n
http://yokolet.blogspot.com/2009/07/design-and-implementat...
naruse (Yui NARUSE)
04:17 PM Feature #2043: incompatible character encodings
=begin
> On Ruby 1.9's view, Unicode is not a superset of Windows-1252.

Is the "Ruby 1.9's view" somewhere desc...
vo.x (Vit Ondruch)
03:39 PM Feature #2043 (Rejected): incompatible character encodings
=begin

=end
nobu (Nobuyoshi Nakada)
03:33 PM Feature #2043: incompatible character encodings
=begin
Ruby 1.9 doesn't automatic conversion.
ASCII character set is a special
because those characters of ASCII...
naruse (Yui NARUSE)
03:12 PM Feature #2043: incompatible character encodings
=begin
In following example, just characters from US-ASCII are used and in this case the addition works well.

s...
vo.x (Vit Ondruch)
11:26 AM Feature #2043: incompatible character encodings
=begin

=end
yugui (Yuki Sonoda)
05:57 PM Bug #2059 (Rejected): Marking internal functions as internal
=begin
All internal (extern) functions should be marked as internal in Doxygen comments before 1.9.2's release.
=end
yugui (Yuki Sonoda)
04:51 PM Bug #1393 (Assigned): Multiple assignment does not call to_a but to_ary
=begin

=end
yugui (Yuki Sonoda)
02:32 PM Bug #1908 (Rejected): readline ignores inputrc
=begin

=end
yugui (Yuki Sonoda)
02:30 PM Bug #1970 (Rejected): Pathname#to_str doesn't appear to work anymore
=begin

=end
yugui (Yuki Sonoda)
02:16 PM Bug #1926: Different eval/binding behaviour in 1.9
=begin

=end
yugui (Yuki Sonoda)
02:09 PM Bug #1914: ruby-1.9.1-p243 failed to build from source on aix 5.3 with gcc 4.2.0
=begin

=end
yugui (Yuki Sonoda)
01:55 PM Bug #1919 (Assigned): sparc-solaris-2.10 で 1.9.2-preview1 がビルドできない
=begin

=end
yugui (Yuki Sonoda)
01:38 PM Bug #1948: RDoc Fails with Non-ASCII Pathnames
=begin

=end
yugui (Yuki Sonoda)
01:35 PM Bug #1954 (Assigned): line number 0?
=begin

=end
yugui (Yuki Sonoda)
01:34 PM Bug #1967 (Assigned): Segmentation fault at test_qsort1 and test_qsort2 in test/dl/test_func.rb running on sparc-solaris-2.10
=begin

=end
yugui (Yuki Sonoda)
01:25 PM Bug #2008: test_io.rb: test 2 fails on FreeBSD
=begin

=end
yugui (Yuki Sonoda)
03:33 AM Bug #2008 (Assigned): test_io.rb: test 2 fails on FreeBSD
=begin

=end
naruse (Yui NARUSE)
01:23 PM Bug #1984 (Assigned): unable to require '.so' files with full directory path
=begin

=end
yugui (Yuki Sonoda)
01:19 PM Bug #1982 (Assigned): Kernel.load(..., true) --> scope problem
yugui (Yuki Sonoda)
12:37 PM Feature #2018 (Closed): [irb] BasicObject.new doesn't have an inspect
=begin
Applied in changeset r24779.
=end
matz (Yukihiro Matsumoto)
11:35 AM Feature #2018: [irb] BasicObject.new doesn't have an inspect
=begin
It is not a bug. But I think enhancement for irb is possible.
What kind of handling do you want?
=end
yugui (Yuki Sonoda)
11:46 AM Bug #1977: test failed in test_isdigit in test/dl/test_func.rb on sparc-solaris-2.10 (64bit)
=begin

=end
yugui (Yuki Sonoda)
11:22 AM Bug #2047 (Assigned): Time#<=> Raises NoMethodError on Incomparable Argument
=begin

=end
yugui (Yuki Sonoda)
11:16 AM Bug #2048 (Assigned): Thread#raise: Handling of Current Exception
=begin

=end
yugui (Yuki Sonoda)
11:09 AM Bug #2049: String#upto: Possible Regression
=begin

=end
yugui (Yuki Sonoda)
11:06 AM Bug #2053: `for` No Longer Splats When RHS Returns More Values Than LHS Expects
=begin

=end
yugui (Yuki Sonoda)
01:38 AM Feature #2034: Consider the ICU Library for Improving and Expanding Unicode Support
=begin
> > Adding Unicode sensitive functions to String may be accepted.
> > For example if the library is loaded,...
naruse (Yui NARUSE)

09/06/2009

07:38 AM Feature #1889: Teach Onigurma Unicode 5.0 Character Properties
=begin
Hi,

In message "Re: [ruby-core:25413] [Feature #1889] Teach Onigurma Unicode 5.0 Character Properties"
...
matz (Yukihiro Matsumoto)
04:26 AM Feature #1889: Teach Onigurma Unicode 5.0 Character Properties
=begin
> > RE.txt is for original Oniguruma, not for Ruby 1.9's regexp.
> > We may need our own document.
>
> ...
naruse (Yui NARUSE)
04:03 AM Feature #1889: Teach Onigurma Unicode 5.0 Character Properties
=begin
> RE.txt is for original Oniguruma, not for Ruby 1.9's regexp.
> We may need our own document.

Absolut...
runpaint (Run Paint Run Run)
03:16 AM Feature #1889: Teach Onigurma Unicode 5.0 Character Properties
=begin
RE.txt is for original Oniguruma, not for Ruby 1.9's regexp.
We may need our own document.

I think, PO...
naruse (Yui NARUSE)
01:46 AM Feature #1889: Teach Onigurma Unicode 5.0 Character Properties
=begin
It appears that http://www.geocities.jp/kosako3/oniguruma/doc/RE.txt did not accurately reflect the behaviour...
runpaint (Run Paint Run Run)
02:17 AM Bug #2053 (Closed): `for` No Longer Splats When RHS Returns More Values Than LHS Expects
=begin
$ cat /tmp/for.rb
class OFor
def each
[[1,2,3], [4,5,6]].each do |a|
yield(a[0],...
runpaint (Run Paint Run Run)
01:42 AM Bug #1753 (Assigned): non success open client socket not detected on windows
=begin
I heard that this bug has been fixed for trunk and ruby_1_8. I've also backported that fix to 1.8.7.
Sorry...
shyouhei (Shyouhei Urabe)
12:33 AM Feature #2034: Consider the ICU Library for Improving and Expanding Unicode Support
=begin
I cannot speak for Ruby core team but I personally do not like ICU.

It's not that I am against Unicode but...
hramrach (Michal Suchanek)
12:13 AM Feature #2034: Consider the ICU Library for Improving and Expanding Unicode Support
=begin
Another data point: Perl 6 is optionally linking against ICU (http://github.com/rakudo/rakudo/tree).
=end
runpaint (Run Paint Run Run)
12:05 AM Feature #2034: Consider the ICU Library for Improving and Expanding Unicode Support
=begin
> Adding Unicode sensitive functions to String may be accepted.
> For example if the library is loaded, Str...
runpaint (Run Paint Run Run)

09/05/2009

06:39 PM Feature #2034: Consider the ICU Library for Improving and Expanding Unicode Support
=begin
> If ICU was not available could we not fall back to the current behaviour?

No, if so, it lose portabili...
naruse (Yui NARUSE)
05:26 AM Feature #2034: Consider the ICU Library for Improving and Expanding Unicode Support
=begin
Thank you, naruse.

> First, the dependency to ICU seems a problem.
> ICU is well portable library, but...
runpaint (Run Paint Run Run)
10:47 AM Bug #1996 (Closed): ||= &&= doesn't return rval, but result of method
=begin
Applied in changeset r24757.
=end
nobu (Nobuyoshi Nakada)
10:42 AM Bug #2051 (Closed): alias_method :foo, :__send__
=begin
Already fixed.
=end
nobu (Nobuyoshi Nakada)
08:58 AM Bug #2051: alias_method :foo, :__send__
=begin
I can reproduce on 1.9 trunk:

$ ruby -e "class Object; alias_method :try, :__send__; end "
-e:1: [BUG]...
wycats (Yehuda Katz)
08:54 AM Bug #2051: alias_method :foo, :__send__
=begin
Looks like a regression, I tried on a different machine:

$ruby19 -e "class Object; alias_method :foo, :_...
mattetti (Matt Aimonetti)
08:43 AM Bug #2051 (Closed): alias_method :foo, :__send__
=begin
This is a bug that can be experienced when using Rails' ActiveSupport and Ruby 1.9.2:
activesupport/lib/act...
mattetti (Matt Aimonetti)
08:57 AM Feature #1882 (Closed): MatchData#==
=begin
Applied in changeset r24753.
=end
nobu (Nobuyoshi Nakada)
08:27 AM Bug #2050 (Closed): Abbreviated Assignment Operators No Longer Return rvalue
=begin
$ cat /tmp/h.rb
class H
def [](k) k end
def []=(k, v) [k, v] end
end

a = H.new
...
runpaint (Run Paint Run Run)
08:04 AM Bug #1747: Immediate Values Can be Frozen
=begin

=end
nobu (Nobuyoshi Nakada)
06:50 AM Feature #1697: Object#<=>
=begin
Hi,

At Sun, 28 Jun 2009 10:48:45 +0900,
Marc-Andre Lafortune wrote in [ruby-core:24063]:
> Other compari...
nobu (Nobuyoshi Nakada)
06:14 AM Bug #2049 (Closed): String#upto: Possible Regression
=begin
Prior to r24562:

a = []
"25".upto("5") { |s| a << s }
a #=> ["25"]

Now:

a = []
...
runpaint (Run Paint Run Run)
04:50 AM Bug #1755: IO#reopen Doesn't Fully Associate with Given Stream on 1.9; Ignores pos on 1.8
=begin
> On your platform, ruby 1.8 seems to copy the position in the stream
> when 1.9 don't. 1.8 does simply us...
runpaint (Run Paint Run Run)
02:12 AM Feature #2043 (Assigned): incompatible character encodings
=begin
Sorry, what is "possible conversion to ASCII" ?
=end
naruse (Yui NARUSE)
02:10 AM Feature #2032: Change the license to "GPLv2+ or Ruby's original".
=begin
greg:
> But using a GPL3 library is problematic for a different reason. It is
> not compatible with GPL2...
kazuhiko (Kazuhiko Shiozaki)
01:24 AM Feature #2032: Change the license to "GPLv2+ or Ruby's original".
=begin
On Fri, Sep 4, 2009 at 5:38 AM, Shyouhei Urabe<[email protected]> wrote:
> Issue #2032 has been updated ...
sandal (Gregory Brown)
01:58 AM Bug #2048 (Closed): Thread#raise: Handling of Current Exception
=begin
$ cat /tmp/thread.rb
t = Thread.new do
begin
1/0
rescue ZeroDivisionError
sl...
runpaint (Run Paint Run Run)
01:35 AM Bug #2047 (Closed): Time#<=> Raises NoMethodError on Incomparable Argument
=begin
$ cat /tmp/time-spaceship.rb
p Time.now <=> Object.new

$ ruby8 -v /tmp/time-spaceship.rb
ruby...
runpaint (Run Paint Run Run)
12:29 AM Bug #1852: Enumerable's #hash Raises ArgumentError When Recursive Values are Present
=begin
If this is, as matz implies, a regression, it would be useful to get it fixed before the 1.9.2 freeze.
=end
runpaint (Run Paint Run Run)
 

Also available in: Atom