Activity
From 11/26/2009 to 12/02/2009
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 on a receiver that is not an instance of B. It's not what makes the super call to pick the main object as a receiver in ... - 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-823fe69b080e -
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-39d4-4d8f-98ff-823fe69b080e -
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 definitely occurring when pthread_main_np() == 0.
With 1.9.1-p243 I was seeing random problems that seemed stack relate... - 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_8@25973 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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-823fe69b080e
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://ci.ruby-lang.org/ruby/trunk@25967 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
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 to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
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 (1.4.2)
rake (0.8.7)
rdoc (2.2.2)
% ruby-trunk -v
ruby 1.9.2dev (2009-11-30 trunk 25963) [i686-linux]
% gem-tru... -
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
assert_raise(RuntimeError, "should show this message") do
end
end
end
% ruby1.8 -v ... -
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 Ruby's main thread (when pthread_main_np() == 1).
It deliberately ignores non-main threads when doing the correction ... -
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 unfortunately it did not solve the problem. When pthread_main_np() == 0 it crashes. When pthread_main_np() != 0 it work... -
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: Invalid char `\027' in expression
tmp:1: Invalid char `\001' in expression
% ruby19 tmp
tmp:1: Invalid char `\x17' i... -
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 contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
05:54 AM Bug #2407: numeric literal without digits
- =begin
> 0o_, 0x_ などprefixの直後に _ が来た場合には、このエラーを意
> 図的に出しています。_というのは数値表現の数字と数字の間に入る
> もので、prefixと数字の間に入るものではない、と考えたからです。
> だとしても"unexpected tIDENTIFIER, expecting $end"ってのは変じゃないですか?
というわけで、0o_, 0x_などの場合に"numeric literal wit... -
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]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@25964 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
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]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25964 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
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-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25962 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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 something in Ruby.
http://en.wikipedia.org/wiki/Ruby_(programming_language)#Philosophy
=end
-
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 before giving up hope and raising
Encoding::UndefinedConversionError
I found a surprising (POLS please!) wor... - 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 further consideration, so please reset
this issue's status to "Open".
Thanks.
=end
-
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 <4B0FF194.2030809@airemix.jp>
"[ruby-dev:39804] Re: [Feature #973] EncDet again" on Sat, 28 Nov 2009 00:34:59 +0900,
"NARUSE, Yui" <naruse@airemix.jp> wrote:
> Kouhei Sutou wrote:
>> 略すにしてもそれがなんなのかが想像できるものがよいなぁと思い
>... -
12:35 AM Feature #973: EncDet again
- =begin
Kouhei Sutou wrote:
> 略すにしてもそれがなんなのかが想像できるものがよいなぁと思い
> ます。私にはDetは難しいです。
初期の名称案に EncDetect はありますね。
これでもダメですか。
> エンコーディング検出処理は、どのくらいよく使われる処理。。。
> なんですかねぇ。どうなのかしら。
[ruby-dev:37679] にて、標準ライブラリ内だけで三例報告されています。
> さて、現在私が知る... - 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:2389]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25956 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
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" on Windows. Except for cygwin ruby :) Actually, even JRuby reports Permission denied.
This difference between platfo... -
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::EISDIR)
however we are not so fortunate in windows
C:\dev\ruby\p2pwebclient\documents\writeup\final>ruby logs
... - 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-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25954 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
11/27/2009
-
10:46 PM Bug #2407: numeric literal without digits
- =begin
だとしても"unexpected tIDENTIFIER, expecting $end"ってのは変じゃないですか?
=end
-
10:13 PM Bug #2407: numeric literal without digits
- =begin
まつもと ゆきひろです
In message "Re: [Bug #2407] numeric literal without digits"
on Fri, 27 Nov 2009 21:47:25 +0900, Shyouhei Urabe <redmine@ruby-lang.org> writes:
|以下のような実験をすると、0o_のパターンの時だけなぜか"numeric literal without digits"なる... -
09:56 PM Bug #2407: numeric literal without digits
- =begin
まつもと ゆきひろです
In message "Re: [Bug #2407] numeric literal without digits"
on Fri, 27 Nov 2009 21:47:25 +0900, Shyouhei Urabe <redmine@ruby-lang.org> writes:
|以下のような実験をすると、0o_のパターンの時だけなぜか"numeric literal without digits"なる... -
09:47 PM Bug #2407 (Closed): numeric literal without digits
- =begin
以下のような実験をすると、0o_のパターンの時だけなぜか"numeric literal without digits"なる警告が出るようです。
zsh % ruby -e'0123456789'
-e:1: Invalid octal digit
0123456789
^
zsh %
zsh % ruby -e'0o123456789'
-e:1: Invalid octal digit
0o12... -
10:44 PM Feature #973: EncDet again
- =begin
須藤です。
# なんか、本質的な話じゃない流れな気がしますが。。。
In <4B0D7B56.9000002@airemix.jp>
"[ruby-dev:39784] Re: [Feature #973] EncDet again" on Thu, 26 Nov 2009 03:45:54 +0900,
"NARUSE, Yui" <naruse@airemix.jp> wrote:
>> http://doc.okkez... -
07:30 PM Bug #2402: super in instance_eval
- 特異クラス定義で`super`した時は`NoMethodError`になるようです。
~~~ruby
defiant:build$ cat t2.rb
class Foo
def foo
p self
end
end
class Bar < Foo
def foo
x = Object.new
class << x
super
end
end
end
Bar.new.... -
08:06 AM Bug #1157: missing zlib.rb?
- =begin
I too have encountered this issue with a completely bare-bones installation of Ruby 1.9.1-p243.
To fix it, I followed Lutz steps about downloading and compiling zlib and then I cd'd into the /ext/zlib directory, ran ruby ext... -
02:55 AM Revision 28e26e7f (git): merges r25134 from trunk into ruby_1_9_1.
- --
* dln.c (aix_loaderror): needs format string.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@25953 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:55 AM Revision f1d6d2da (git): merges r25127 from trunk into ruby_1_9_1.
- --
* stringio/stringio.c (strio_read): set ASCII-8BIT encoding
when length argument is given.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@25952 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:55 AM Revision e6a97bf8 (git): merges r25122 from trunk into ruby_1_9_1.
- --
* lib/pp.rb (PP:ObjectMixin#pretty_print): delegates has no inspect
method. [ruby-core:25804]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@25951 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:55 AM Revision ce8f82fc (git): merges r25095 from trunk into ruby_1_9_1.
- --
* iseq.c (compile_string): rename to parse_string(), because
this function only parse String to NODE.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@25950 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:55 AM Revision 319f97ad (git): merges r25067 from trunk into ruby_1_9_1 and added a test for it.
- --
* lib/mathn.rb (Bignum#**): Fixed bignum**fixnum that was broken when requiring lib/mathn
[ruby-core:25740]
--
* test/test_mathn.rb (TestMathn): new test case.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@25949 b... -
02:55 AM Revision aaa27526 (git): merges r25041 from trunk into ruby_1_9_1.
- --
* eval.c (rb_mod_define_method): Doc fix (accepts UnboundMethod too)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@25948 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:55 AM Revision 91e96335 (git): merges r25029 from trunk into ruby_1_9_1.
- --
* ext/bigdecimal/lib/bigdecimal/{ludcmp,math}.rb: depend on
bigdecimal.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@25947 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:54 AM Revision 389bcac2 (git): merges r25023 from trunk into ruby_1_9_1.
- --
* tool/instruction.rb (make_insn_operand_optimized): fixed typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@25946 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:54 AM Revision 19e6cfef (git): merges r25017 from trunk into ruby_1_9_1 and a test for it.
- --
* ossl_config.c (ossl_config_add_value_m, ossl_config_set_section): Check if frozen (or untrusted for $SECURE >= 4) [ruby-core:18377]
--
* test/openssl/test_config.rb (OpenSSL::TestConfig): new test case.
git-svn-id: svn+ssh://ci.rub... -
02:54 AM Revision 5cef0eec (git): merges r25012 from trunk into ruby_1_9_1.
- --
* lib/cgi/cookie.rb: fixed indent.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@25944 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:54 AM Revision 6e6417c8 (git): merges r25010 from trunk into ruby_1_9_1 and adds tests for it.
- --
* struct.c (rb_struct_equal, rb_struct_eql): Handle comparison of recursive structures [ruby-core:24759]
* range.c (range_eq, range_eql): ditto for ranges
--
test for r25010
* test/ruby/test_struct.rb (TestStruct#test_comparison_whe... -
02:54 AM Revision 9abf98bb (git): merges r25001 from trunk into ruby_1_9_1.
- --
* marshal.c (r_object0): entry regexp object before its encoding
name. [ruby-core:25625]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@25942 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:54 AM Revision c8988390 (git): merges r24544 from trunk into ruby_1_9_1.
- --
\d, \s and \w are now non Unicode class. [ruby-dev:39026]
* include/ruby/oniguruma.h
(ONIGENC_CTYPE_SPECIAL_MASK): added.
(ONIGENC_CTYPE_D): ditto.
(ONIGENC_CTYPE_S): ditto.
(ONIGENC_CTYPE_W): ditto.
* regparse.c: \d, \s and... -
02:54 AM Revision dd1e757a (git): merges r24761 and r24999 from trunk into ruby_1_9_1.
- --
* compile.c (iseq_compile_each): op_asgn to aref should return rhs.
[ruby-core:25387]
--
* compile.c (iseq_compile_each), parse.y (stmt, arg): arg_concat()
on op_asgn was inversed. [ruby-core:25629] [Bug #2050]
git-svn-id: svn+s... -
02:53 AM Revision adc25ed1 (git): merges r24993 from trunk into ruby_1_9_1.
- --
* test/fileutils/test_fileutils.rb: fixed indent by splitting methods.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@25939 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:53 AM Revision 149d2471 (git): merges r22308 from trunk into ruby_1_9_1.
- --
* hash.c (rb_hash): always return a fixnum value because a return
value of rb_hash may be used as a hash value itself and bignums have
no unique VALUE.
* test/ruby/test_hash.rb: add a test for above.
git-svn-id: svn+ssh://ci.rub...
11/26/2009
-
08:49 PM Bug #2342 (Assigned): bootstraptest/test_thread.rb がまれに失敗する
- =begin
=end
-
08:48 PM Feature #2347 (Assigned): Math::INFINITY
- =begin
=end
-
08:47 PM Bug #2359 (Assigned): test_threads.rb:test_list
- =begin
=end
-
08:47 PM Feature #2360 (Assigned): hide the internal of anonymous Enumerator
- =begin
=end
-
08:46 PM Bug #2365 (Assigned): Matrix: poor handling of coercion errors [patch]
- =begin
=end
-
08:46 PM Feature #2366 (Assigned): private constant
- =begin
=end
-
03:00 PM Bug #2397 (Assigned): cannot call public'ed method via public_method
- =begin
=end
-
02:59 PM Bug #2398 (Assigned): race condition of /#{ foo }/o
- =begin
=end
-
02:32 PM Revision 3f664b30 (git): rdoc update.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25937 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:18 PM Revision 25caa12d (git): * test/ruby/test_complex.rb (@unify): fix the detection if math
- loaded. This makes test_complex.rb work fine with the previous
commit.
* test/ruby/test_rational.rb (@unify): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25936 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:18 PM Revision cdecafff (git): * test/test_mathn.rb (TestMathn): new test case.
- test for r25067.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25935 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:18 PM Revision 2c3a4861 (git): * test/openssl/test_config.rb (OpenSSL::TestConfig): new test case.
- test for r25017.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25934 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:17 PM Revision 21c32a3c (git): * test/ruby/test_range.rb (TestRange#test_comparison_when_recursive):
- test for r25010.
* test/ruby/test_struct.rb (TestStruct#test_comparison_when_recursive):
ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25933 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:08 PM Bug #2339 (Assigned): DRb leaves connections half-open
- =begin
=end
-
11:47 AM Bug #2387 (Closed): test/mkmf/base.rb は RbConfig::CONFIG['cppflags'] が nil のとき例外で止まる
- =begin
This issue was solved with changeset r25928.
Kenta, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
10:07 AM Bug #2387 (Assigned): test/mkmf/base.rb は RbConfig::CONFIG['cppflags'] が nil のとき例外で止まる
- =begin
=end
-
11:22 AM Revision 303b1d7f (git): * gem_prelude.rb (Gem.set_home): must dup before force_encoding
- and must force_encoding before gsub.
cf. Yen Sign problem of SJIS [ruby-core:26910]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25932 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:52 AM Feature #2022 (Assigned): Patch for openssl-1.0
- =begin
What's current status?
Fedora 12 uses openssl 1.0 Beta 3; So Fedora people can't build ruby now.
=end
-
10:22 AM Bug #2388: test-all 中に popen で ruby.exe が落ちる
- =begin
残念ながら再現できないのですが、そちらでは
nmake test-all TESTS="-v ruby/test_process.rb"
だけでも再現できますか?
=end
- 08:55 AM Revision 39e457b4 (git): * win32/{configure.bat, setup.mak, Makefile.sub}: add new configure
- option ``--with-ntver''.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25931 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
07:44 AM Bug #2386 (Assigned): r25230 causes SEGV arround Marshal
- =begin
すみません。間違って閉じてしまいました。
=end
-
07:37 AM Bug #2386 (Closed): r25230 causes SEGV arround Marshal
- =begin
This issue was solved with changeset r25927.
Yui, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
=end
-
04:43 AM Bug #2386: r25230 causes SEGV arround Marshal
- =begin
けいじゅ@いしつかです.
対応ありがとうございます.
In [ruby-dev:39774] the message: "[ruby-dev:39774] [Bug #2386] r25230
causes SEGV arround Marshal", on Nov/25 23:08(JST) _ wanabe writes:
>チケット #2386 が更新されました。 (by _ wanabe)
>再現できないのでわかりません... -
12:46 AM Bug #2386: r25230 causes SEGV arround Marshal
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:39774] [Bug #2386] r25230 causes SEGV arround Marshal"
on Wed, 25 Nov 2009 23:08:16 +0900, _ wanabe <redmine@ruby-lang.org> writes:
|再現できないのでわかりませんが、これでどうでしょうか。
|
|Index: marshal... -
12:26 AM Bug #2386: r25230 causes SEGV arround Marshal
- =begin
遠藤です。
2009年11月25日23:08 _ wanabe <redmine@ruby-lang.org>:
> 再現できないのでわかりませんが、これでどうでしょうか。
>
> Index: marshal.c
> ===================================================================
> --- marshal.c (revision 25922)
> +++ m... -
05:25 AM Revision 4d786d21 (git): * removed spaces just before tabs.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25930 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:02 AM Feature #973: EncDet again
- =begin
成瀬です。
Akinori MUSHA wrote:
>>> ライブラリ名は encoding でいいんじゃないですか?
>> encoding.rb はちょっと時期尚早じゃないかなぁ。
>
> その理由について何らかの材料をいただけないでしょうか。
> 私の主張はライブラリ名として今使っても問題ないだろうという点なので。
まず前提として、Ruby のエンコーディングの命名は、
IANA Charset の実際上の運用とは異なっ... -
03:46 AM Feature #973: EncDet again
- =begin
成瀬です。
Kouhei Sutou wrote:
>>> またクラス名も、実装は Encoding::Detector などわかりやすい名前の下で行いつつ、
>> その手の Java 的な「わかりやすい名前」が、必ずしも Ruby において「いい名前」ではない、
>> ってのはこの話の論点の一つですよね。
>
> http://doc.okkez.net/static/192/library/_builtin.html
> にあるク... -
03:38 AM Feature #973: EncDet again
- =begin
> > ライブラリ名は encoding でいいんじゃないですか?
>
> encoding.rb はちょっと時期尚早じゃないかなぁ。
その理由について何らかの材料をいただけないでしょうか。
私の主張はライブラリ名として今使っても問題ないだろうという点なので。
> > またクラス名も、実装は Encoding::Detector などわかりやすい名前の下で行いつつ、
>
> その手の Java 的な「わかりやす... -
02:50 AM Feature #973: EncDet again
- =begin
須藤です。
In <4b0d6903e2a11_8c37d9e412135f0@redmine.ruby-lang.org>
"[ruby-dev:39781] [Feature #973] EncDet again" on Thu, 26 Nov 2009 02:27:32 +0900,
Yui NARUSE <redmine@ruby-lang.org> wrote:
>> またクラス名も、実装は Encoding::Dete... -
02:27 AM Feature #973: EncDet again
- =begin
> ライブラリ名は encoding でいいんじゃないですか?
encoding.rb はちょっと時期尚早じゃないかなぁ。
> またクラス名も、実装は Encoding::Detector などわかりやすい名前の下で行いつつ、
その手の Java 的な「わかりやすい名前」が、必ずしも Ruby において「いい名前」ではない、
ってのはこの話の論点の一つですよね。
> APIは(少なくともアプリケーションは)En... -
02:05 AM Feature #973: EncDet again
- =begin
ライブラリ名は encoding でいいんじゃないですか?
将来ほかにもEncoding絡みの追加ライブラリの必要が出てきたら、
encoding/detect などに移して encoding はよく使いそうな encoding/* をすべて require
(あるいはautoload)するようにすれば互換性を保てます。
またクラス名も、実装は Encoding::Detector などわかりやすい名前の下で行いつつ、
A... -
12:59 AM Feature #973: EncDet again
- =begin
chardetはアウトだと思います、"det"じゃなくて"char"の方が。
detの方も諸手を挙げて賛成というわけではありません。
しかし、現状rdoc絡みやerb周りなど、EncDetを再発明しようとした挙句に失敗してしまった例が散見されており、
そろそろこのライブラリは標準添付しないと悪しき遺産を残しかねないと憂慮しています。
言い換えると、このライブラリの用途は様々な場面で必要である一方、実装が意外と難しいので、
... -
12:30 AM Feature #973: EncDet again
- =begin
須藤です。
In <4b0d4b0e62b03_8c37c0cb6c133a@redmine.ruby-lang.org>
"[ruby-dev:39775] [Feature #973] EncDet again" on Thu, 26 Nov 2009 00:19:42 +0900,
Kazuhiro NISHIYAMA <redmine@ruby-lang.org> wrote:
> Pythonだとchardetという名前... -
12:19 AM Feature #973: EncDet again
- =begin
Pythonだとchardetという名前のライブラリがあるようなので、
encdetでも良さそうな気がしますが、どうでしょうか?
http://chardet.feedparser.org/
=end
-
02:44 AM Revision f5202fdb (git): * test: eol-style.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25929 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:42 AM Revision f1be083f (git): * test/mkmf/base.rb: use $INCFLAGS to add -I option. [Bug#2387]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25928 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:40 AM Bug #2394: [BUG] pthread_mutex_lock: 22 revisited
- =begin
ruby -e 'fork { puts }' doesn't seem to quite do it, though maybe it would if I ran it over and over again.
Here's a more minimalistic test for it (reproduces every time):
require 'forkoff' # gem
a = File.open('bii', ...