Activity
From 06/29/2011 to 07/05/2011
07/05/2011
-
11:31 PM Feature #3768: Constant Lookup doesn't work in a subclass of BasicObject
- @nikolai Yes, that will work in some cases. For a case where it will not, see the eval example I gave above.
-
08:29 PM Feature #3768: Constant Lookup doesn't work in a subclass of BasicObject
- On Sun, Jul 3, 2011 at 21:05, Thomas Sawyer <[email protected]> wrote:
> ruby-1.9.2-p0 > class X < BasicObject... -
02:34 AM Feature #3768: Constant Lookup doesn't work in a subclass of BasicObject
- =begin
Yukihiro Matsumoto wrote:
> This is not a bug.
The author has reported a "bug", which was rejected. It's... -
11:23 PM Feature #4893: Literal Instantiation breaks Object Model
- On Tue, Jul 5, 2011 at 15:46, Lazaridis Ilias <[email protected]> wrote:
> * I do not use a "C global variable"... -
10:46 PM Feature #4893: Literal Instantiation breaks Object Model
- Yukihiro Matsumoto wrote:
> |DEFINITION:
> |
> |What do you mean with "global status"?
>
> That something you i... -
02:45 AM Feature #4893: Literal Instantiation breaks Object Model
- |DEFINITION:
|
|What do you mean with "global status"?
That something you implemented by the C global variable i... -
02:07 AM Feature #4893: Literal Instantiation breaks Object Model
- Yukihiro Matsumoto wrote:
> Perhaps you don't (want to) understand my comment.
Perhaps you don't (want to) unde... -
12:44 AM Feature #4893: Literal Instantiation breaks Object Model
- Perhaps you don't (want to) understand my comment. Introducing new global status is not acceptable as String's new f...
-
12:28 AM Feature #4893: Literal Instantiation breaks Object Model
- Lazaridis Ilias wrote:
[...]
> I've found the "(singleton_)method_added/removed/undefined group of call-backs, thos... -
10:59 PM Revision 43dc0d40 (git): Hide fasta and wc files generated by running benchmarks
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32414 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:27 PM Bug #4941: cannot load such file -- rubygems.rb (LoadError)
- John Higgins wrote:
[...]
> win32\configure --disable-rubygems
I don't want to disable rubygems. What I want is ... -
09:17 PM Bug #4941: cannot load such file -- rubygems.rb (LoadError)
- Nobuyoshi Nakada wrote:
> Sorry, deleting "ruby -v" was a mistake. I'm not sure why/how it happened.
No problem,... -
03:32 PM Bug #4941: cannot load such file -- rubygems.rb (LoadError)
- Sorry, deleting "ruby -v" was a mistake. I'm not sure why/how it happened.
-
05:34 AM Bug #4941: cannot load such file -- rubygems.rb (LoadError)
- > The new mechanism to load rubygems, introduced in 1.9.3dev, *disables* a "newborn" ruby, and this is to be rated as...
-
09:23 PM Bug #3781: FIBER_USE_NATIVE が有効だと落ちるスクリプトがある
- nariです。
kosakiさん、パッチのレビュー、ありがとうございます。
指摘された箇所を直してみました。
# configure.inをいじるのは初めてだったのでその辺りは大分不安です。
dif... -
09:23 PM Bug #3781: FIBER_USE_NATIVE が有効だと落ちるスクリプトがある
- nariです。
kosakiさん、パッチのレビュー、ありがとうございます。
指摘された箇所を直してみました。
# configure.inをいじるのは初めてだったのでその辺りは大分不安です。
dif... -
06:56 PM Bug #3456 (Assigned): bisarre comma
- このコミットから、以下が SyntaxError になるようになりましたが、意図されていますか?
irb(main):001:0> p(foo:123,)
SyntaxError: (irb):1: syntax error,... -
05:02 PM Bug #4977 (Closed): CFLAGSやLDFLAGSの-m64が消されるためsparc64(sparc v9)バイナリ作成不能
- CFLAGSやLDFLAGSに-m64を指定しても、configureで消されてしまうため、
sparc Solarisでsparc v9向けの64ビットコンパイルができません。
32ビット(sparc v8)バイナリができてしま... -
04:50 PM Feature #4976 (Rejected): Pathname#=~ が undef されている理由
- Pathname#=~ が欲しいなぁと思って、patch を書いて feature request を投稿しようとしたところ、
Init_pathname の中で明示的に undef されている事に気が付きました。
このメソッ... -
02:06 PM Feature #4936 (Closed): Android標準ブラウザに対してWEBrickのDigest認証を行った際の挙動
- This issue was solved with changeset r32410.
blue, thank you for reporting this issue.
Your contribution to Ruby is g... -
12:52 PM Bug #4487: require_relative fails in an eval'ed file
- Related to #4352.
I need matz's judgment.
--
Yusuke Endoh <[email protected]> -
02:53 AM Bug #4487: require_relative fails in an eval'ed file
- Hello,
> Â $cat eval_me1.rb
> Â eval(File.read('eval_me2.rb'), binding, File.expand_path('./eval_me2.rb'))
> Â ... -
12:50 PM Bug #4352: [patch] Fix eval(s, b) backtrace; make eval(s, b) consistent with eval(s)
- Hi, matz
This ticket includes some design concerns.
The source_location seems important information not only fo... -
10:09 AM Revision c9730974 (git): Remove debug print of r32410.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32413 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:28 AM Revision 2ac460af (git): * parse.y (parser_here_document): should dispatch heredoc_end
- scanner event on an empty here document. fixed Bug#4543.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32412 b2... -
05:08 AM Revision eb78d224 (git): * addr2line.c: fix r32407 to check HAVE_ALLOCA_H.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32411 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:06 AM Revision 8fb2058d (git): * lib/webrick/httpauth/digestauth.rb (_authenticate):
- Literal texts in HTTP ABNF is case-insensitive (RFC2616 2.1),
and a ample implementation in RFC2617 also ignores th... -
02:45 AM Bug #4975 (Rejected): DateTime.civil calculates seconds incorrectly with fractional offsets
- Ruby Version 1.9.2p180
DateTime.civil(2011, 5, 13, 17, 31, 13, -0.25).sec # => 12 -
02:07 AM Bug #2756: Issues with Math and Complex behavior on 1.9
- Hello,
> Q. Should 1.9 coerce arguments to Math methods?
> Q. Can we change the 1.8.7 behavior when raising excep... -
01:51 AM Feature #4095 (Feedback): C1 Coverage
- Hello, sorry for very late response...
I agree that C1 coverage is very helpful. But I have no plan to
implement... -
01:45 AM Bug #4974 (Closed): [ext/tk] ruby_1_9_2@32391 build failure with MinGW
- On Win7 Ultimate 32bit using either MinGW (TDM-1) GCC 4.5.2 or MinGW-W64 GCC 4.5.4 I get the following build failure....
-
01:35 AM Bug #1341 (Open): pthread_cond_timedwait failing in 1.9.1-p0 thread tests on HP-UX 11i v2
- Hello,
> Now, following two links are dead. Do anyone know new URLs?
>
> * - http://docs.sun.com/app/docs/doc/80... -
12:55 AM Feature #4796: Coverage should be restartable
- That's the best! Thank you nagachika!
--
Yusuke Endoh <[email protected]> -
12:55 AM Feature #4796 (Closed): Coverage should be restartable
- This issue was solved with changeset r32404.
Xavier, thank you for reporting this issue.
Your contribution to Ruby is... -
12:47 AM Feature #4796 (Assigned): Coverage should be restartable
- Sorry, I don't have extra Mac. But I can show a patch.
I'll commit it.
07/04/2011
-
11:51 PM Bug #4927: crash on test/coverage/test_coverage.rb
- Sorry for late response.
I've reduced reproducible script at x86_64-darwin10.8.0 as follows.
require "coverage"... -
10:24 PM Bug #4927 (Closed): crash on test/coverage/test_coverage.rb
- r32071 reverted. Bummer!
--
Yusuke Endoh <[email protected]> -
09:33 PM Bug #4966 (Closed): OpenSSL まわりで GC.stress で [BUG]
-
11:02 AM Bug #4966: OpenSSL まわりで GC.stress で [BUG]
- r32395 で直りました。クローズお願いします
-
09:11 PM Feature #4893: Literal Instantiation breaks Object Model
- Please ignore patch "String_call_initialize_v3", it contains a merge-error.
New version: String_call_initialize_v3b
-
09:02 PM Feature #4893: Literal Instantiation breaks Object Model
- Find attached a patch which removes the translation-unit-visible "static int call_initialize" flag, and introduces th...
-
06:10 PM Bug #4941: cannot load such file -- rubygems.rb (LoadError)
Nobuyoshi Nakada wrote:
> Hi,
>
> At Sat, 2 Jul 2011 15:38:57 +0900,
> Lazaridis Ilias wrote in [ruby-core:37731...-
04:32 PM Revision fed26e91 (git): * thread_pthread.c (native_sleep): cut the waiting time up to
- 100,000,000 because Solaris cond_timedwait() return EINVAL if an
argument is greater than current_time + 100,000,00... -
04:32 PM Revision d6a5698d (git): * cont.c: disable FIBER_USE_NATIVE on Solaris because resuming any
- Fiber caused SEGV. I haven't follow up the issue deeply, but it
works when disabling the feature.
git-svn-id: svn... -
04:32 PM Revision a5305216 (git): * addr2line.c: include <alloca.h> to fix a build issue on Solaris.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32407 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:14 PM Revision 917df93b (git): * ChangeLog: fix typos.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32406 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:07 PM Feature #4967: dmalloc reported memory leaks in ruby
- and cumulative result from preceeding log
total-byte count src line
746668032 45573 gc.c 1033
388703018 2920209 st... -
12:56 AM Feature #4967: dmalloc reported memory leaks in ruby
- also i ran './ruby.exe -I./lib -I. -I.ext/common ./tool/runruby.rb --extout=.ext -- "./test/runner.rb"' here is the...
- 03:55 PM Revision f4139924 (git): * 2011-07-05
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32405 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:55 PM Revision ea8b9163 (git): * ext/coverage/coverage.c: resurrect r32071 + add GC guard for
- rb_coverages. [ruby-core:37352] [Bug #4927]
[ruby-core:36539] [Feature #4796]
* test/coverage/test_coverage.rb res... -
03:38 PM Bug #4971 (Closed): Module#class_variables
- Ruby 1.9だとModule#class_variablesはスーパークラスのクラス変数を返しませんが、仕様でしょうか?
class Foo
@@foo = 123
end
class Ba... -
01:27 PM Revision e6d42f34 (git): * thread_pthread.c (get_stack): For NetBSD/FreeBSD, use
- pthread_attr_getstack() if possible. and, remove an assumption
of stack growing direction.
git-svn-id: svn+ssh:/... -
12:58 PM Revision 1e8adda1 (git): comment fix.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32402 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:38 PM Feature #3768: Constant Lookup doesn't work in a subclass of BasicObject
- This is not a bug.
-
11:16 AM Feature #3768: Constant Lookup doesn't work in a subclass of BasicObject
- I disagree that the behavior is "clearly broken". Just like methods defined in Object don't apply to BasicObject, yo...
-
10:48 AM Feature #3768: Constant Lookup doesn't work in a subclass of BasicObject
- @Jeremy The very need of it is why I reported the issue.
The behavior is clearly broken. It's a pretty fundamental... -
09:38 AM Feature #3768: Constant Lookup doesn't work in a subclass of BasicObject
- If BasicObject.const_missing calls Object.const_get and the constant does not exist in Object, you've at best got a S...
-
09:07 AM Feature #3768: Constant Lookup doesn't work in a subclass of BasicObject
- I am not sure that <i>a</i> fix is such a huge change. Look-up can be delegated:
class BasicObject
def self... -
07:37 AM Feature #3768: Constant Lookup doesn't work in a subclass of BasicObject
- Haven't I explained the reason?
The M is defined under the Object class. The BasicObject does not inherit from Ob... -
04:05 AM Feature #3768: Constant Lookup doesn't work in a subclass of BasicObject
- How can this be rejected? The example I gave is a glaring problem.
-
12:21 PM Revision 74454f57 (git): * ext/coverage/coverage.c: revert r32071. The commit caused SEGV on
- some minor nonfree OS. I have no means of debugging the bug. My
personal opinion is that such OS should be unsupp... - 10:22 AM Revision 27603322 (git): * NEWS: The incompatibility of Rexml introduced at r29646 is reverted at r31008.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32400 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:55 AM Feature #4970 (Closed): FileUtils refactored
- I've been working with FileUtils a good bit, and concluded it could use some refactoring to make the code clearer and...
-
06:52 AM Revision 49c0b143 (git): * insns.def: written in Shift_JIS.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32399 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:52 AM Revision 6dad6f5c (git): * thread_pthread.c (thread_start_func_1): suppress an unused variable.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32398 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:49 AM Revision cc30e403 (git): * remove garbages.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32397 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:49 AM Revision d55560d5 (git): * NEWS (rexml) encoding methods return encoding names as strings again since r31008.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32396 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:23 AM Bug #3781: FIBER_USE_NATIVE が有効だと落ちるスクリプトがある
- > nariです。
>
> ちと話を整理させてください。
> 本件で、GCに関するバグを直す方法は今のところ以下の2つの案があります。
>
> (1)gc_mark()時に必ずstack_check()を呼ぶよう... -
05:23 AM Bug #3781: FIBER_USE_NATIVE が有効だと落ちるスクリプトがある
- > nariです。
>
> ちと話を整理させてください。
> 本件で、GCに関するバグを直す方法は今のところ以下の2つの案があります。
>
> (1)gc_mark()時に必ずstack_check()を呼ぶよう... -
04:21 AM Feature #4969: Subtle issue with require
- Note: ignore the lib_find documentation about the load option, I removed the option hash to simplify this example.
-
04:19 AM Feature #4969 (Rejected): Subtle issue with require
- If I have a library with same name as Ruby standard library in load path (as an example):
lib/abbrev.rb
There...
07/03/2011
-
11:23 PM Bug #3781: FIBER_USE_NATIVE が有効だと落ちるスクリプトがある
- nariです。
ちと話を整理させてください。
本件で、GCに関するバグを直す方法は今のところ以下の2つの案があります。
(1)gc_mark()時に必ずstack_check()を呼ぶようにする
(2)G... -
11:23 PM Bug #3781: FIBER_USE_NATIVE が有効だと落ちるスクリプトがある
- nariです。
ちと話を整理させてください。
本件で、GCに関するバグを直す方法は今のところ以下の2つの案があります。
(1)gc_mark()時に必ずstack_check()を呼ぶようにする
(2)G... -
10:23 AM Bug #3781: FIBER_USE_NATIVE が有効だと落ちるスクリプトがある
- nariです。
2011年7月3日0:01 KOSAKI Motohiro <[email protected]>:
>> GC::Profiler.enable
>> a = []
>> 10... -
10:23 AM Bug #3781: FIBER_USE_NATIVE が有効だと落ちるスクリプトがある
- nariです。
2011年7月3日0:01 KOSAKI Motohiro <[email protected]>:
>> GC::Profiler.enable
>> a = []
>> 10... -
09:53 AM Bug #3781: FIBER_USE_NATIVE が有効だと落ちるスクリプトがある
- 須藤です。
In <CAHGf_=piq-HnqW=K2onmR1cg_bUxAEUVyVx+zh8Uukf_wxuirQ@mail.gmail.com>
"[ruby-dev:44021] Re: [ruby-c... -
09:53 AM Bug #3781: FIBER_USE_NATIVE が有効だと落ちるスクリプトがある
- 須藤です。
In <CAHGf_=piq-HnqW=K2onmR1cg_bUxAEUVyVx+zh8Uukf_wxuirQ@mail.gmail.com>
"[ruby-dev:44021] Re: [ruby-c... -
12:23 AM Bug #3781: FIBER_USE_NATIVE が有効だと落ちるスクリプトがある
- > GC::Profiler.enable
> a = []
> 10000000.times{a << "a".dup}
> p GC::Profiler.total_time
>
> パッチ適用後: 1.41... -
12:23 AM Bug #3781: FIBER_USE_NATIVE が有効だと落ちるスクリプトがある
- > GC::Profiler.enable
> a = []
> 10000000.times{a << "a".dup}
> p GC::Profiler.total_time
>
> パッチ適用後: 1.41... -
10:53 PM Bug #4941: cannot load such file -- rubygems.rb (LoadError)
- Hi,
At Sat, 2 Jul 2011 15:38:57 +0900,
Lazaridis Ilias wrote in [ruby-core:37731]:
> * Status compiled : in... -
10:53 PM Feature #4963: Refine and Document the Issue Tracking Process
- Hi,
At Sat, 2 Jul 2011 17:33:26 +0900,
Lazaridis Ilias wrote in [ruby-core:37732]:
> * Possibly rename "bug... -
10:26 PM Feature #4968 (Closed): BigDecimal#sqrt は BigMath.sqrt へ移動すべき
- Math.sqrt との対称性から、BigDecimal#sqrt は BigMath.sqrt として提供すべきでしょう。
-
10:16 PM Revision 948f01a8 (git): * thread_pthread.c (get_stack): the return address of get_stack
- must be the highest address of the current thread's stack.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32395 b... -
09:56 PM Revision eb35bb0b (git): * include/ruby/intern.h, thread_pthread.c (rb_reserved_fd_p,
- RB_RESERVED_FD_P): added. This C API is to limit to access
fds which are used by RubyVM internal. In this version... - 09:09 PM Revision 4937a6de (git): * 2011-07-04
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32393 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:09 PM Revision 05117a49 (git): add NEWS for O_DIRECT
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32392 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:51 PM Feature #4967 (Rejected): dmalloc reported memory leaks in ruby
- hi i've modified dmalloc,pthreads-win32 to make it work win32. and dmalloc_t passed so far.
and then, ruby is chosen... -
05:45 PM Bug #4966 (Closed): OpenSSL まわりで GC.stress で [BUG]
- 私の環境で、trunk の r32371 以降で(ですが、おそらくその変更で、潜んでいたバグが顕在化した模様)以下のようなスクリプトで以下のように [BUG] になります
/usr/local/lib/ruby/1.9.1/op... - 03:29 PM Revision d963b0a1 (git): * 2011-07-04
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@32391 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:29 PM Revision c56e0878 (git): * ext/tk/extconf.rb (find_tcl): fixed a TypeError on --with-opt-dir.
- reported by luislavena and ksmakoto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@32390 b2dd03c8-... -
02:44 PM Revision 3b63aee1 (git): * ext/extmk.rb (extmake): suppresses outputs from extconf.rb.
- (extmake) warns a failure in extconf.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32389 b2dd03c8-39d4-4d8f-... -
01:41 PM Revision 1da517be (git): * ext/zlib/zlib.c: added a prototype to get rid of SEGV on x86_64
- darwin.
Reported by kosaki and nagachika. Patch by nagachika.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches... -
12:24 PM Revision da87fc0e (git): * ext/socket/extconf.rb (have_type("PADDRINFO")): new check.
- * ext/socket/addrinfo.h: fixed a compilation problem with VC++ 2010.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/bra... -
12:24 PM Revision b8f2f0e5 (git): merges a part of r31742, r31947, r31894, r3202 and r32287 from trunk
- into ruby_1_9_2.
--
* ex/tk/extconf.rb: support for the latest ActiveTcl with mingw.
--
* ext/tk/extconf.rb: fails on... -
12:24 PM Revision c039cd8e (git): merges r32067 from trunk into ruby_1_9_2.
- --
* parse.y (parser_parse_string): flush delayed token. based on a
patch by Masaya Tarui in [ruby-dev:43762]. Bu... -
12:24 PM Revision 78f0aebe (git): merges r32067 from trunk into ruby_1_9_2.
- --
* parse.y (parser_parse_string): flush delayed token. based on a
patch by Masaya Tarui in [ruby-dev:43762]. Bu... -
12:24 PM Revision 877a9a7d (git): merges r32062 from trunk into ruby_1_9_2.
- --
* ext/socket/unixsocket.c (unix_send_io): race condition fixed.
(unix_recv_io): ditto.
fixed by Eric Wong. [r... -
12:24 PM Revision 8a571111 (git): merges r31528 from trunk into ruby_1_9_2. fixes #4861.
- --
* ext/openssl/ossl_ssl.c: By trunk@31346, function check of SSLv2 is executed.
However, the proble... -
12:23 PM Revision 970ce1fd (git): merges r32050 from trunk into ruby_1_9_2.
- --
* lib/securerandom.rb (SecureRandom.random_bytes): modify PRNG state
to prevent random number sequence repeatati... -
12:23 PM Revision 909a92ea (git): merges r32000 from trunk into ruby_1_9_2.
- --
* io.c (io_getc): should be 7bit if ascii. fixes #4557
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby... -
12:23 PM Revision 6cdc9b60 (git): merges r31997 from trunk into ruby_1_9_2.
- --
* lib/rexml/formatters/pretty.rb
(REXML::Formatters::Pretty#write_text),
test/rexml/test_core.rb
(Tester#tes... -
12:23 PM Revision fb2f8e0f (git): merges r31995 and r31998 from trunk into ruby_1_9_2.
- --
* lib/rexml/parsers/xpathparser.rb
(REXML::Parsers::XPathParser#parse),
test/rexml/test_elements.rb
(Element... -
12:23 PM Revision fe21cf8b (git): merges r31948 from trunk into ruby_1_9_2.
- --
* time.c (rb_gmtime_r2): adjust indent.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@32377 b2d... -
12:23 PM Revision 185a5a72 (git): merges r31930 from trunk into ruby_1_9_2.
- --
* ext/psych/parser.c (parse): release event objects to plug memory
leak. Thanks Mark J. Titorenko!
git-svn-id: s... -
12:23 PM Revision 4ca870d0 (git): merges r30272 from trunk into ruby_1_9_2.
- --
* thread.c (thread_cleanup_func): Don't touch native threading
resource at fork. Sadly this is p... -
12:18 PM Bug #4716: Ripper orders rescue_mod subnodes inconsistently [PATCH]
- I feel this merits inclusion in Ruby 1.9.3. Otherwise, Ripper will have known user-facing bugs for another point rele...
-
06:24 AM Bug #1813: Threading seg fault (1.9.1-p129 Linux/Mac)
- Linux and MacOS X had completely different bugs. Thus I've commited two patches, r32369 and 32371.
Now, both platfor... -
04:59 AM Bug #1813 (Closed): Threading seg fault (1.9.1-p129 Linux/Mac)
- This issue was solved with changeset r32369.
Charlton, thank you for reporting this issue.
Your contribution to Ruby ... -
05:02 AM Feature #4965: The problem of "print line if line = DATA.gets"
- Some technical background: the current issue stems from how the parser must differentiate between local variables and...
-
01:23 AM Feature #4965 (Rejected): The problem of "print line if line = DATA.gets"
- Right now, I find the following code will raise an exception:
print line if line = DATA.gets
__END__
abcdef
... - 04:45 AM Revision 361c10af (git): * 2011-07-03
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@32374 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:44 AM Revision 6343e30c (git): * array.c (ary_reject_bang): should not remove elements which are
- not yielded. [Bug #2545]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32373 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:44 AM Revision f0299205 (git): * array.c (ary_reject_bang): should not remove elements which are
- not yielded. [Bug #2545]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@32373 b2dd03c8-39d4-4d8f-98... -
01:35 AM Feature #4893: Literal Instantiation breaks Object Model
- Lazaridis Ilias wrote:
[...]
> I still need to verify that this draft implementation does not break existent behavi... -
01:07 AM Revision b582f2a1 (git): * ChangeLog: fix typo.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32372 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
07/02/2011
-
11:53 PM Bug #4962: come back gem_prelude!
- Hi
2011/7/2 Luis Lavena <[email protected]>:
>
> Issue #4962 has been updated by Luis Lavena.
>
>
> Yusuk... -
11:13 PM Bug #4962: come back gem_prelude!
- Yusuke Endoh wrote:
> There are some approaches to address the problem:
>
> 1. to introduce a generational GC; ... -
02:18 PM Bug #4962 (Closed): come back gem_prelude!
- Hello, rubygems developers
Kosaki-san noticed that 1.9.3 is slower than 1.9.2 on many benchmarks.
http://www.atdo... -
11:18 PM Feature #4512 (Assigned): [PATCH] ext/fcntl/fcntl.c: add F_DUPFD_CLOEXEC constant
-
11:07 PM Bug #4941: cannot load such file -- rubygems.rb (LoadError)
- Nobuyoshi Nakada wrote:
> It doesn't sound like an unreasonable limit to need to be installed before running, on man... -
11:00 PM Bug #4941: cannot load such file -- rubygems.rb (LoadError)
- Lazaridis Ilias wrote:
[...]
> Specification should be:
>
> * Status compiled : interpreter works as-is within t... -
03:38 PM Bug #4941: cannot load such file -- rubygems.rb (LoadError)
- Nobuyoshi Nakada wrote:
> It doesn't sound like an unreasonable limit to need to be installed before running, on man... -
05:28 AM Bug #4941: cannot load such file -- rubygems.rb (LoadError)
- It doesn't sound like an unreasonable limit to need to be installed before running, on many platforms, shared librari...
-
10:53 PM Bug #3781: FIBER_USE_NATIVE が有効だと落ちるスクリプトがある
- nariです。
2011年7月2日19:29 KOSAKI Motohiro <[email protected]>:
>> 本当はgc_mark()の際に毎回stack_check()するのがいいと思... -
10:53 PM Bug #3781: FIBER_USE_NATIVE が有効だと落ちるスクリプトがある
- nariです。
2011年7月2日19:29 KOSAKI Motohiro <[email protected]>:
>> 本当はgc_mark()の際に毎回stack_check()するのがいいと思... -
07:53 PM Bug #3781: FIBER_USE_NATIVE が有効だと落ちるスクリプトがある
- > 本当はgc_mark()の際に毎回stack_check()するのがいいと思うのですが、
> そうするとGCの性能が落ちてしまうので、大体で決めてしまうしかないのか
> なと思ってます。
ところで、これって測定... -
07:53 PM Bug #3781: FIBER_USE_NATIVE が有効だと落ちるスクリプトがある
- > 本当はgc_mark()の際に毎回stack_check()するのがいいと思うのですが、
> そうするとGCの性能が落ちてしまうので、大体で決めてしまうしかないのか
> なと思ってます。
ところで、これって測定... -
06:53 PM Bug #3781: FIBER_USE_NATIVE が有効だと落ちるスクリプトがある
- 遠藤です。
# 以下、自信ありげに言っていますが、全く無いので間違ってたらすみません
2011年7月2日14:04 Narihiro Nakamura <[email protected]>:
>... -
06:53 PM Bug #3781: FIBER_USE_NATIVE が有効だと落ちるスクリプトがある
- 遠藤です。
# 以下、自信ありげに言っていますが、全く無いので間違ってたらすみません
2011年7月2日14:04 Narihiro Nakamura <[email protected]>:
>... -
06:53 PM Bug #3781: FIBER_USE_NATIVE が有効だと落ちるスクリプトがある
- (07/02/2011 02:04 PM), Narihiro Nakamura wrote:
> このようなデータ構造を作る最小の再現コードを書こうと思ったのですが意外
> と難しく断念しました…。
procとe... -
06:53 PM Bug #3781: FIBER_USE_NATIVE が有効だと落ちるスクリプトがある
- (07/02/2011 02:04 PM), Narihiro Nakamura wrote:
> このようなデータ構造を作る最小の再現コードを書こうと思ったのですが意外
> と難しく断念しました…。
procとe... -
05:53 PM Bug #3781: FIBER_USE_NATIVE が有効だと落ちるスクリプトがある
- > 続いて(2)です。
>
> gc.cのstack_check()の役割としては
> 「lev(gc_mark()に渡される引数)がGC_LEVEL_MAX(250)の範囲でgc_mark()
> を呼び出せるほど... -
05:53 PM Bug #3781: FIBER_USE_NATIVE が有効だと落ちるスクリプトがある
- > 続いて(2)です。
>
> gc.cのstack_check()の役割としては
> 「lev(gc_mark()に渡される引数)がGC_LEVEL_MAX(250)の範囲でgc_mark()
> を呼び出せるほど... -
02:23 PM Bug #3781: FIBER_USE_NATIVE が有効だと落ちるスクリプトがある
- nariです。
redmineだとruby-coreにメールされてしまうので、ruby-devにふります。
スタックオーバフローの原因は以下の2点です。
(1)マーク時に深い関数呼び出ししてしまうデータ構造が... -
02:23 PM Bug #3781: FIBER_USE_NATIVE が有効だと落ちるスクリプトがある
- nariです。
redmineだとruby-coreにメールされてしまうので、ruby-devにふります。
スタックオーバフローの原因は以下の2点です。
(1)マーク時に深い関数呼び出ししてしまうデータ構造が... -
10:22 PM Feature #4963: Refine and Document the Issue Tracking Process
- Yui NARUSE wrote:
[...]
> What is the difference between bugs and features is difficult problem.
> Spec level issu... -
07:28 PM Feature #4963: Refine and Document the Issue Tracking Process
- Lazaridis Ilias wrote:
> * An issue remains "Open", until it is resolved.
There is "Assigned" and "Feedback".
... -
05:33 PM Feature #4963 (Closed): Refine and Document the Issue Tracking Process
- =begin
Based on the experiences with some issues, especially #4893, I would like to suggest the following:
* The ... -
09:18 PM Revision 70dd402c (git): * thread_pthread.c (get_stack): pthread_attr_getstack() doesn't
- return stack start addres, but stack base address. Thus,
we need to add stack size for getting stack start address.... -
08:15 PM Bug #2545: Array#delete_if is borked if user calls 'break'
- Hi,
According to test added by r32360,
a = [ 5, 6, 7, 8, 9, 10 ]
a.delete_if {|i| break i if i > 8; i < 7}
... -
07:17 AM Bug #2545 (Closed): Array#delete_if is borked if user calls 'break'
- This issue was solved with changeset r32360.
Brian, thank you for reporting this issue.
Your contribution to Ruby is ... - 07:59 PM Revision 560c1aeb (git): * 2011-07-03
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32370 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:59 PM Revision 5a73c71d (git): * thread_pthread.c (get_stack): add to a care of gurad page on Mac
- OS X. [Bug #1813] [ruby-core:24540]
* signal.c (ruby_signal): SIGBUS use alternative stack too.
* signal.c (sigbus): ... -
07:31 PM Bug #4964 (Assigned): open-uri failed to handle multiple "Set-Cookie" headers
- See also http://tools.ietf.org/html/rfc6265
-
06:42 PM Bug #4964 (Closed): open-uri failed to handle multiple "Set-Cookie" headers
- =begin
== Problem
open-uri handle multiple "Set-Cookie" headers in a wrong way. Given a header from http server lik... -
06:22 PM Feature #4893: Literal Instantiation breaks Object Model
- Yukihiro Matsumoto wrote:
> Lazaridis Ilias wrote:
> > Yukihiro Matsumoto wrote:
> > > Introducing a new global st... -
10:15 AM Bug #4961 (Closed): [ext/openssl] SSLSession#initialize fails with OpenSSL 0.9.7
- With Ruby at r32366 and OpenSSL 0.97m on Fedora 15, running
make test-all TESTS="openssl/test_ssl_session.rb"
... -
09:53 AM Bug #4958: Internal server error (PhusionPassenger::Rack::ApplicationSpawner::Error)
- ささだです.
(2011/07/01 14:29), Masahiro Iura wrote:
> 障害内容:
> PhusionPassenger 経由で Ruby on Rails のコンテンツを接続している... -
09:53 AM Bug #4958: Internal server error (PhusionPassenger::Rack::ApplicationSpawner::Error)
- ささだです.
(2011/07/01 14:29), Masahiro Iura wrote:
> 障害内容:
> PhusionPassenger 経由で Ruby on Rails のコンテンツを接続している... -
05:33 AM Feature #4946: Building libruby-static.a with option nodynamic and --with-static-link-ext doesn't disable dlopen
- There is no way to disable dynamic loading now.
--with-static-linked-ext just let all bundled extension libraries li... -
04:30 AM Bug #4960 (Feedback): Crash on start up using rubymine 107.315 build
- Is from my undestanding that ruby-debug has an special gem for Ruby 1.9:
https://rubygems.org/gems/ruby-debug-ide1... -
04:23 AM Bug #4960 (Rejected): Crash on start up using rubymine 107.315 build
- Occurs when starting to debug a rails app using rubymine.
Its a pretty small demo app. Maybe 20 classes.
Fast D... - 01:02 AM Revision 5a31811f (git): * ChangeLog: Fix revision number at which Kernel#respond_to? change is
- reverted. It is reverted at the revision 28564 according to
[ruby-dev:41837]. The wrong revision number is also r... -
12:03 AM Revision a5615fab (git): * test/openssl/test_ocsp.rb
- * test/openssl/test_x509_cert.rb: Perform SHA-256 tests only if
supported by the available OpenSSL version. Version...
07/01/2011
-
10:59 PM Feature #4893: Literal Instantiation breaks Object Model
- Lazaridis Ilias wrote:
> Yukihiro Matsumoto wrote:
> > Introducing a new global status is a very bad idea. It does... -
02:12 PM Feature #4893: Literal Instantiation breaks Object Model
- Yukihiro Matsumoto wrote:
> Introducing a new global status is a very bad idea. It doesn't work well with threads. ... -
02:13 AM Feature #4893 (Rejected): Literal Instantiation breaks Object Model
- Introducing a new global status is a very bad idea. It doesn't work
well with threads. Besides that, it makes prog... -
10:35 PM Revision 780869b2 (git): * test/test_securerandom.rb: property.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@32365 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:34 PM Revision 056ee295 (git): * array.c (ary_reject): fix internal function name.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@32364 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 10:27 PM Revision 5ce01ed1 (git): * NEWS: remove a Kernel#respond_to? from the incompatibilies
- because it has been reverted at revision 41837
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32363 b2dd03c8-39d4... - 10:25 PM Revision d1999f39 (git): * test/matrix/test_matrix.rb: remove obsolete test [ruby-core:37714]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32362 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 10:17 PM Revision a1e35740 (git): * 2011-07-02
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@32361 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:17 PM Revision e7047b8a (git): * array.c (rb_ary_reject_bang, rb_ary_delete_if): rejected
- elements should be removed. fixed [Bug #2545]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32360 b2dd03c8-39d... -
10:17 PM Revision 31e6b1e8 (git): * array.c (rb_ary_reject_bang, rb_ary_delete_if): rejected
- elements should be removed. fixed [Bug #2545]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@32360 ... - 04:59 PM Revision a943788f (git): * NEWS: remove a description of Kernel#respond_to? because it has
- been reverted at revision 41837.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32359 b2dd03c8-39d4-4d8f-98ff-823... -
04:33 PM Feature #4512: [PATCH] ext/fcntl/fcntl.c: add F_DUPFD_CLOEXEC constant
- Also pushed to "fcntl-dupfd-cloexec" branch of git://bogomips.org/ruby.git
http://bogomips.org/ruby.git/log/?h=fcntl... -
01:09 PM Feature #4512 (Feedback): [PATCH] ext/fcntl/fcntl.c: add F_DUPFD_CLOEXEC constant
- I've reviewed linux kernel source code and concluded this patch doesn't have the same issue with O_CLOEXEC when run o...
- 04:00 PM Revision a108a97f (git): * 2011-07-02
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32358 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:00 PM Revision 2a1b73ee (git): * NEWS: describe a change of multiplication of Bignum.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32357 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:05 PM Bug #4958: Internal server error (PhusionPassenger::Rack::ApplicationSpawner::Error)
- straceなどの情報を採取することは可能でしょうか?
-
02:29 PM Bug #4958 (Closed): Internal server error (PhusionPassenger::Rack::ApplicationSpawner::Error)
- 障害内容:
PhusionPassenger 経由で Ruby on Rails のコンテンツを接続しているのですが、
数日前から Web ブラウザからアクセスすると「Internal server error 」が表示され、
... -
02:28 PM Bug #4956 (Closed): [PATCH] string.c (tr_s_bang): fix leak with heap strings
- This issue was solved with changeset r32349.
Eric, thank you for reporting this issue.
Your contribution to Ruby is g... -
11:21 AM Bug #4956 (Closed): [PATCH] string.c (tr_s_bang): fix leak with heap strings
- Trivially reproduced with:
loop { "this string is too long to embed".tr_s!(" \t\r\n\f", " ") }
This also af... -
12:13 PM Bug #4957 (Closed): IO.copystream seems make hangup on cygwin (was 2011-07-01 Snapshot build)
- 2011年7月1日版 Snapshot をビルド→テストしたところ test_io.rb test_thread.rb で 12件エラー。
[~/tmp/snapshot] tar zxf snapshot.tar.gz; cd... -
11:08 AM Bug #4953 (Closed): [PATCH] thread.c (do_select): fix memory leak
- This issue was solved with changeset r32348.
Eric, thank you for reporting this issue.
Your contribution to Ruby is g... -
08:07 AM Bug #4953 (Closed): [PATCH] thread.c (do_select): fix memory leak
- Reproducible trivially:
loop { IO.select([$stdin], nil, nil, 0) }
If you prefer git:
git pull git://bo... -
10:58 AM Bug #3781: FIBER_USE_NATIVE が有効だと落ちるスクリプトがある
- nariです。
原因が大体わかったので、あとで再現コードとパッチ作ります。
とりあえず担当者を変えておきます。 -
10:39 AM Revision f44446c4 (git): * benchmark/bm_app_erb.rb: increase loop count. too short
- mesurement time makes less accuracy.
* benchmark/bm_app_factorial.rb: ditto.
* benchmark/bm_app_mande... -
09:48 AM Revision 0fe64693 (git): * fix typos.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32355 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:16 AM Bug #4951 (Closed): Fiber#resume causing segfault on Mac OS X 10.6.8
- Hi, Dan
Thank you for your reporting.
I think 'Backport92' is right project to submit backport request.
I close ... -
03:53 AM Bug #4951 (Closed): Fiber#resume causing segfault on Mac OS X 10.6.8
- =begin
The following:
Fiber.new { puts "foo" }.resume
produces a segfault with the following output.
So... -
08:28 AM Bug #3422: Object.const_get(:A, false) can access BasicObject::A
- Oh sorry, it must be:
module LangModuleSpecInObject
module LangModuleTop
end
end
include LangModuleSpecInO... -
07:49 AM Bug #3422: Object.const_get(:A, false) can access BasicObject::A
- Can you elaborate?
If I remove "end" in the line 7, it works for me (otherwise, it was an syntax error).
matz.
-
05:29 AM Bug #3422 (Assigned): Object.const_get(:A, false) can access BasicObject::A
- Following code still doesn't work:
module LangModuleSpecInObject
module LangModuleTop
end
end
include Lang... -
03:37 AM Bug #3422 (Closed): Object.const_get(:A, false) can access BasicObject::A
- Yui NARUSE wrote:
> r32283 breaks following codes:
Oops, r32342 fix this. thanks! -
03:36 AM Bug #3422 (Assigned): Object.const_get(:A, false) can access BasicObject::A
- r32283 breaks following codes:
module LangModuleSpecInObject
module LangModuleTop
end
end
include LangModu... -
08:23 AM Bug #4926 (Closed): --gc-stress付きtest/ruby/enc/test_emoji.rbが失敗する
- This issue was solved with changeset r32347.
Kazuki, thank you for reporting this issue.
Your contribution to Ruby is... -
07:29 AM Bug #4950 (Closed): ほぼ同時に異なる種類のシグナルを受信すると片方のシグナルハンドラが実行されない
- This issue was solved with changeset r32345.
Tomoyuki, thank you for reporting this issue.
Your contribution to Ruby ... -
06:23 AM Bug #4950: ほぼ同時に異なる種類のシグナルを受信すると片方のシグナルハンドラが実行されない
- ささだです.
ちょうど小崎さんに同じ問題を指摘されて,しかも解決策も提示して頂いたの
で,パッチを作っていました.これで動きます(デバッグプリント込み).
http://www.atdot.net/sp/... -
06:23 AM Bug #4950: ほぼ同時に異なる種類のシグナルを受信すると片方のシグナルハンドラが実行されない
- ささだです.
ちょうど小崎さんに同じ問題を指摘されて,しかも解決策も提示して頂いたの
で,パッチを作っていました.これで動きます(デバッグプリント込み).
http://www.atdot.net/sp/... -
12:18 AM Bug #4950: ほぼ同時に異なる種類のシグナルを受信すると片方のシグナルハンドラが実行されない
- シグナルがメインスレッドで処理されるまで配送を遅延しているので、タイマースレッドが polling をやめてしまうと配送が滞留するという問題みたいでした。
以下のように polling する条件に追加すると期待したような動作になりま... -
12:04 AM Bug #4950 (Closed): ほぼ同時に異なる種類のシグナルを受信すると片方のシグナルハンドラが実行されない
- 以下のようなスクリプトを実行すると [1,2] か [2,1] が表示されることが期待されますが、
実際には [1] が表示されます(稀に [2] になることもあります)。
a = []
trap(:INT) { a.pus... - 06:33 AM Revision 22412ced (git): * NEWS: typo
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32354 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 06:23 AM Revision c8e23882 (git): * lib/matrix: Add LUP decomposition
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32353 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 06:21 AM Revision 59a3d594 (git): * lib/matrix.rb: Allow non integer exponents for Matrix#**
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32352 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 06:13 AM Revision 004c34f9 (git): * lib/matrix: Add Eigenvalue Decomposition
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32351 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 06:10 AM Revision 376b8251 (git): * lib/matrix: Add Matrix#round
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32350 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:28 AM Revision f4dda520 (git): * string.c (tr_trans): free heap ptr when the str is not embeded.
- patched by Eric Wong. [Bug #4956] [ruby-core:37708]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32349 b2dd03c8... -
04:29 AM Feature #4168: WeakRef is unsafe to use in Ruby 1.9
- I have a working solution for MRI 1.8.7, 1.9 and REE. See https://github.com/kstephens/ref/tree/master-mri-gc_api. ...
-
02:08 AM Revision c05fd75b (git): * thread.c (do_select): fix memory leak.
- Patch by Eric Wong. Thank you! [Bug #4953] [ruby-core:37702]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@323... -
12:23 AM Feature #3436: Spawn the timer thread lazily
- On Wed, Jun 29, 2011 at 10:44:59PM +0900, Motohiro KOSAKI wrote:
> Issue #3436 has been updated by Motohiro KOSAKI.... -
12:17 AM Feature #4481 (Feedback): Add client_ca method to OpenSSL::SSLSocket
- Just added Ippei's patch. I took the liberty to add a sentence to RDoc pointing out that in contrast to SSLContext#cl...
-
12:12 AM Bug #4863 (Third Party's Issue): config.charset not found
- 元々外部のオプショナルなものが消失しただけなので、ext/iconv としてはどうすることもできません。せいぜいその二つのファイルを削除するくらいですね。
-
12:00 AM Bug #4544: Ripperで「:"a \n b \n c"」を正常にパースできない
- Thank you for solving this issue !
06/30/2011
-
11:54 PM Bug #4546 (Closed): ruby-indent-beg-re の値が壊れている
- This issue was solved with changeset r32338.
Kenta, thank you for reporting this issue.
Your contribution to Ruby is ... -
08:27 PM Bug #4546: ruby-indent-beg-re の値が壊れている
- いれといてください。
-
11:48 PM Feature #4481 (Closed): Add client_ca method to OpenSSL::SSLSocket
- This issue was solved with changeset r32337.
Ippei, thank you for reporting this issue.
Your contribution to Ruby is ... -
11:23 PM Revision 2e4fb84f (git): * vm_insnhelper.c (vm_getivar): check vm state version
- to invalidate inline chache (ivar index).
fixes Bug #4926.
* vm_insnhelper.c (vm_setivar): ditto.
git-svn-id: sv... -
11:03 PM Revision 8ad06e26 (git): * error.c, thread_pthread.c (WRITE_CONST): suppress warnings
- `ignoring return value'.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32346 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:38 PM Bug #4613 (Closed): define_method lacks trace events
- Fixed by r32335.
-
10:29 PM Revision fa4514e4 (git): * thread.c (rb_threadptr_check_signal): only wake up main thread.
- * thread.c (rb_threadptr_execute_interrupts_common): check signal
deliverly if it is main thread.
fixes [ruby-dev... -
10:12 PM Bug #4926: --gc-stress付きtest/ruby/enc/test_emoji.rbが失敗する
- 辻本です。
> というわけで,この比較を見てから判断したいのですが,すみませんがこの観
> 点からベンチマークなどを取ってみては頂けないでしょうか.
了解しました。
# Bugの話からそれてしまったので、パフォー... -
09:31 PM Bug #3971 (Closed): Problem compiling 1.9.2-p0 under AIX 5.3
- This issue was solved with changeset r32333.
Glauber, thank you for reporting this issue.
Your contribution to Ruby i... -
09:23 PM Bug #3781: FIBER_USE_NATIVE が有効だと落ちるスクリプトがある
- 遠藤です。
2011年6月30日21:11 Narihiro Nakamura <[email protected]>:
> もし、64KBのスタック領域でGCするのであれば、その情報を
> th->mach... -
09:11 PM Bug #3781: FIBER_USE_NATIVE が有効だと落ちるスクリプトがある
- nariです。
もうしわけないんですが、Fiberはあんまりわかってないので、GCのスタックオー
バフロー対策についてお答えします。
現在のマークは、基本的にはオブジェクト、子オブジェクト、孫オブジェクト
と、gc_m... -
09:00 PM Feature #4893: Literal Instantiation breaks Object Model
- Shyouhei Urabe wrote:
> Please wait matz. Maybe you can nudge him.
Would like to avoid to "nudge" him, he seems ... -
08:20 PM Revision 198c2570 (git): * sytle fixes.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32344 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:37 PM Bug #4040: SystemStackError with Hash[*a] for Large _a_
- Let us pending it to next version....
- 06:49 PM Revision 72be91b5 (git): reedited previous commit
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32343 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:34 PM Revision 8fca66d7 (git): * class.c (Init_class_hierarchy): should name BasicObject
- explicitly.
* variable.c (rb_const_defined_0): should not check for
superclasses as const_get.
git-svn-id: svn+ss... - 06:32 PM Revision bd26a9d6 (git): typo
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32341 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 06:24 PM Revision 1d259b64 (git): * 2011-07-01
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32340 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 06:24 PM Revision 6c1e759c (git): * ext/date/date_core.c: mathn still alive (should die soon).
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32339 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:39 PM Bug #3892 (Closed): ObjectSpace.count_tdata_objects の rdoc が ObjectSpace.count_nodes と同じ
- r32323 で修正しました.
- 02:54 PM Revision be5e1770 (git): * misc/ruby-mode.el (ruby-indent-beg-re): Fix broken regular
- expression. Fixes #4546
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32338 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:48 PM Revision 1dcd4b32 (git): * ext/openssl/ossl.c/.h: Added ossl_x509_name_sk2ary.
- * ext/openssl/ossl.c: Replaced ossl_x509_ary2k by generic macro to
simplify future conversions.
* ext/openssl/ossl_... -
01:39 PM Revision c4becf8a (git): * benchmark/bm_vm2_defined_method.rb: added to measure performance of
- bmethod (method defined by define_method()).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32336 b2dd03c8-39d4... -
01:35 PM Revision 3bd05662 (git): add an issue number.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32335 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:34 PM Revision 065fe8b7 (git): * vm_insnhelper.c (vm_call_bmethod): fix to hook call/return event
- for methods defined by define_method().
* thread.c (call_trace_proc): Fix to skip if class is not given (0).
Note t... - 12:31 PM Revision c6ef31c9 (git): configure.in: Add warnflags for XL/C on AIX during configure
- to avoid [Bug #3971]. See [ruby-core:32859]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32333 b2dd03c8-39d4-4... - 12:17 PM Revision 1a876fb6 (git): * ext/date/date_core.c (m_ajd): refers a constant.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32332 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:55 AM Revision f74f0e45 (git): * property.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32331 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:54 AM Revision 3b8f9dc0 (git): * ext/io/console/io-console.gemspec: spin-off gem for 1.9.2.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32330 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:46 AM Bug #2545: Array#delete_if is borked if user calls 'break'
- Just met this problem:
ruby 1.8.7 (2011-02-18 patchlevel 334) [i386-mingw32]
I'd also consider it a bug and that ... -
11:44 AM Feature #4896: Add newpad() support to Curses
- Hiroshi Nakamura wrote:
> My bad, I though curses does not have a maintainer, so I moved this out from 1.9.3.
> Shu... - 11:38 AM Revision 1b10d8c3 (git): * ext/date/date_core.c: trivial changes.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32329 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:37 AM Bug #1152: profiler.rb is not concurrent-execution threadsafe
- I'm not the maintainer of profiler.rb. According to git blame,
it seems to be written by Matz and ocean, so I assig... -
11:35 AM Revision 00d0d6ea (git): * test/ruby/test_rand.rb (test_random_bytes): fold mysteriously
- long line.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32328 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
11:21 AM Bug #4923: [ext/openssl] test_ssl.rb: test_client_auth fails
- Oops, the n += 1 was misplaced indeed :)
I tried on Fedora 15 with the official 0.9.8k and was able to reproduce t... -
11:12 AM Revision 5700a860 (git): * test/ruby/test_module.rb: tests for [Bug #3422] and [Bug #3423].
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32327 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:09 AM Feature #4541: Inconsistent Array.slice()
- What I think is less confusing is to always return an array when passing ranges, like the following example:
```ru... -
06:47 AM Feature #4541: Inconsistent Array.slice()
- Changing to "feature" as this is a spec change.
As I stated earlier, I'm against either propositions. -
04:49 AM Feature #4541: Inconsistent Array.slice()
- This discussion might help explain the rational for the current behavior: http://blade.nagaokaut.ac.jp/cgi-bin/scat.r...
- 11:05 AM Revision 97772985 (git): * ext/date/date_core.c: modified doc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32326 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:11 AM Revision fa2c1c75 (git): * thread_pthread.c (thread_timer): ignore unknown errno.
- (we observed that select(2) was canceled by errno=514 on
boron == Linux/Xen environment)
git-svn-id: svn+ssh://c... -
08:38 AM Revision 9942e92c (git): add ref to ticket.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32324 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:37 AM Revision 3b327355 (git): * ext/objspace/objspace.c (ObjectSpace.count_tdata_objects):
- Fix rdoc.
* ext/objspace/objspace.c (ObjectSpace.count_tdata_objects):
Change key type if the klass of a object is ... -
08:27 AM Revision d49a61e6 (git): * thread_pthread.c (ping_signal_thread_list, thread_timer):
- fix to keep polling state if there are any ping-tasks.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32322 b2d... -
07:31 AM Revision 0c22e9a0 (git): fix typos
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32321 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:03 AM Feature #4946 (Closed): Building libruby-static.a with option nodynamic and --with-static-link-ext doesn't disable dlopen
- I uncomment option nodynamic in ext/Setup and run ./configure --with-static-link-ext, then make libruby-static.a
I... -
05:41 AM Feature #2565: adding hooks for better tracing
- Hi, I am interested in this functionality too. I'm interested in this because I have an application where object cre...
-
03:53 AM Revision 64a12d32 (git): merge revision(s) 32289:
- * ext/tk/extconf.rb (intptr_t, uintptr_t): support for the latest ActiveTcl with mingw.
git-svn-id: svn+ssh://ci.ru... -
03:34 AM Revision 51646778 (git): * thread_pthread.c (rb_thread_create_timer_thread): allocate
- machine stack for the timer thread at least 12KB. FreeBSD 8.2
AMD64 causes machine stack overflow (SIGSEGV) only w... -
03:31 AM Revision f6802305 (git): Rerefix test introduced by r32307.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32318 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:27 AM Revision ae56a2ec (git): Refix test introduced by r32307.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32317 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:18 AM Revision 5b2300bd (git): Fix test introduced by r32307.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32316 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:13 AM Revision b3205aaa (git): * ChangeLog: fix some typos.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32315 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:12 AM Bug #3880: Ruby 1.9.1 - crash in timeout.rb
- This is a 3rd party issue, I guess.
-
12:47 AM Bug #3606 (Closed): Thread.stop and puts fail to work as documented.
- This issue was solved with changeset r32298.
Heesob, thank you for reporting this issue.
Your contribution to Ruby is... -
12:37 AM Revision 25513543 (git): * lib/weakref.rb: Attach documentation to WeakRef and add missing
- documentation
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32314 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:31 AM Bug #3137 (Closed): complex.rb changes exceptions of Math
- This issue was solved with changeset r32297.
Yusuke, thank you for reporting this issue.
Your contribution to Ruby is... -
12:30 AM Revision 8670d553 (git): * lib/yaml.rb: Document toplevel YAML and YAML::ENGINE to describe
- Psych vs Syck engines.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32313 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:22 AM Revision 9802a3e7 (git): * lib/cmath.rb: Hide handle_no_method_error from RDoc.
- * error.c: Document or hide undocumented error classes.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32312 b2... -
12:20 AM Revision b57a0d44 (git): * hash.c: Document ENV
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32311 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:19 AM Bug #4944 (Closed): crash in FIPS mode after unchecked EVP_DigestInit_ex failure
- =begin
I've got a host configured to be compliant with ((<U.S. Federal Information Processing Standard 140-2|URL:htt... -
12:08 AM Bug #1145 (Closed): IRB adds trailing quote to wtring methods when performing auto-completion
- This issue was solved with changeset r32295.
C, thank you for reporting this issue.
Your contribution to Ruby is grea...
06/29/2011
-
11:08 PM Bug #2460 (Closed): RubySpecでFiberのSpecがおちる
- 元々の RubySpecでFiberのSpecがおちる問題はasariさんがspecを書き換えたことで解決しているので、残課題は595で取り扱うべきだと思います。重複クローズします。
-
11:08 PM Bug #595 (Closed): Fiber ignores ensure clause
-
11:02 PM Bug #3781: FIBER_USE_NATIVE が有効だと落ちるスクリプトがある
- スタックを食いつぶしてるのはGC処理だと最初に書いてあるのに、nariさんの見解が出てないのはどうしてでしょう?
スタックサイズを大きくすれば当然最大ファイバー数が減るので、想定スタック消費量の見解がないとスタックサイズ変更の決定な... -
10:53 PM Feature #4222 (Closed): Irb tab completion support for the valid (but rare) obj::method invocation syntax
- これはすでに対応していました。
-
10:51 PM Bug #3760 (Closed): help "String.new" (for example) no longer works in irb
- This issue was solved with changeset r32286.
Dave, thank you for reporting this issue.
Your contribution to Ruby is g... -
10:50 PM Bug #3231 (Feedback): Digest Does Not Build
- Charlie, I heard that it doesn't happen for Usaku at present. Do you still suffer by this problem? Can you narrow dow...
-
10:44 PM Feature #3436 (Closed): Spawn the timer thread lazily
- Fixed by r32244.
-
10:44 PM Bug #3919 (Closed): Ruby in PowerTOP - too many CPU wakeups
- Fixed by r32244.
-
10:16 PM Bug #3880: Ruby 1.9.1 - crash in timeout.rb
- Usa, can you take at look at this? If 'Feedback' is enough, reassign to me.
-
09:37 PM Revision 65c2fec5 (git): * ruby.c (ruby_init_loadpath_safe): ensure RUBYLIB_PREFIX stored
- before RUBYLIB, even if MANGLED_PATH is enabled. fixed #1679.
MANGLED_PATH is disabled by the default and will be ... -
09:37 PM Revision 7ed18031 (git): * ChangeLog: garbages.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32309 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:33 PM Revision 7c30ffb9 (git): * lib/drb/drb.rb: Hide deprecated toplevel DRb constants.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32308 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:25 PM Revision eaa572e5 (git): * lib/cmath.rb (CMath.log): second argument: b can be nil.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32307 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:23 PM Revision be9d096c (git): * thread.c (ruby_thread_s_pass): Fix typo.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32306 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:17 PM Revision e75e7fcc (git): * lib/rdoc: Update to RDoc 3.8 which contains fixes for documentation
- in trunk.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32305 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
08:28 PM Feature #4541: Inconsistent Array.slice()
- Nobuyoshi, could you explain why you don't find the current behavior confusing and would like to keep it as it is? Wh...
-
12:54 PM Feature #4541: Inconsistent Array.slice()
- This is not a bug.
I'm against the spec change of this behavior.
-
07:53 PM Bug #3150 (Third Party's Issue): net/https peer verification doesn't do anything
- Finally I found that Apple ships patched version of OpenSSL.
http://www.opensource.apple.com/source/OpenSSL098/Ope... -
05:55 PM Revision 6f1ce28d (git): * thread.c (rb_threadptr_execute_interrupts_common): remove
- meaningless native_thread_yield(). It never close a race.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32304 ... -
05:53 PM Feature #4896: Add newpad() support to Curses
- I thought feature freeze was pushed back to end of June?
-
05:52 PM Bug #4923: [ext/openssl] test_ssl.rb: test_client_auth fails
- The failure I was getting is from the wrong place of 'n += 1'. So it just means 1.0.0d is safe. And I can replicate t...
-
04:30 PM Bug #4923: [ext/openssl] test_ssl.rb: test_client_auth fails
- Great. Thanks. I changed the priority since Martin found the way to replicate. What makes the story more interesting ...
-
05:43 PM Revision c90ff68d (git): * thread.c (rb_thread_schedule_limits): minor optimization.
- eliminate machine context saving when running time is enough small.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tr... -
05:36 PM Revision 5e151945 (git): * thread.c (rb_thread_schedule_rec): move interrupt_flag check to
- rb_thread_schedule().
And also rename to rb_thead_schedule_limits() and remove
sched_depth argument. It's no long... -
04:34 PM Revision ed0876f6 (git): * thread.c (thread_s_pass): change RDoc description and remove
- a sample code. The actual implementaion never behave as explained by
an example. It's a documentation bug.
git-s... -
04:04 PM Bug #4941: cannot load such file -- rubygems.rb (LoadError)
- Eric Hodel wrote:
> This patch does not pick up the proper rbconfig.rb
Based on my tests, ./rbconfig.rb is the co... -
02:46 AM Bug #4941: cannot load such file -- rubygems.rb (LoadError)
- This patch does not pick up the proper rbconfig.rb nor compiled executables like zlib, socket or openssl.
Look at ... -
12:58 AM Bug #4941: cannot load such file -- rubygems.rb (LoadError)
- Unfortunately - you did not properly configure your ruby build and that was the issue - there is clearly the --disabl...
-
03:55 PM Revision 3a911701 (git): * thread.c (rb_thread_stop): change RDoc sample code. The old
- example is buggy and may cause deadlock. The patch is
suggested by Heesob Park <[email protected]>. Thank you!
[Bu... -
03:53 PM Bug #1679 (Closed): rb_w32_getenv() invalidates previous environment pointers
-
03:52 PM Bug #1679: rb_w32_getenv() invalidates previous environment pointers
- In current trunk (at least), this problem is not occurred.
The return value of getenv("RUBY_LIB") is rb_str_new()'ed... -
03:51 PM Revision b3ad7b9e (git): * thread.c (rb_thread_wakeup): change RDoc sample code. The old
- example is buggy and may not display anything by a race.
The patch is suggested by Heesob Parrk <[email protected]>.... -
03:47 PM Revision b07b51f7 (git): * thread.c (rb_thread_run): change RDoc. The old example is buggy
- and may cause deadlock. The patch is suggested by Heesob Park
<[email protected]>. Thank you! [Bug #3606][ruby-core:... -
03:31 PM Revision 09dee51b (git): * lib/cmath.rb: make same exception for Math. fix [Bug #3137].
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32297 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:08 PM Revision 549d4fee (git): * 2011-06-30
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32296 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:08 PM Revision f1ce1f1d (git): * lib/irb/completion.rb: complate correctry string literal. fix [Bug #1145].
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32295 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 02:47 PM Revision 23658b35 (git): * ext/date/date_core.c: avoided using timev.
- * ext/date/date_strftime.c: ditto.
* ext/date/date_tmx.h: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/rub... -
02:43 PM Revision 93191e5c (git): * ext/openssl/ossl.h (OPENSSL_SYS_WIN32): define only if not defined.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@32293 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:40 PM Revision 64263dde (git): * ext/openssl/ossl.h (OPENSSL_SYS_WIN32): define only if not defined.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32292 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:27 PM Revision 69b5469b (git): * ext/openssl/ossl.h (OPENSSL_SYS_WIN32): support for mingw(msys).
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@32291 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 02:24 PM Revision cd58d6d4 (git): * 2011-06-29
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@32290 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:24 PM Revision b19afd42 (git): * ext/tk/extconf.rb (intptr_t, uintptr_t): support for the latest ActiveTcl with mingw.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@32289 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:22 PM Revision 2a9819b7 (git): * ext/openssl/ossl.h (OPENSSL_SYS_WIN32): support for mingw(msys).
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32288 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:20 PM Bug #3423 (Closed): Inconsistent behaviour of Module#const_get with included modules
- This issue was solved with changeset r32283.
Magnus, thank you for reporting this issue.
Your contribution to Ruby is... -
02:20 PM Bug #3422 (Closed): Object.const_get(:A, false) can access BasicObject::A
- This issue was solved with changeset r32283.
Magnus, thank you for reporting this issue.
Your contribution to Ruby is... -
01:55 PM Bug #3422: Object.const_get(:A, false) can access BasicObject::A
- Sorry, this issue must be covered by #3423.
matz. -
01:41 PM Bug #3422: Object.const_get(:A, false) can access BasicObject::A
- the patch should be applied before 1.9.3.
matz. -
02:11 PM Revision d7ccf5e1 (git): * ex/tk/extconf.rb: support for the latest ActiveTcl with mingw.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32287 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:08 PM Bug #4863 (Open): config.charset not found
-
01:51 PM Revision 4f4f09d0 (git): * lib/irb/cmd/help.rb: support RDoc 3.7. fix [Bug #3760].
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32286 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:43 PM Bug #4943 (Closed): test/testunit/test_parallel.rb reports an Error on mswin/mingw
- 1.9.3のcode freezeまでになんとかなる気がしてないので備忘録として。
1) Error:
test_quit(TestParallel::TestParallelWorker):
Errno::EPERM:... -
01:19 PM Revision e31caff0 (git): * lib/tracer.rb: Tracer.on only if required by -r command-line option.
- and consider --disable-gems option.
* test/test_tracer.rb: add tests for it.
git-svn-id: svn+ssh://ci.ruby-lang.org/... -
01:08 PM Bug #4937 (Closed): trunk@32244 MinGW build failure - thread_win32.c
-
12:23 AM Bug #4937: trunk@32244 MinGW build failure - thread_win32.c
- fixed by trunk@32268 with `make test` and `make test-all TESTS='openssl fiddle psych'` all passing
-
12:38 PM Revision d073f1d5 (git): * ChangeLog: fix some typos.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32284 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:30 AM Bug #4241 (Closed): IMAPTest#test_imaps_verify_none does not stop
- This bug was introduced by r30451, and fixed by reverting this at r30488.
And the original issue should be medicated... -
09:31 AM Feature #4893: Literal Instantiation breaks Object Model
- Please wait matz. Maybe you can nudge him.
-
05:20 AM Revision e6540a03 (git): * variable.c (rb_const_get_0): should not look for superclasses if
- the second optional argument is given for #const_get().
fix [Bug #3422] [Bug #3423]
git-svn-id: svn+ssh://ci.ruby-... -
03:35 AM Revision 3cd9a01e (git): * properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32282 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:09 AM Revision 92630196 (git): * math.c: Attach documentation for Math.
- * object.c: Document NIL, TRUE, FALSE.
* io.c: Improve grammar in ARGF comment. Document STDIN/OUT/ERR.
... -
02:54 AM Bug #3862 (Closed): Bugs in the OpenSSL extension on sparc64
- Great! Thanks, Jeremy, for investigating the issue!
-
01:04 AM Bug #3862: Bugs in the OpenSSL extension on sparc64
- This appears to be fixed, running the following on OpenBSD-sparc64 -current works:
testrb test/openssl/test_*
... -
01:46 AM Feature #4936 (Assigned): Android標準ブラウザに対してWEBrickのDigest認証を行った際の挙動
- 既に Opera 向けの hack が入ってるようなので Android 向けの対応もまぁいいんじゃないでしょうか。
テスト書いたらコミットします。 - 01:13 AM Revision 54bbc098 (git): * lib/matrix.rb: Matrix.zero can build rectangular matrices.
- Vector#r should be called #magnitude
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32280 b2dd03c8-39d4-4d8f-98ff... - 01:11 AM Revision de97e946 (git): * lib/matrix.rb: Add Matrix#diagonal?, hermitian?, normal?, orthogonal?
- permutation?, symmetric?, {lower|upper}triangular?, unitary?, zero?
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trun... - 01:09 AM Revision 22ffae40 (git): * lib/matrix.rb: Specialize Matrix#find_index to return [row, col]
- and accept the same optional argument as #each
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32278 b2dd03c8-39d4... - 01:08 AM Revision dfc6bf9d (git): * lib/matrix.rb: Matrix#each{_with_index} can iterate over a subset of the Matrix
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32277 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Also available in: Atom