Activity
From 01/01/2012 to 01/07/2012
01/07/2012
-
11:04 PM Revision 6e9a14aa (git): Cent OS 5.6 (2.6.18-238.19.1.el5xen) doesn't correctly work
- sendmsg with pktinfo for link-local ipv6 addresses
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34232 b2dd03c8-... -
11:02 PM Feature #5839 (Closed): Proposal: Bitmap Marking GC
- This issue was solved with changeset r34225.
Narihiro, thank you for reporting this issue.
Your contribution to Ruby ... -
10:40 PM Feature #5820: Merge Onigmo to Ruby 2.0
- ありがとうございます、大文字小文字問題は確かに直りました。
残っているのが一点、以下がマッチしなくなっています。
Bug #5208 と関連しているような気もしますが。
/\u3042\b[ a]/=~"\u3042a"... -
07:49 PM Bug #5855 (Rejected): inconsistent treatment of 8 bit characters in US-ASCII
- U+0080 of Unicode can't be mapped to 0x80 of US-ASCII.
In US-ASCII, the codepoint 0x80 exists, but doesn't define an... -
06:32 AM Bug #5855 (Closed): inconsistent treatment of 8 bit characters in US-ASCII
- =begin
Does Ruby allow 8 bit characters (127-255) in a US-ASCII encoded string, or not?
"\u{80}".encode("US-AS... -
04:22 PM Revision 0713603b (git): * test/-ext-/old_thread_select/test_old_thread_select.rb:
- avoid platform bug. [Bug #5858] [ruby-dev:45108]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34231 b2dd03c8-39... -
03:47 PM Revision e3b07320 (git): * gc.c: get rid of implicit narrowing conversion.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34230 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:21 PM Revision 8d4baab0 (git): Fix typo of rdoc of Object#inspect.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34229 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:21 PM Revision 1edaa8ac (git): Add test for word boundary.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34228 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:13 PM Revision 7e5cb466 (git): * 2012-01-08
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34227 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:13 PM Revision 411fa36c (git): * configure.in: check posix_memalign(3) and menalign(3).
- * gc.c (aligned_malloc): use configure's result instead of
_POSIX_C_SOURCE and _XOPEN_SOURCE because they can't be ... -
02:02 PM Revision 50675fdb (git): * gc.c: use Bitmap Marking algorithm to avoid copy-on-write of
- memory pages. See [ruby-dev:45085] [Feature #5839]
[ruby-core:41916].
* include/ruby/ruby.h : FL_MARK rename to FL... -
01:47 PM Revision 6166e9cf (git): merge revision(s) 34204:
- * lib/rexml/parsers/baseparser.rb: use private instead of _xxx
method name. This is Ruby code not Python co... -
01:40 PM Revision 68fff388 (git): merge revision(s) 34202:
- * lib/rexml/parsers/baseparser.rb: rexml BaseParser uses
instance_eval unnecessarily on listener add.
... -
09:59 AM Feature #5856: Feature: Raise any object
- Hi,
In message "Re: [ruby-core:41950] [ruby-trunk - Feature #5856][Open] Feature: Raise any object"
on Sa... -
06:52 AM Feature #5856: Feature: Raise any object
- Attached patch.
-
06:51 AM Feature #5856 (Rejected): Feature: Raise any object
- Feature: Raise any object
= Proposal
The ability to raise any object that conforms to the protocol of Exception... -
07:24 AM Bug #5857: no block given with redefined method although block given
- See this thread on stack overflow on this issue:
http://stackoverflow.com/questions/8764460/ruby-re-defined-method-w... -
06:54 AM Bug #5857 (Rejected): no block given with redefined method although block given
- Please help me understand if this really is a bug or not. It seems so very like it.
The second yielder gives a no bl... -
04:25 AM Bug #5262: invalid multibyte escapes should raise a clearer error
- Nagaraj G wrote:
> This issue is not yet fixed ! I am getting the same error message in 1.9.3p0.
>
> [akshatha@lo... -
04:08 AM Bug #5262: invalid multibyte escapes should raise a clearer error
- Hi,
This issue is not yet fixed ! I am getting the same error message in 1.9.3p0.
[akshatha@localhost chiliproj... -
12:52 AM Bug #5852 (Closed): Failure test/test_mathn.rb
- This issue was solved with changeset r34221.
Ayumu, thank you for reporting this issue.
Your contribution to Ruby is ... -
12:19 AM Bug #5852: Failure test/test_mathn.rb
- configure.in で CANONICALIZATION_FOR_MATHN を設定する条件に if test "$MAJOR" = "1" を使っているためのようです。
導入された経緯はよくわりませんが、この条件ははずしてし...
01/06/2012
-
11:50 PM Bug #5853 (Third Party's Issue): make test-all が OpenSSL::PKey::RSAError で止まる
- Mac OS X で make test-all を実行すると、以下のようなエラーが発生します。(1.9.3-p0 でも発生します)
Mac OS X だけで発生し、Debian 上では発生しませんでした。
% make ... -
11:31 PM Bug #5852 (Closed): Failure test/test_mathn.rb
- r34220 にて RUBY_API_VERSION を 2.0.0 にしたところ、Mathnのテストが失敗するようになりました。
ruby ➔ make test-all TESTS=test/test_mathn.rb
... -
11:17 PM Feature #5826 (Closed): When the RUBY API_VERSION will be increased?
- Update RUBY_API_VERSION to 2.0.0 by r34220.
-
05:23 AM Feature #5826: When the RUBY API_VERSION will be increased?
- > I think RUBY_API_VERSION should be 2.0.0 for Ruby2.0.0.
> In other hand, some people might think it should stay ... -
12:54 AM Feature #5826 (Assigned): When the RUBY API_VERSION will be increased?
-
09:31 PM Feature #5820: Merge Onigmo to Ruby 2.0
- 前回のパッチはOnigmoのmasterブランチで作成したものでしたが、
tmp/ruby-2.0.xブランチにはそのまま適用できませんでした。
tmp/ruby-2.0.xブランチに適用できるようにパッチを作成し直しました。 -
04:50 PM Bug #5849 (Third Party's Issue): Got "You may have encountered a bug in the Ruby interpreter or extension libraries. Bug reports are welcome." ...
- see http://www.christopherirish.com/2011/09/02/ruby-1-9-2-segmentation-fault-and-openssl/
-
10:53 AM Bug #5849 (Third Party's Issue): Got "You may have encountered a bug in the Ruby interpreter or extension libraries. Bug reports are welcome." ...
- on Mac OS 10.6.8 installed latest ruby, rails, gem, jquery-rails, eco, spine-rails (possibly a few more)
then when I... -
04:06 PM Bug #5848 (Closed): Array#inspect having an element with non-ASCII compatible #inspect result
- This issue was solved with changeset r34218.
John, thank you for reporting this issue.
Your contribution to Ruby is g... -
08:21 AM Bug #5848 (Closed): Array#inspect having an element with non-ASCII compatible #inspect result
- Is this a bug?
>> class O
>> def inspect
>> "foo".encode!(Encoding::UTF_16BE)
>> end
>> end
=> nil
>... - 03:52 PM Revision 9060e87f (git): * 2012-01-07
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34222 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:52 PM Revision 3ba49c9e (git): * configure.in: always define CANONICALIZATION_FOR_MATHN.
- [ruby-dev:45100] [Bug #5852]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34221 b2dd03c8-39d4-4d8f-98ff-823fe69... -
02:13 PM Revision a06a1772 (git): * include/ruby/version.h: RUBY_API_VERSION 2.0.0
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34220 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:43 PM Bug #5819: Windowsで空のドライブのルートディレクトリに対するFile.stat が失敗する
- r34205で失敗しなくなることを確認しました。
ありがとうございました。 -
12:53 PM Feature #5839: Proposal: Bitmap Marking GC
- 2012年1月6日10:39 SASADA Koichi <ko1 / atdot.net>:
> (2012/01/05 12:30), Narihiro Nakamura wrote:
>> 理解力不足で申し訳ないのですが、何か具... -
10:53 AM Feature #5839: Proposal: Bitmap Marking GC
- (2012/01/05 12:30), Narihiro Nakamura wrote:
> 理解力不足で申し訳ないのですが、何か具体的な目的はあるんでしょうか?
> アロケーションの戦略を変えたり、マーキングの方法を変えたり、を簡単... -
08:56 AM Feature #5543: rb_thread_blocking_region() API is poorly designed
- I'm using rb_thread_call_with_gvl as well to support GLUT (OpenGL toolkit) callbacks.
I'd like something like this... -
08:37 AM Feature #5543: rb_thread_blocking_region() API is poorly designed
- > rb_thread_call_with_gvl() is globally-visible (but not in headers)
> for 1.9.3: https://bugs.ruby-lang.org/issues/... - 07:06 AM Revision fb08cd16 (git): * 2012-01-06
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34219 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:06 AM Revision e9455323 (git): * object.c (rb_inspect): raises Encoding::CompatibilityError if the
- result is incompatible with the default external encoding.
[ruby-core:41931] [Bug #5848]
git-svn-id: svn+ssh://ci.... -
06:47 AM Bug #5847 (Closed): Old Ruby 1.8 state flag for yield node appears to be unused
- =begin
This seems to be unused by ((%compile.c%)). The logic in ((%parse.y%)) seems dead (in both 1.9.3 and 2.0.0 tr...
01/05/2012
-
10:48 PM Bug #5846 (Closed): JSON.parse with :object_class causes SEGV
- JSON.parse method accepts a :object_class option to specify the class of resulting object other than Hash. But with ...
-
06:35 PM Bug #5845 (Closed): Addrinfo#connect_from が Addrinfo オブジェクトを受け付けない
- Addrinfo#connect_from (ext/socket/lib/socket.rb) の rdoc には
# # Addrinfo object can be taken for the argument.
... -
04:24 PM Feature #5825 (Assigned): Sweet instance var assignment in the object initializer
-
04:23 PM Bug #5824 (Third Party's Issue): Interpreter Crashes when using OmniAuth
- This is because Mac OS X bundled openssl.
See http://www.christopherirish.com/2011/09/02/ruby-1-9-2-segmentation-fau... -
04:20 PM Bug #5797 (Third Party's Issue): 2nd crash (?) with green shoes gem (but it seems different) ...
- This seems also rb-glib2's issue.
-
04:18 PM Bug #5795 (Third Party's Issue): Ruby crash (?) with a simple green shoes app
- It seems rb-glib2's issue.
-
04:05 PM Bug #5838 (Third Party's Issue): Segmentation fault in lib/ruby/1.9.1/net/http.rb when creating a new project with rails 3.2.0.rc1
-
04:18 AM Bug #5838: Segmentation fault in lib/ruby/1.9.1/net/http.rb when creating a new project with rails 3.2.0.rc1
- Thanks, AM. The solution worked and now Ruby doesn't crash anymore. It was because of Mac OS OpenSSL.
-
03:31 AM Bug #5838: Segmentation fault in lib/ruby/1.9.1/net/http.rb when creating a new project with rails 3.2.0.rc1
- I have "source 'https://rubygems.org'" in my Gemfile but it doesn't make ruby crash in a Rails 3.1.3 project. I'll tr...
-
02:53 PM Feature #5839: Proposal: Bitmap Marking GC
- まつもと ゆきひろです
礼儀としてruby-coreで報告したら、マージしてもいいんじゃない?
In message "Re: [ruby-dev:45085] [ruby-trunk - Feature #58... -
12:58 PM Feature #5839: Proposal: Bitmap Marking GC
- If Google translation doesn't fail me totally, the patch improves the memory usage of forked Ruby processed on Linux ...
-
12:53 PM Feature #5839: Proposal: Bitmap Marking GC
- nari です。
2012年1月5日9:48 SASADA Koichi <[email protected]>:
> ささだです.
>
> (2012/01/05 9:30), Narihiro Nakamura ... -
09:53 AM Feature #5839: Proposal: Bitmap Marking GC
- ささだです.
(2012/01/05 9:30), Narihiro Nakamura wrote:
> その辺りはどうなんでしょう…。実装するのはそれほど難しくないので、試し
> に実装して計測してみます。
... -
09:53 AM Feature #5839: Proposal: Bitmap Marking GC
- nariです。
2012年1月5日8:26 SASADA Koichi <[email protected]>:
> ささだです.
>
> (2012/01/04 22:48), Yukihiro Matsumoto... -
08:29 AM Feature #5839: Proposal: Bitmap Marking GC
- ささだです.
(2012/01/04 22:48), Yukihiro Matsumoto wrote:
> 「bitmapあるからfreelistなくす」のもありえると思いますが、性
> 能特性はどうなるのかな... -
02:42 PM Revision 4729382e (git): * ChangeLog: fix a typo.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34217 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:06 PM Feature #5735: Extending the use of splat operator to when it is inside a hash
- =begin
Ruby trunk has a hash splat operator because of feature #5474, keyword argument. See ((<URL:http://bugs.ruby-... -
12:18 PM Bug #5841 (Closed): Inccorect calculation in rb_file_join
- This issue was solved with changeset r34215.
Benoit, thank you for reporting this issue.
Your contribution to Ruby is... -
04:46 AM Bug #5841 (Closed): Inccorect calculation in rb_file_join
- Not really a bug, since the len is only an advice, and sep's len is usually 1 (separator's len), but the logic is not...
-
12:13 PM Feature #5809: Benchmark#bm: remove the label_width parameter
- Benoit Daloze wrote:
> My suggestion is to improve Benchmark#benchmark (and so #bm) by removing
> the label_width... -
10:58 AM Bug #5768: TestRequire#test_race_exceptionで競合するケースがまだある
- とりあえず r34163 で mutex->cond_waiting を用いるのをやめ、RBASIC()->flags に待っているスレッドの数を保存するように変更しました。
これで、問題自体は直ったはずですし、現在まで再現していま... -
07:23 AM Feature #5543: rb_thread_blocking_region() API is poorly designed
- Mike Dalessio <[email protected]> wrote:
> It appears that the current implementation (1.9.3) of
> rb_thre... -
05:00 AM Feature #5543: rb_thread_blocking_region() API is poorly designed
Another issue with the current design is that it does not support
callback-oriented APIs.
First, a counter-exam...- 06:29 AM Revision cef30c7a (git): * win32/win32.c (check_valid_dir): strict checking of root.
- GetDriveType() succeeds with non root directory as the argument,
even if MSDN says that the API needs the root dire... -
03:18 AM Revision 0d8ad1a9 (git): * file.c (rb_file_join): separator is appended by array length - 1
- times. patched by Benoit Daloze [ruby-core:41901] [Bug #5841]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3421... -
02:57 AM Revision 87fe4480 (git): * lib/uri/common.rb (URI::Parser#initialize_regexp):
- use \A \z instead of ^ $. [Bug #5843]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34214 b2dd03c8-39d4-4d8f-98f... - 02:52 AM Revision 4157d6f2 (git): * 2012-01-05
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34213 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:52 AM Revision 32e79b64 (git): Fix typo
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34212 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:43 AM Bug #5840: URI::MailTo.build - 2 of 3 examples fail on 1.9.2/1.93
- looking at the code it appears the header items should be a hash instead of an array. It makes for a nicer read
... -
12:26 AM Bug #5840 (Closed): URI::MailTo.build - 2 of 3 examples fail on 1.9.2/1.93
- The array examples of URI::MailTo.build in the documentation fail on 1.9
http://www.ruby-doc.org/stdlib-1.9.3/libdoc...
01/04/2012
-
11:56 PM Bug #5838: Segmentation fault in lib/ruby/1.9.1/net/http.rb when creating a new project with rails 3.2.0.rc1
- If you have
source 'https://rubygems.org'
in your Gemfile, then it could be because of Mac OS OpenSSL:
http://www.... -
07:50 AM Bug #5838: Segmentation fault in lib/ruby/1.9.1/net/http.rb when creating a new project with rails 3.2.0.rc1
- It's actually Bundler that makes Ruby crash (bundle install).
-
07:39 AM Bug #5838 (Third Party's Issue): Segmentation fault in lib/ruby/1.9.1/net/http.rb when creating a new project with rails 3.2.0.rc1
- =begin
Creating a new project with Rails 3.2.0.rc1 makes Ruby crash on my computer:
$ rails new testproject
cr... -
10:53 PM Feature #5839: Proposal: Bitmap Marking GC
- まつもと ゆきひろです
In message "Re: [ruby-dev:45086] Re: [ruby-trunk - Feature #5839][Open] Proposal: Bitmap Marking GC... -
10:53 PM Feature #5839: Proposal: Bitmap Marking GC
- ささだです.
bitmap marking 化ご苦労様です.2つ教えて下さい.
(2012/01/04 21:33), Narihiro Nakamura wrote:
> - 無駄な書き込みを防ぐため、... -
09:33 PM Feature #5839 (Closed): Proposal: Bitmap Marking GC
- あけましておめでとうございます。nariです。
ビットマップマーキングGCをRuby2.0向けに作りました。
ソースコード: https://github.com/authorNari/ruby/tree/bitmap_m... -
07:35 PM Feature #5361: Lice?
- add documentation for byte_slice and byte_size.
-
02:24 PM Bug #5836 (Closed): #slice results inconsistent after #force_encoding to a valid encoding
- This issue was solved with changeset r34208.
Brian, thank you for reporting this issue.
Your contribution to Ruby is ... -
10:12 AM Bug #5836: #slice results inconsistent after #force_encoding to a valid encoding
- I've reduced the code a bit, calling `force_encoding` seems to cause it, and calling `valid_encoding?` repairs the da...
-
05:53 AM Bug #5836 (Closed): #slice results inconsistent after #force_encoding to a valid encoding
- I was not able to reduce this further. After calling #force_encoding, #slice returns inconsistent results:
ruby-1.... -
11:33 AM Bug #5819 (Closed): Windowsで空のドライブのルートディレクトリに対するFile.stat が失敗する
- This issue was solved with changeset r34205.
Masateru, thank you for reporting this issue.
Your contribution to Ruby ... -
09:27 AM Revision 7c3a00a1 (git): replace zero to space.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34211 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:03 AM Revision 6992be63 (git): * array.c (rb_ary_sample): add examples for Array#sample.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34210 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:33 AM Bug #5837 (Closed): IO#fsync documentation typo quickfix
- The documentation IO#fsync says:
"Immediately writes all buffered data in ios to disk. Note that fsync differs fro... -
07:04 AM Revision e8736000 (git): sparc.c was missing in r34199
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34209 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:24 AM Revision 46052828 (git): * string.c (str_nth_len): count ascii-only run at the end. this
- bug appears only when single-byte-optimization is disabled due
to unknown coderange. [ruby-core:41896] [Bug #5836]... - 04:54 AM Revision 94443cf5 (git): * 2012-01-04
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34207 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:53 AM Revision 0b18cf7f (git): fix up r34199
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34206 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:34 AM Bug #5833: [mingw] trivial patch for thread.c build warning
- Redmine appears to have chopped off your feedback and questions...inserting your questions and my answers.
> I t... - 02:33 AM Revision 79e0379a (git): * win32/win32.c (check_valid_dir): special case for a root directory.
- Reported by Masateru OKAMOTO at [Bug #5819].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34205 b2dd03c8-39d4-... -
12:12 AM Bug #5776 (Assigned): irb のトップレベルで定義したメソッドが public になる
- 1.9.3-p0でも再現することを確認しました。
-
12:05 AM Bug #5696 (Closed): rexml BaseParser uses instance_eval unnecessarily on listener add
- This issue was solved with changeset r34202.
Charles, thank you for reporting this issue.
Your contribution to Ruby i...
01/03/2012
- 03:21 PM Revision bd895ab1 (git): * lib/rexml/parsers/baseparser.rb: use private instead of _xxx
- method name. This is Ruby code not Python code.
refs #5696
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3420... - 03:05 PM Revision b53d9940 (git): * 2012-01-04
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34203 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:05 PM Revision 5eac5644 (git): * lib/rexml/parsers/baseparser.rb: rexml BaseParser uses
- instance_eval unnecessarily on listener add.
patch from Charles Nutter. [Bug #5696] [ruby-core:41437]
git-svn-id: ... -
11:48 AM Revision c5335bd1 (git): * README: add comment for Git user. patch from Arun Agrawal.
- * README.ja: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34201 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:16 AM Revision a48e727f (git): merge revision(s) 33343:
- * test/rexml/test_sax.rb: add require rexml/document.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_... -
10:12 AM Revision 31cf6801 (git): merge revision(s) %s: 33757:33758
- * include/ruby/defines.h (FLUSH_REGISTER_WINDOWS): move sparc asm code
to a separete file sparc.c for preve... -
07:39 AM Feature #5826: When the RUBY API_VERSION will be increased?
- Ruby 2.0 should be new and different and not care about 1.9.x
So I think +1 here from me, because it feels consist... -
07:38 AM Feature #5825: Sweet instance var assignment in the object initializer
- Is this even possible with the Parser?
It would eliminate a few lines of code.
Also, I am not sure if this viol... -
01:54 AM Feature #5825: Sweet instance var assignment in the object initializer
- Alexey Muranov wrote:
> +1, why only initialize?
It's just too common case. It could work for other methods as well. -
07:01 AM Revision 966d1f89 (git): * thread.c: changed documentation for "thread-local" variables.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34198 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:59 AM Bug #5833: [mingw] trivial patch for thread.c build warning
- > Below is a trivial patch that fixes the warning on MinGW. The patch successfully builds and tests with MinGW and Wi...
-
04:42 AM Bug #5833 (Closed): [mingw] trivial patch for thread.c build warning
- When building with MinGW (not Windows SDK) on Win7 I get the following:
compiling ../../../../Users/Jon/Documents/... -
06:53 AM Revision 9ecd19a7 (git): * process.c: Fix typo. patch from Aviv Ben-Yosef.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34197 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:59 AM Feature #5809: Benchmark#bm: remove the label_width parameter
- Yui NARUSE wrote:
> If your suggestion is to provide easy way to pretty enough benchmark
method, how about follo... -
04:54 AM Revision 0239882c (git): merge revision(s) 34108:
- * ext/readline/readline.c (Init_readline): libedit check
rl_getc_function only when rl_initialize() is call... -
04:48 AM Revision 379a35b8 (git): merge revision(s) 33566:
- * tool/rbinstall.rb (install_recursive, bin-comm): split mere
string not path name. [ruby-core:40462] [Bug... -
04:45 AM Revision c38dec6d (git): * tool/merger.rb: allow r0123 style revision number.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34194 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:42 AM Revision d838b0d0 (git): merge revision(s) 33556:
- * win32/Makefile.sub (CONFIG_H): have stdint.h if VC2010.
[Bug #5243]
git-svn-id: svn+ssh://ci.ruby-lang.... -
02:41 AM Revision 0b217230 (git): merge revision(s) 34190:
- * tool/merger.rb (#version_up): version.h date should be Japanese
locale date.
git-svn-id: svn+ssh://ci.r... - 02:39 AM Revision f9042329 (git): * 2012-01-03
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34191 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:39 AM Revision b60a01db (git): * tool/merger.rb (#version_up): version.h date should be Japanese
- locale date.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34190 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:37 AM Revision bade2a2d (git): merge revision(s) 33577:
- * configure.in: check -fno-omit-frame-pointer acceptance and usage
under MinGW. [ruby-core:39957] [Bug #540... - 01:22 AM Revision b3b56503 (git): * 2012-01-03
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34188 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:22 AM Revision 398a718d (git): merge revision(s) 33472:
- ------------------------------------------------------------------------
r33472 | xibbar | 2011-10-17 13:33:57 -0400 ... - 01:05 AM Revision 275e7841 (git): * 2012-01-03
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34186 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:05 AM Revision 7444bbac (git): merge revision(s) 33532:
- * include/ruby/ruby.h (SIZE_MAX): define SIZE_MAX if not defined.
patched by The Written Word Inc. [ruby-co... - 01:00 AM Revision b588fc2f (git): * 2012-01-03
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34184 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:00 AM Revision 6bdde0e5 (git): merge revision(s) 33468:
- * ext/pty/pty.c (pty_check): should return nil until the child
terminates or stops. [ruby-dev:44600] [Bug ... - 12:27 AM Revision 9e736114 (git): * 2012-01-03
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34182 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:27 AM Revision d0ad683b (git): merge revision(s) 33030:
- * thread.c (update_coverage): skip coverage count up if the current
line is out of the way. rb_sourceline(... - 12:09 AM Revision 60f63dc3 (git): * 2012-01-03
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34180 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:09 AM Revision 8d82657a (git): merge revision(s) 33693:
- * thread_pthread.c (gvl_yield): don't prevent concurrent sched_yield().
[Bug #5130] [ruby-core:38647]
git...
01/02/2012
- 11:55 PM Revision 27fd7ee4 (git): * 2012-01-03
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34178 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:55 PM Revision 496e9a7b (git): merge revision(s) 33630:
- * win32/configure.bat: disable delayed expansion of enironment variable.
[Bug #5517] [ruby-core:40531]
gi... -
05:41 PM Feature #5825: Sweet instance var assignment in the object initializer
- I think most of the time you need to parse or check your arguments, in which case this syntax would not be practical....
-
08:40 AM Feature #5825: Sweet instance var assignment in the object initializer
- +1, why only initialize?
-
03:45 AM Feature #5825: Sweet instance var assignment in the object initializer
- +1. Common use case.
-
04:39 PM Bug #5832 (Closed): 意図しないブロック渡しが行われる
- =begin
辻本です。
invoke_block_from_cの呼び出しの際に渡していたブロックが
VM loopから続けて呼び出される別のメソッドにも渡されてしまうケースがあります。
$ ./ruby -ve "... - 01:14 PM Revision c093401b (git): * tool/file2lastrev.rb (VCS::detect): Add support for Subversion
- 1.7 which adopted a whole new working directory structure.
* tool/file2lastrev.rb (VCS::detect): Simply use .each in... -
11:54 AM Revision 432a992a (git): * lib/securerandom.rb (random_bytes): use IO#read instead of
- IO#readpartial to make the intent more clear.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34175 b2dd03c8-39d... -
08:28 AM Revision 519187a2 (git): * vm.c: fix comment.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34174 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:29 AM Revision e98e56e6 (git): * test/ruby/test_object.rb (test_send_with_block): add a normal case.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34173 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:25 AM Revision 66f9d5fe (git): * test/ruby/test_object.rb (test_send_with_block): moved from
- bootstraptest/test_flow.rb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34172 b2dd03c8-39d4-4d8f-98ff-823fe69b... -
06:13 AM Revision 7d9fe82b (git): * lib/test/unit/parallel.rb: use pack("m0") instead of
- pack("m").gsub("\n","").
* lib/test/unit.rb (Test::Unit::Runner::Worker#run): ditto.
git-svn-id: svn+ssh://ci.ruby-l... -
06:08 AM Revision 38cee6b4 (git): * lib/test/unit.rb (Test::Unit::Runner::Worker#run): use
- File.basename with suffix instead of gsub.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34170 b2dd03c8-39d4-4d8... - 05:56 AM Revision 3c969a7c (git): * 2012-01-02
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34169 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:56 AM Revision bb28d902 (git): * lib/test/unit.rb (Test::Unit::Runner#_run_parallel): find may
- return nil and nil can not dup.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34168 b2dd03c8-39d4-4d8f-98ff-823f... -
03:55 AM Bug #5777: class_eval/module_eval works differently when given a string than when given a block in 1.9.2 and 1.9.3
- As per the documentation, ...
-
02:58 AM Bug #5831 (Rejected): URI.extract not properly extracting URIs with trailing slash followed by single quote
- I have example failing test cases here:
https://gist.github.com/1547904
Here is my use case. I am looking to ex...
01/01/2012
-
10:38 PM Bug #5559: Intermittent Seg fault when using net-ssh
- Dave Ungerer wrote:
> There's some chance that this is the same issue as:
> http://bugs.ruby-lang.org/issues/4373
... -
08:30 AM Bug #5559: Intermittent Seg fault when using net-ssh
- There's some chance that this is the same issue as:
http://bugs.ruby-lang.org/issues/4373
In which case it's not ... -
12:26 PM Bug #5637 (Closed): warnings of shellescape
- This issue was solved with changeset r34166.
Kazuhiro, thank you for reporting this issue.
Your contribution to Ruby ... -
06:59 AM Bug #5830: "".byteslice(0) != "".byteslice(0, 0)
- On Dec 31, 2011, at 3:32 AM, Brian Ford wrote:
> ----------------------------------------
> Bug #5830: "".byteslic... - 03:26 AM Revision 1cf47c4c (git): * 2012-01-01
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34167 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:26 AM Revision d367b1b9 (git): * lib/shellwords.rb (Shellwords#shellescape): Drop the //n flag
- that only causes warnings with no real effect. [Bug #5637]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34166... -
02:35 AM Feature #2340: Removing YAML/Syck
- The error is not in our YAML file. We are using the same code to dump our yaml file with Ruby 1.9.3 as we used to use...
Also available in: Atom