Activity
From 08/25/2010 to 08/31/2010
08/31/2010
-
11:21 PM Feature #3768: Constant Lookup doesn't work in a subclass of BasicObject
- =begin
I see the technical reason it occurs, but to accept that as proper behavior is going to hobble the usefulness... -
02:25 PM Feature #3768: Constant Lookup doesn't work in a subclass of BasicObject
- =begin
Hi,
BasicObject does not inherit from Object, where the constant M is
defined. So, if you want to refer ... -
02:05 PM Feature #3768 (Rejected): Constant Lookup doesn't work in a subclass of BasicObject
- =begin
=end
-
11:51 AM Feature #3768 (Assigned): Constant Lookup doesn't work in a subclass of BasicObject
- =begin
I think it's spec, but we should hear the opinion of matz.
=end
-
04:08 AM Feature #3768 (Rejected): Constant Lookup doesn't work in a subclass of BasicObject
- =begin
ruby-1.9.2-p0 > module M
ruby-1.9.2-p0 ?> end
=> nil
ruby-1.9.2-p0 > class X < BasicObject
ruby-1.... -
07:06 PM Bug #3771: VC++ can't make ext/tk with enabling stubs
- =begin
永井@知能.九工大です.
From: Akio Tajima <[email protected]>
Subject: [ruby-dev:42159] [Ruby 1.9-Bug#3771][Open... -
05:37 PM Bug #3771 (Closed): VC++ can't make ext/tk with enabling stubs
- =begin
This issue was solved with changeset r29151.
Akio, thank you for reporting this issue.
Your contribution to... -
04:28 PM Bug #3771 (Closed): VC++ can't make ext/tk with enabling stubs
- =begin
VC++で
--enable-tcltk-stubs を有効にしてmakeすると、tkのmakeに失敗します。
以下、パッチです。
--- stubs.c.org Tue Aug 31 16:21:4... -
05:11 PM Feature #3753: value of def-expr
- =begin
+1
=end
-
05:01 PM Feature #3753 (Assigned): value of def-expr
- =begin
=end
-
10:05 AM Bug #3736: Complex#argがエラーになることがある
- =begin
r29115 で修正しました。
=end
-
10:02 AM Bug #3736 (Closed): Complex#argがエラーになることがある
- =begin
=end
-
09:43 AM Bug #3737: DateTime#to_time doesn't preserve zone
- =begin
Both Time.parse and DateTime.to_time have the same problem. They convert into the local timezone. The origina... -
06:29 AM Feature #3762 (Rejected): c++ exceptions result in segfault when raised in rb_thread_blocking_region callback
- =begin
You can't break from blocking functions with C++ exception.
Ruby's exception mechanism which is implemented... -
04:26 AM Bug #3769 (Closed): Removing Predefined Constants
- =begin
The documentation for Module#remove_const states "Predefined classes and singleton objects (such as true) can... -
02:59 AM Feature #3767 (Rejected): String#scan enumerator?
- =begin
Should String#scan return an Enumerator if no block is given?
I came across this issue when testing a St... -
02:54 AM Feature #3380: Minitest Runner Command
- =begin
Not everyone uses rake.
By "automagic" I am simply referring to the at_exit procedure that must be used... -
01:08 AM Bug #3766: SEGFAULT
- =begin
Make sure you are not falling into this case
http://yehudakatz.com/2010/08/24/a-tale-of-abort-traps-or-alwa... -
12:53 AM Bug #3766 (Rejected): SEGFAULT
- =begin
After upgrading to a newer version of bundler I'm now getting a segfault error coming out of ruby. Filing a ...
08/30/2010
-
01:31 PM Bug #3764: Ripper incorrectly handle literal keywords (as symbol, eg. :class)
- =begin
ruby -v
# >> ruby 1.9.1p376 (2009-12-07 revision 26041) [x86_64-linux]
=end
-
10:46 AM Bug #3764 (Rejected): Ripper incorrectly handle literal keywords (as symbol, eg. :class)
- =begin
Given the following use case of ripper:
pp Ripper.lex(':class')
I'm gettting:
>> [[[1, 0], :on_sy... -
01:30 PM Bug #3765 (Rejected): Ripper::Lexer missed out tokens after '=>' operator
- =begin
Given the following ripper use case:
pp Ripper.lex(':x => 1')
I'm getting:
>> [[[1, 0], :on_symbe... -
01:00 PM Feature #3762: c++ exceptions result in segfault when raised in rb_thread_blocking_region callback
- =begin
Bharanee Rathna <[email protected]> wrote:
> Backport #3762: c++ exceptions result in segfault when rais... -
09:29 AM Feature #3762 (Rejected): c++ exceptions result in segfault when raised in rb_thread_blocking_region callback
- =begin
http://gist.github.com/556829
This works under ruby1.9.1 but segfaults on 1.9.2 - any insights or sugges... -
10:37 AM Feature #3714: Add getters for Enumerator
- =begin
> Actually, Enumerator#inspect originally did not show anything internal but I changed it to show some
> ju... -
09:49 AM Bug #3763 (Rejected): 1.9.2-p0 SEGV in String:+
- =begin
I'm getting an occasional crash when calling the += operator for a String. It happens fairly rarely (maybe on... -
03:45 AM Bug #3761 (Closed): List of possible casting issues under LLP64
- =begin
Hello,
working on getting Ruby (trunk and 1.9.2) build under mingw-w64 compiler. Since Windows uses LLP6... -
03:37 AM Bug #3683: getgrnam on computer with NIS group (+)?
- =begin
I'm in Tokyo right now, and can't get access to the computer where this was happening. Also, I am not able to...
08/29/2010
-
11:47 PM Bug #3759 (Closed): make rdocで不要と思われるファイル"rdoc/Set/dig = {}/cdesc-dig = {}.ri"が生成される
- =begin
This issue was solved with changeset r29140.
Wataru, thank you for reporting this issue.
Your contribution ... -
09:06 PM Bug #3759 (Closed): make rdocで不要と思われるファイル"rdoc/Set/dig = {}/cdesc-dig = {}.ri"が生成される
- =begin
trunkのmake rdocで、奇妙なパスの.riファイルが生成されます。
% ./configure && make && make rdoc
% % find . -name cdesc-d... -
10:37 PM Bug #3760 (Closed): help "String.new" (for example) no longer works in irb
- =begin
ruby-1.9.2-p0 > help "String.new"
NoMethodError: undefined method `get_info_for' for #<RDoc::RI::Driver:0x... -
04:37 PM Feature #3714 (Feedback): Add getters for Enumerator
- =begin
Enumerator was designed as a means to providing a handy and safe way to generate and pass (or return) an Enum... -
04:11 PM Feature #3112: require "yaml" doesn't use psych as default
- =begin
(10/08/29 7:24), Aaron Patterson wrote:
> On Fri, Aug 27, 2010 at 09:09:27PM +0900, Anshul Khandelwal wrote:... -
07:24 AM Feature #3112: require "yaml" doesn't use psych as default
- =begin
On Fri, Aug 27, 2010 at 09:09:27PM +0900, Anshul Khandelwal wrote:
> Issue #3112 has been updated by Anshul ... -
01:27 PM Bug #3751 (Closed): SEGV: ruby -rprofile test/ruby/test_proc.rb -v -n test_curry
- =begin
This issue was solved with changeset r29136.
Peter, thank you for reporting this issue.
Your contribution t... -
12:57 PM Bug #3756 (Closed): Clarify Error Message for Frozen $LOADED_FEATURES
- =begin
This issue was solved with changeset r29135.
Run Paint, thank you for reporting this issue.
Your contributi... -
05:01 AM Bug #3756 (Closed): Clarify Error Message for Frozen $LOADED_FEATURES
- =begin
If $LOADED_FEATURES is frozen, `require` raises a RuntimeError when attempting to append to the Array. Unfort... -
12:52 PM Feature #3755 (Assigned): Patch for Complex.cis
- =begin
=end
-
04:31 AM Feature #3755 (Rejected): Patch for Complex.cis
- =begin
Haskell and Common Lisp have a `cis` function for Complex numbers, e.g. http://www.zvon.org/other/haskell/Out... -
12:27 PM Bug #3758 (Closed): require Raises Encoding::CompatibilityError for Invalid, Non-ASCII Feature Names
- =begin
This issue was solved with changeset r29133.
Run Paint, thank you for reporting this issue.
Your contributi... -
06:16 AM Bug #3758 (Closed): require Raises Encoding::CompatibilityError for Invalid, Non-ASCII Feature Names
- =begin
When trying to require a feature with a non-ASCII name that does not correspond to an installed gem or a file... -
10:02 AM Bug #3746: Incorrect Float subtraction
- =begin
I added them.
=end
-
09:43 AM Feature #3657: make cleanがファイルを削除しすぎ
- =begin
make clean: tarball展開時に戻す
make distclean: リポジトリの状態に戻す
と戻るべき状態を定義し、そのように戻るように修正しました。
=end
-
09:37 AM Feature #3657 (Closed): make cleanがファイルを削除しすぎ
- =begin
This issue was solved with changeset r29130.
Takahiro, thank you for reporting this issue.
Your contributio... -
07:45 AM Bug #3752: ruby/dl and segmentation fault
- =begin
=end
-
07:04 AM Bug #3231: Digest Does Not Build
- =begin
Just to follow up on this - I am unfortunately still seeing the same problem in ruby 1.9.2 with VC++ 2010.
...
08/28/2010
-
02:56 PM Feature #3753 (Closed): value of def-expr
- =begin
RubyKaigi見てて思い出したのですが、def式はSymbolを返すようにしませんか?
そうすると、
class Foo
private def foo()
# ...
... -
01:53 PM Bug #3734 (Closed): Float('0xf.fp') がエラーにならない
- =begin
fixed in r29073.
=end
-
06:22 AM Bug #3607: [trunk/r28731] Gem.path has disappeared?
- =begin
If you're a mere mortal finding this problem from google after updating from 1.9.1 to 1.9.2, the upshot is th...
08/27/2010
-
10:13 PM Bug #3683: getgrnam on computer with NIS group (+)?
- =begin
No no, I mean, current Etc.group { ... } is a very thin wrapper to call getgrent(3) over and over. We do not... -
01:44 PM Bug #3683: getgrnam on computer with NIS group (+)?
- =begin
Refer to
http://ha.redhat.com/mirrors/LDP/LDP/nag2/x-087-2-nis.passwd.html
http://docs.hp.com/en/B9106-90... -
01:10 PM Bug #3683 (Feedback): getgrnam on computer with NIS group (+)?
- =begin
Can you tell us which environment that happen?
=end
-
09:27 PM Bug #3752 (Rejected): ruby/dl and segmentation fault
- =begin
I am trying to port ruby-taglib to ruby 1.9
My current efforts can be dowload at http://rubyforge.org/frs/?... -
09:09 PM Feature #3112: require "yaml" doesn't use psych as default
- =begin
Any updates on this? Is there some way I can ensure that my code is using the bundled psych?
Anshul
=end
-
09:03 PM Bug #3750: SEGV: ruby -rprofile test/ruby/test_assignment.rb
- =begin
On 27 August 2010 13:27, Run Paint Run Run <[email protected]> wrote:
>
> I can reproduce on Linux.
... -
08:27 PM Bug #3750: SEGV: ruby -rprofile test/ruby/test_assignment.rb
- =begin
I can reproduce on Linux.
=end
-
12:09 PM Bug #3750 (Assigned): SEGV: ruby -rprofile test/ruby/test_assignment.rb
- =begin
=end
-
08:06 AM Bug #3750: SEGV: ruby -rprofile test/ruby/test_assignment.rb
- =begin
More specific:
> ruby -rprofile test/ruby/test_assignment.rb -v -n test_assignment
Loaded suite test/ruby... -
07:51 AM Bug #3750 (Closed): SEGV: ruby -rprofile test/ruby/test_assignment.rb
- =begin
> ruby -rprofile test/ruby/test_assignment.rb
Loaded suite test/ruby/test_assignment
Started
............. -
08:23 PM Bug #3751: SEGV: ruby -rprofile test/ruby/test_proc.rb -v -n test_curry
- =begin
I can reproduce on Linux.
=end
-
12:07 PM Bug #3751 (Assigned): SEGV: ruby -rprofile test/ruby/test_proc.rb -v -n test_curry
- =begin
=end
-
09:29 AM Bug #3751 (Closed): SEGV: ruby -rprofile test/ruby/test_proc.rb -v -n test_curry
- =begin
> ruby -rprofile test\ruby\test_proc.rb -v -n test_curry
Loaded suite test/ruby/test_proc
Started
TestP... -
05:20 PM Feature #3622: Net::HTTP does not wait to send request body with Expect: 100-continue
- =begin
I don't see any reason to use 0.5 for the timeout. I think a timeout of 0 by default is acceptable to mainta... -
01:54 PM Feature #3622 (Feedback): Net::HTTP does not wait to send request body with Expect: 100-continue
- =begin
=end
-
02:22 PM Bug #3713: Ruby 1.8.6 fails to build against Tk >= 8.5
- =begin
I'm very sorry. The previous patch is wrong.
Probably, this patch is right.
=end
-
02:07 PM Bug #3713: Ruby 1.8.6 fails to build against Tk >= 8.5
- =begin
backport patch
=end
-
12:56 PM Bug #3713 (Assigned): Ruby 1.8.6 fails to build against Tk >= 8.5
- =begin
=end
-
02:02 PM Bug #3640 (Closed): BigDecimal#hash returns -2 for all negative finite numbers.
- =begin
This bug fixed by r28825.
=end
-
01:59 PM Bug #3609 (Closed): Float Infinity comparisons in 1.9
- =begin
=end
-
01:51 PM Feature #3627 (Rejected): catchのブロックを再実行するメソッド
- =begin
提案事態はrejectしますのでもし新しいアイディアができたらまた登録してください。
=end
-
01:47 PM Feature #3631 (Assigned): [PATCH] lib/rake.rb: allow passing nil to sh() and ruby()
- =begin
=end
-
01:45 PM Bug #3637 (Closed): win32ole: Remove definition of NONAMELESSUNION in MinGW
- =begin
=end
-
01:41 PM Feature #3378 (Feedback): Range#each should not yield its `begin' itself
- =begin
・String#uptoがself.dupを返すようになったのは妥当か?
・Range#eachはすべて左端をdupしたものを渡すべきか?
について、もし何かあればフィードバックください。
=end
-
01:35 PM Feature #3653 (Assigned): Diferential behaviour of positives and negatives ranges as subindex of string or arrays.
- =begin
=end
-
01:29 PM Feature #3657 (Assigned): make cleanがファイルを削除しすぎ
- =begin
=end
-
01:24 PM Bug #3660 (Assigned): Trace events seem to be missing
- =begin
=end
-
01:22 PM Bug #3672 (Assigned): PTY.getpty with non exist program
- =begin
=end
-
01:19 PM Bug #3674 (Assigned): dRuby サーバプロセスを停止する時に時間がかかることがある
- =begin
=end
-
01:18 PM Bug #3676 (Assigned): CMath.cbrt(-8)の結果が複素数にならない
- =begin
=end
-
01:14 PM Bug #3677 (Assigned): unable to run certain gem binaries' in windows 7
- =begin
=end
-
01:07 PM Feature #3685 (Assigned): Struct does not define #to_ary, needed for implicit-splat.
- =begin
=end
-
01:05 PM Bug #3686 (Assigned): Error in parsing musicbrainz.org with rexml
- =begin
=end
-
08:05 AM Bug #3686: Error in parsing musicbrainz.org with rexml
- =begin
FWIW, I checked and raquo is a valid entity in XHTML 1.1, the page passes validation, and it correctly states... -
01:02 PM Feature #3697 (Assigned): [PATCH] Allow build of dbm extension with Berkeley DB 5.0 series (for 1.9.2_rc2)
- =begin
=end
-
12:57 PM Feature #3711 (Feedback): IPAddr must not make DNS lookups via IPSocket.getaddress
- =begin
=end
-
12:55 PM Feature #3714 (Assigned): Add getters for Enumerator
- =begin
=end
-
12:53 PM Bug #3716 (Feedback): segfault on String.gsub
- =begin
Can you show us a code snippet to reproduce this?
=end
-
12:51 PM Feature #3719 (Assigned): open-uri should allow redirects from http to https
- =begin
=end
-
12:49 PM Bug #3720 (Assigned): test_marshal_dump_extra_iv doesn't check as intended
- =begin
=end
-
12:45 PM Feature #3727 (Feedback): rb_f_require_relative not included in Ruby API
- =begin
Hi,
we do not have rb_f_require_relative now so
if you need one, we need some use cases for
it to m... -
12:44 PM Bug #3730 (Closed): invalid sed invocation breaks extra LDFLAGS
- =begin
fixed at r29066.
=end
-
12:39 PM Bug #3730 (Assigned): invalid sed invocation breaks extra LDFLAGS
- =begin
=end
-
12:38 PM Feature #3731 (Feedback): Easier Embedding API for Ruby
-
12:37 PM Bug #3733 (Assigned): $SAFE==1環境下でtaintな文字列のFile.expand_path
- =begin
=end
-
12:37 PM Bug #3741 (Closed): Remove Mention of Obsolete Method from Object#class RDoc
- =begin
This issue was solved with changeset r29113.
Run Paint, thank you for reporting this issue.
Your contributi... -
12:31 PM Bug #3736 (Assigned): Complex#argがエラーになることがある
- =begin
=end
-
12:30 PM Bug #3738 (Assigned): Invalid Line Number in Unused Variable Warning
- =begin
=end
-
12:28 PM Bug #3739 (Feedback): IO sets streams attached to pseudo-terminal devices to buffered
- =begin
=end
-
12:27 PM Feature #3526 (Closed): IO::NULL; null device path name
- This issue was solved with changeset r29110.
Nobuyoshi, thank you for reporting this issue.
Your contribution to Ru... -
12:22 PM Bug #3744: Fails to compile on OpenSolaris
- =begin
=end
-
12:19 PM Feature #3285 (Closed): BigDecimal.mode should be managed thread-safely
- =begin
=end
-
12:10 PM Bug #3749 (Assigned): -rtracer doesn't trace anymore
- =begin
=end
-
10:02 AM Bug #3746: Incorrect Float subtraction
- =begin
More explanation:
http://en.wikipedia.org/wiki/Floating_point#Accuracy_problems
Maybe there should ... -
07:31 AM Bug #3746: Incorrect Float subtraction
- =begin
Here's another explanation:
http://wiki.github.com/rdp/ruby_tutorials_core/ruby-talk-faq#floats_imprecis...
08/26/2010
-
11:28 PM Feature #3447: argument delegation
- Yuguiです
2010/6/17 Yukihiro Matsumoto <[email protected]>:
> が、もともとの動機とは別として、「`&`」1文字でそのコンテキスト
> のブロックを渡すのは、面白いア... -
11:15 PM Bug #3660: Trace events seem to be missing
- =begin
still the case with ruby 1.9.3dev (2010-08-26 trunk 29104) [i386-mingw32]
=end
-
11:14 PM Bug #3749 (Closed): -rtracer doesn't trace anymore
- =begin
$ cat bad.rb
a = [1,2,3]
a.each{|n|
p n
}
$ ruby -vrtracer bad.rb
ruby 1.9.3dev (2010-08-26 ... -
10:57 PM Bug #3745 (Closed): Typo in Array#shuffle! RDoc
- =begin
This issue was solved with changeset r29105.
Run Paint, thank you for reporting this issue.
Your contributi... -
08:32 PM Bug #3745 (Closed): Typo in Array#shuffle! RDoc
- =begin
The example has a typo w.r.t PRNG argument.
=end
-
10:39 PM Bug #3480 (Rejected): gem_prelude: activation should accomodate for '=' and gem 'gem_name', 'version'
- =begin
moving this feature request to rubygems proper and/or the faster_rubygems gem.
=end
-
10:38 PM Feature #3465 (Rejected): improve gem_prelude's Quickloader's Gem.bin_path
- =begin
moving this feature request to rubygems proper and/or the faster_rubygems gem.
=end
-
09:55 PM Bug #3746 (Rejected): Incorrect Float subtraction
- =begin
Read this.
What Every Computer Scientist Should Know About Floating-Point Arithmetic
http://docs.sun.c... -
09:07 PM Bug #3746 (Rejected): Incorrect Float subtraction
- =begin
This is copied from IRB:
ruby-1.9.2-p0 > 2.0 - 1.0
=> 1.0
ruby-1.9.2-p0 > 2.0 - 1.1
=> 0.899999... -
02:46 PM Bug #3742: failed to allocate memory: /^()(?>\g<1>)*$/ on x64-mswin64
- =begin
> > このパッチのライセンスは Ruby's or 鬼車のライセンスとしてよいでしょうか。
>
> はい、Ruby's or 鬼車のライセンスでお願いします。
ありがとうございます。
> ... -
01:53 PM Bug #3742: failed to allocate memory: /^()(?>\g<1>)*$/ on x64-mswin64
- =begin
> このパッチのライセンスは Ruby's or 鬼車のライセンスとしてよいでしょうか。
はい、Ruby's or 鬼車のライセンスでお願いします。
そのうちr29074含めて1.9.2にもバックポートし... -
12:13 PM Bug #3742: failed to allocate memory: /^()(?>\g<1>)*$/ on x64-mswin64
- =begin
追跡ありがとうございます。
regint.hはオリジナルの鬼車由来の部分だったので、intptr_t でコミットしました。
で、このバグはオリジナルの鬼車にも影響するので、うちの日記 <http://d.... -
10:57 AM Bug #3742 (Closed): failed to allocate memory: /^()(?>\g<1>)*$/ on x64-mswin64
- =begin
This issue was solved with changeset r29102.
shintaro, thank you for reporting this issue.
Your contributio... -
10:32 AM Bug #3742 (Assigned): failed to allocate memory: /^()(?>\g<1>)*$/ on x64-mswin64
- =begin
=end
-
06:27 AM Bug #3744 (Rejected): Fails to compile on OpenSolaris
- =begin
I'm running RVM on a Joyent Accelerator which runs OpenSolaris. RVM fails to compile ruby 1.9.1 and 1.9.2 - ...
08/25/2010
-
11:55 PM Bug #3737 (Rejected): DateTime#to_time doesn't preserve zone
- =begin
not a bug
this is same as Time.parse:
Time.parse('2010-08-23T20:14:10+08:00')
#=> 2010-08-23 21:1... -
09:31 PM Bug #3742: failed to allocate memory: /^()(?>\g<1>)*$/ on x64-mswin64
- =begin
次のパッチでテスト通るようになりました。
Index: ../regint.h
==============================================================... -
01:23 PM Bug #3742 (Closed): failed to allocate memory: /^()(?>\g<1>)*$/ on x64-mswin64
- =begin
http://redmine.ruby-lang.org/issues/show/3459 の続きです。
SEGVするのはr29074で修正していただいたので、そもそもの原因であるメモリ確保失敗のチケットを作ってお... -
09:07 PM Feature #3447: argument delegation
- 遠藤です。
2010年8月25日3:23 SASADA Koichi <[email protected]>:
> できれば,`VM_CALL_ARGS_BLOCKTRGH_BIT` を増やすんじゃなく
> て,`VM_CALL_... -
03:23 AM Feature #3447: argument delegation
- ささだです.
あまりに暑くて目が覚めました.
(2010/08/25 0:30), Yusuke ENDOH wrote:
> ~~~diff
> --- a/vm_core.h
> +++ b/vm_core.... -
12:30 AM Feature #3447: argument delegation
- 遠藤です。
2010年6月17日6:31 Yukihiro Matsumoto <[email protected]>:
> が、もともとの動機とは別として、「`&`」1文字でそのコンテキスト
> のブロックを渡すのは、面... -
07:51 AM Bug #3741 (Closed): Remove Mention of Obsolete Method from Object#class RDoc
- =begin
The documentation for Object#class refers to the obsolete--and removed--method Object#type. This patch is a f... -
07:43 AM Feature #1122: request for: Object#try
- =begin
Now we have rb_check_funcall(), this idiom is easier to realise in C than in Ruby. What's the next step here?...
Also available in: Atom