Activity
From 11/28/2009 to 12/04/2009
12/04/2009
- 11:21 PM Revision 8237d170 (git): * 2009-12-05
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25997 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:21 PM Revision 6a1aebaa (git): * ext/dl/cptr.c (to_int): DL::CPtr supports to_int
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25996 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:16 PM Feature #973: EncDet again
- =begin
2009/11/28 Kouhei Sutou <[email protected]>:
> 私にとって3例は多くないので、Encと略すほどではないと感じます。
Encodingクラスがあるのに、EncXXXを定... -
08:04 PM Bug #2436 (Rejected): maybe lambda ruby1.9.1.p129
- =begin
Both work fine with latest 1.9.1p355 and 1.9.2.
=end
-
07:56 PM Bug #2436 (Rejected): maybe lambda ruby1.9.1.p129
- =begin
the program exit when lambda
a.rb works well
b.rb won't work
the problem doesn't appear in 1.9.1.... -
05:58 PM Bug #2434 (Rejected): Ruby gem update --system /gem install [any_gem_name] ERROR
- =begin
No matter on which OS you are, - XP Family, XP Pro or Ubuntu 9.10. Noo matter if you have firewall 'hyper-se... -
05:57 PM Bug #2433 (Rejected): Ruby gem update --system /gem install [any_gem_name] ERROR
- =begin
No matter on which OS you are, - XP Family, XP Pro or Ubuntu 9.10. Noo matter if you have firewall 'hyper-se... -
04:57 PM Bug #2427 (Closed): possible bug in Method#source_location (from [ruby-core:27014])
- =begin
This issue was solved with changeset r25992.
ujihisa, thank you for reporting this issue.
Your contribution... -
10:27 AM Bug #2427: possible bug in Method#source_location (from [ruby-core:27014])
- =begin
Oops, maybe not nobu, but mame.
=end
-
10:17 AM Bug #2427: possible bug in Method#source_location (from [ruby-core:27014])
- =begin
I don't know whether 3 or 4 is correct.
Anyway, this difference is brought by the changes of parse.y,
... -
09:53 AM Bug #2427 (Closed): possible bug in Method#source_location (from [ruby-core:27014])
- =begin
Originally reported by Roger Pack:
> It appears that Method#source_location returns different values for... -
12:51 PM Revision 8f591c43 (git): * marshal.c (marshal_load): should set taintness. [ruby-dev:39723]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25995 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:53 AM Revision beb486d5 (git): * insns.def (defined): should respect #respond_to_missing? as
- #respond_to? does.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25994 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:35 AM Bug #2425 (Assigned): Kernel#public_method の例外メッセージ
- =begin
=end
-
08:34 AM Revision 826aa8c3 (git): * insns.def (defined): adjust indent.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25993 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:50 AM Revision 9ad06537 (git): * parse.y (k_def): adjust the location of method definition to the
- line of def. [Bug #2427]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25992 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
07:37 AM Revision 2c2cf71b (git): * time.c (num_exact): should not accept strings as operands, even
- though they respond to #to_r. ideally, strict rational
conversion should be done by a method like #to_rational, no... -
07:09 AM Revision 4cec4edd (git): fixed tests.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25990 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:09 AM Revision 6ac5764d (git): added a ChangeLog entry.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25989 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:09 AM Revision 78b2714b (git): avoid SEGV in instance_eval without block.
- instance_eval does not yield self.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25988 b2dd03c8-39d4-4d8f-98ff-8... - 04:14 AM Revision 39802186 (git): * ext/stringio/stringio.c (ungetc): RDoc updated. trunk allows
- pushing back behind the beginning of the pseudo stream.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25987 b2d... -
12:15 AM Revision d5e1b514 (git): * test/dl/test_callback.rb (**): using DL::Function to test callbacks
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25986 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
12/03/2009
-
07:26 PM Bug #2425 (Closed): Kernel#public_method の例外メッセージ
- =begin
private メソッドの名前を Kernel#public_method に渡したときの例外メッセージが
undefined private method になっています。
$ ruby -ve 'pu... - 06:26 PM Revision 3e3f66e4 (git): * 2009-12-04
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25985 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:25 PM Revision 7dbfe896 (git): * compile.c (compile_cpath, iseq_compile_each): reverted
- constant/class variable lookup in instance_eval etc. to the
behavior of 1.8.
* eval.c (rb_mod_nesting): ditto.
* in... -
02:07 PM Bug #2066: Merge Latest RDoc/Ri
- =begin
The latest released version fails on 1.9 trunk. I am working on it at present.
=end
-
02:06 PM Bug #2355: Please update rubygems!
- =begin
I can update RubyGems tomorrow, Friday at latest.
If I were to move RubyGems main development into ruby'... -
12:59 AM Bug #2355: Please update rubygems!
- =begin
How about this ticket?
=end
- 01:45 PM Revision 6e063278 (git): * test/stringio/test_stringio.rb: use 1.8 methods for easier backport.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25983 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 01:26 PM Revision 2471c52c (git): * 2009-12-03
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25982 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 01:26 PM Revision 6d03001c (git): * test/stringio/test_stringio.rb: imported tests from trunk. it has 2
- failures which can be fixed by backporting r17739 from trunk.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/... -
12:20 PM Bug #2423: REXML edge case with <a>A > B</a>
- =begin
Can you try with a script that runs outside rails?
The script you've attached doesn't work. I modified ... -
10:48 AM Bug #2423 (Rejected): REXML edge case with <a>A > B</a>
- =begin
The attached file: rexml_test.rb was written in the context of a rails app, and used ./script/runner to exec... -
11:29 AM Revision 9998481d (git): * enc/trans/gb18030-tbl.rb: Fix omission of C1 region in code table
- (from Tatsuya Mizuno)
* test/ruby/test_transcode.rb: Added test for converting full range of
Unicode codepoints fr... -
08:18 AM Bug #2394: [BUG] pthread_mutex_lock: 22 revisited
- =begin
Note that this also appears to be able to lock a ruby process.
See the following example of one that was un... - 03:04 AM Revision 342ed0ab (git): * 2009-12-03
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25979 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:04 AM Revision f28a0b6b (git): * test/dl/test_callback.rb (**): testing return values of dl callbacks
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25978 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:59 AM Bug #2414: make test-all does not work after gem update
- =begin
=end
-
12:58 AM Bug #2176 (Assigned): [rubygems] $LOAD_PATH includes bin directory
- =begin
=end
-
12:58 AM Bug #1881 (Closed): [PATCH] Build Documentation for Kernel#gem and Gem
- =begin
=end
-
12:57 AM Bug #1085 (Assigned): Got the error message, after run 'gem install --test'.
- =begin
=end
-
12:57 AM Bug #1040 (Assigned): rubygems/builder.rb should require user_interaction
- =begin
=end
-
12:57 AM Bug #843: RubyGems include useless libraries
- =begin
=end
12/02/2009
-
05:00 PM Bug #2420 (Closed): super call may use wrong receiver object
- =begin
The code below prints:
C
main
Object::m
which means that the super calls the instance method B#m ... - 02:54 PM Revision 0f0a744e (git): * 2009-12-02
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25977 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 02:54 PM Revision 46e08691 (git): * ext/openssl/ossl_ssl.c: initialize @hostname of SSLSocket to avoid
- warning at SSLSocket#connect.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25976 b2dd03c8-39d4-4d8f-98ff-823fe... -
11:42 AM Bug #2128 (Rejected): sample/test.rb:gc failure & unknown encoding messages OS X 10.6.1 (25015)
- =begin
=end
-
11:17 AM Feature #2340: Removing YAML/Syck
- =begin
=end
-
11:15 AM Bug #2413 (Assigned): MiniTest::Assertions#assert_raises ignores message
- =begin
=end
-
11:14 AM Bug #2414 (Assigned): make test-all does not work after gem update
- =begin
=end
-
08:32 AM Revision 394dbd9e (git): * eval.c (proc_invoke): unbound block created by define_method
- cannot call super. [ruby-core:26984]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25975 b2dd03c8-... -
07:40 AM Feature #2294: [PATCH] ruby_bind_stack() to embed Ruby in coroutine
- =begin
Hi Suraj,
Perhaps I wishfully believed your patch to be the needed solution, but what I'm seeing is defi... - 02:22 AM Revision 00cddd53 (git): * 2009-12-02
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25974 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 02:22 AM Revision 21b3c774 (git): * time.c (time_asctime): workaround for MSVCRT's bug.
- backported from trunk (r18871). ref [ruby-core:26992]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1...
12/01/2009
-
07:17 PM Feature #1811 (Assigned): Default BasicSocket.do_not_reverse_lookup to true
- =begin
=end
-
07:13 PM Bug #948 (Assigned): dl: cannot pass double value correctly on all x86_64 systems
- =begin
=end
-
06:36 PM Bug #1308 (Open): bigdecimal debug code prevents tests from running
- =begin
this is the issue of bigdecimal itself.
but currently bigdecimal has no maintainer... :-(
=end
-
06:30 PM Feature #1482 (Feedback): Kernel.exec doesn't respect COMSPEC environment variable on Windows
- This is the spec of Windows itself.
Should we change the behavior with deviating from OS standard way?
- 09:03 AM Revision c17eaba0 (git): * 2009-12-01
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25972 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 09:03 AM Revision cc9522f8 (git): * test/digest/test_digest_extend.rb: added tests for digest framework.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25971 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 09:03 AM Revision 115fa14f (git): * test/digest/test_digest_extend.rb: added tests for digest framework.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25970 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:01 AM Revision 8f6cdd79 (git): * parse.y (dyna_push_gen, dyna_pop_gen): no needs to save both of
- args and vars. [ruby-core:26961]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25969 b2dd03c8-39d4-4d8f-98ff-8...
11/30/2009
-
09:51 PM Revision 79446bfb (git): * parse.y (dyna_push_gen): use rb_node_newnode() for ripper.
- [ruby-core:26961]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25968 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:16 PM Revision 9b02e165 (git): * parse.y (dyna_push_gen, dyna_pop_gen): adjust local vtable level
- for the case of syntax errors in method name or argument inside
do block. [ruby-core:26961]
git-svn-id: svn+ssh... -
04:57 PM Bug #2384 (Closed): mkmf find_executable doesn't find batch files in doze
- =begin
This issue was solved with changeset r25964.
Roger, thank you for reporting this issue.
Your contribution t... -
04:50 PM Bug #2414 (Closed): make test-all does not work after gem update
- =begin
% ruby-trunk -e 'require "rdoc/generator/texinfo"'
% gem-trunk list
*** LOCAL GEMS ***
minitest (... -
04:28 PM Bug #2413 (Closed): MiniTest::Assertions#assert_raises ignores message
- =begin
% cat test_assert_raise.rb
require 'test/unit'
class TestFoo < Test::Unit::TestCase
def test_foo
... -
01:35 PM Feature #2294: [PATCH] ruby_bind_stack() to embed Ruby in coroutine
- =begin
Hi Ammar,
That is an interesting discovery, because the patch only corrects the
stack boundaries of Ru... -
12:33 PM Feature #2294: [PATCH] ruby_bind_stack() to embed Ruby in coroutine
- =begin
Encountered this problem while embedding Ruby in a pthread'ed plug-in. I applied the patch against r25604 but... -
01:43 AM Feature #2294 (Assigned): [PATCH] ruby_bind_stack() to embed Ruby in coroutine
- =begin
=end
-
11:59 AM Feature #2408 (Open): better error reporting in windows when you try to run a directory
- =begin
On some platforms which allow to read directory entry, such errors occurs.
% ruby18 tmp
tmp:1: Inval... -
11:07 AM Bug #2407 (Closed): numeric literal without digits
- =begin
This issue was solved with changeset r25962.
Shyouhei, thank you for reporting this issue.
Your contributio... -
05:54 AM Bug #2407: numeric literal without digits
- =begin
> 0o_, 0x_ などprefixの直後に _ が来た場合には、このエラーを意
> 図的に出しています。_というのは数値表現の数字と数字の間に入る
> もので、prefixと数字の間に入るものではない、と考... -
07:59 AM Revision be189996 (git): * test/yaml/test_{boolean,null,omap}.rb: eol-style.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25966 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:57 AM Revision 13a9126e (git): * ext/extmk.rb (command_output): $makeflags are already quoted.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25965 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:57 AM Revision 53e884f3 (git): * ext/extmk.rb (command_output): $makeflags are already quoted.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25965 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:54 AM Revision 09d35876 (git): * configure.in, win32/Makefile.sub (EXECUTABLE_EXTS): moved from
- dln.c:dln_find_1().
* lib/mkmf.rb (def find_executable0): use EXECUTABLE_EXTS, not
only EXEEXT. [ruby-core:26821]... -
07:54 AM Revision 7b5ea0ec (git): * configure.in, win32/Makefile.sub (EXECUTABLE_EXTS): moved from
- dln.c:dln_find_1().
* lib/mkmf.rb (def find_executable0): use EXECUTABLE_EXTS, not
only EXEEXT. [ruby-core:26821]... -
05:12 AM Revision 9713d84b (git): Adding tests for YAML types
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25963 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:05 AM Bug #2411: String#encode fails but eval("#coding:") works
- =begin
Thank you!
=end
-
02:00 AM Revision b19b4962 (git): * parse.y (parser_yylex): suppress an extra error message after
- numeric literal without digits. based on a patch from ujihisa .
in [ruby-dev:39811]. [ruby-dev:39798]
git-svn-i...
11/29/2009
-
06:44 PM Bug #2411 (Rejected): String#encode fails but eval("#coding:") works
- =begin
use String#force_encoding; and see also #2313.
P.S.
The word "POLS" is NG word when you request someth... -
06:26 PM Bug #2411 (Rejected): String#encode fails but eval("#coding:") works
- =begin
Hello,
[Summary] String#encode() should internally try the eval() approach
shown below befor... - 06:28 PM Revision c52a8112 (git): * 2009-11-30
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25961 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:27 PM Revision d9d01d03 (git): Fixing the ChangeLog to point to [ruby-core:26837]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25960 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:06 PM Feature #2294: [PATCH] ruby_bind_stack() to embed Ruby in coroutine
- =begin
Hi,
This issue is marked as "Rejected", but it seems that Matz agreed
that this issue still needs furt... -
05:11 PM Bug #1792 (Assigned): Fixnum#& 等が、Rational などを受けつける
- =begin
=end
-
10:04 AM Feature #1961 (Assigned): Kernel#__dir__
- =begin
=end
-
09:54 AM Bug #1308 (Assigned): bigdecimal debug code prevents tests from running
- =begin
=end
-
09:53 AM Feature #1275 (Assigned): IPAddr unnecessarily destroys information on creation
- =begin
=end
-
09:53 AM Feature #1103 (Assigned): Ruby used for webrick cgi should be configurable
- =begin
=end
-
09:52 AM Bug #1066: Frequent failure: test_io.rb test 2 on OS X 10.5.6
- =begin
=end
-
07:56 AM Revision dd7264ac (git): * vm_eval.c (check_funcall_failed): pass ID. [ruby-core:26934]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25959 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:53 AM Revision c230a0da (git): * eol-style.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25958 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:53 AM Bug #1977: test failed in test_isdigit in test/dl/test_func.rb on sparc-solaris-2.10 (64bit)
- =begin
=end
11/28/2009
-
10:26 PM Feature #973: EncDet again
- =begin
In <[email protected]>
"[ruby-dev:39804] Re: [Feature #973] EncDet again" on Sat, 28 Nov 2009 00... -
12:35 AM Feature #973: EncDet again
- =begin
Kouhei Sutou wrote:
> 略すにしてもそれがなんなのかが想像できるものがよいなぁと思い
> ます。私にはDetは難しいです。
初期の名称案に EncDetect はありますね。
これでもダ... - 09:41 PM Revision 060f16e2 (git): * 2009-11-29
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25957 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:40 PM Revision 197eea34 (git): * lib/rexml/formatters/default.rb (write_attribute): fix an
- exception when printing a document when duplicate namespaced
attributes exist. Thanks, Alexey Froloff [ruby-core:23... -
11:55 AM Feature #2340 (Assigned): Removing YAML/Syck
- =begin
=end
-
11:54 AM Feature #2348 (Assigned): RBTree Should be Added to the Standard Library
- =begin
=end
-
08:45 AM Feature #1482 (Assigned): Kernel.exec doesn't respect COMSPEC environment variable on Windows
-
07:16 AM Bug #2402 (Assigned): super in instance_eval
-
07:16 AM Feature #2408 (Assigned): better error reporting in windows when you try to run a directory
- =begin
=end
-
04:17 AM Feature #2408: better error reporting in windows when you try to run a directory
- =begin
Yeah, *all* MRI versions from 1.8.6, through 1.8.7, 1.9.0, 1.9.1, 1.9.2-dev, all report "Permission denied" o... -
03:48 AM Feature #2408 (Closed): better error reporting in windows when you try to run a directory
- =begin
Currently in linux, you may get this:
$ ruby -c wbo_backup
ruby: Is a directory - wbo_backup (Errno::... - 12:26 AM Revision d05112b9 (git): * 2009-11-28
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25955 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:26 AM Revision be21eb5d (git): * vm_eval.c (check_funcall_failed): should rescue user raised
- NoMethodError. rescue all NoMethodError if receiver does not
respond to the method name. [ruby-dev:39796]
git-sv...
Also available in: Atom