Activity
From 02/10/2012 to 02/16/2012
02/16/2012
-
11:33 PM Bug #6036 (Closed): Test failures in Fedora Rawhide/17
- Hi, I'm getting these test failures [1] on both Fedora 17 and Rawhide. The tests unfortunately don't run all, because...
-
10:33 PM Revision f5d724ab (git): * enum.c (id_lshift): use constant ID.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34648 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:32 PM Revision 2f92a267 (git): * ext/dbm/extconf.rb: refactored to split too long conditions.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34647 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:27 PM Feature #5995: calling io_advise_internal() in read_all()
- I ran Endoh-san's code.
average time of 10 times:
F: 0.2892
T(use posix_fadvise()): 0.2226
I think posix_fadv... -
09:55 PM Feature #5995 (Rejected): calling io_advise_internal() in read_all()
- Hello,
There is indeed something wrong, but anyway, I agree with
kosaki's point; we cannot import the patch until... -
09:12 PM Feature #5995 (Assigned): calling io_advise_internal() in read_all()
- Hi,
Yusuke Endoh wrote at [ruby-core:42663]:
> I think there is something wrong.
Agreed. Reopening this ticket. -
03:23 AM Feature #5995: calling io_advise_internal() in read_all()
- Hello,
2012/2/15 Motohiro KOSAKI <[email protected]>:
> It doesn't. Because of, when we read whole file ... -
08:18 PM Bug #6035 (Third Party's Issue): 2F in TestReadline
- Mac OS X 10.6.8 で以下のような Failure が発生します。
% make test-all TESTS="readline/test_readline.rb"
./miniruby -I./lib -I. ... -
07:58 PM Bug #6034 (Closed): Error in test_Big5(TestTranscode)
- Mac OS X 10.6.8 で test_Big5(TestTranscode) が Error になります。
ruby 1.9.3p105 の時点では問題が発生していないことは確認しています。
% make test... -
05:52 PM Bug #6033 (Feedback): Digest issue in 1.9.3
- I can't reproduce this.
Anyone can do? -
05:18 PM Bug #6033 (Third Party's Issue): Digest issue in 1.9.3
- This only happens to me on Ruby 1.9.3, in Mac OS X Lion (10.7.3). 1.9.2/1.8.7 are not affected by this issue.
Afte... -
03:25 PM Revision d698ea89 (git): * test/dbm/test_dbm.rb: fix skip condition for libgdbm 1.8.0 or prior.
- reported by Bohuslav Kabrda.
[ruby-core:42685] [Bug #6036]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3464... - 03:05 PM Revision 2e544c33 (git): * 2012-02-17
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34645 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:05 PM Revision 078b3cf9 (git): * ext/dbm/extconf.rb: check _DB_H_ macro unavailable except
- Berkeley DB library.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34644 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
11:59 AM Feature #5964: Make Symbols an Alternate Syntax for Strings
- On 16/02/2012, at 12:28 PM, Charles Oliver Nutter wrote:
> On Sun, Feb 5, 2012 at 12:25 AM, Kurt Stephens <redmi... -
10:29 AM Feature #5964: Make Symbols an Alternate Syntax for Strings
- On Sun, Feb 5, 2012 at 12:25 AM, Kurt Stephens <[email protected]> wrote:
> True, CRuby Symbols are not collec... -
09:47 AM Feature #5964: Make Symbols an Alternate Syntax for Strings
- No, there's quite a lot of such code. Though, if they're explicitly checking for the class type, as I'd imagine most ...
-
09:08 AM Feature #5964: Make Symbols an Alternate Syntax for Strings
- =begin
This may break RubyGems which depends on the difference between Symbol and String keys in ((%~/.gemrc%)).
... -
08:34 AM Feature #5964: Make Symbols an Alternate Syntax for Strings
- @Matz, the === proposal was more for example. Indeed at the moment, #eql? would be the method for type-sensitive stri...
-
08:56 AM Revision de889a30 (git): * ext/dbm/extconf.rb: merge trunk's ext/dbm/extconf.rb and
- related functions of lib/mkmf.rb. [Backport #6021]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3... -
08:22 AM Feature #6019: Revision r34582 significantly slows down rails app
- Rails already include fix against this issue into its trunk: https://github.com/rails/rails/pull/5039
Any way, cou... -
08:10 AM Bug #6030: Thread-local "leak" in rb_exec_recursive*
- It would be possible to bloat up memory use by calling many method names that all hit this logic; saving a hash per n...
-
05:54 AM Bug #6030: Thread-local "leak" in rb_exec_recursive*
- Hi.
I'm not sure I see where there is a problem.
If `Array#==`, say, is called in a given thread, it's quite li... -
03:49 AM Bug #6030: Thread-local "leak" in rb_exec_recursive*
- I forgot to point out a couple things...
* By "leak" I mean this will hold references to data longer than it shoul... -
03:41 AM Bug #6030 (Closed): Thread-local "leak" in rb_exec_recursive*
- I believe there may be a "leak" in the rb_exec_recursive* functions in thread.c.
We have ported these methods for ... -
05:41 AM Feature #1125 (Closed): [*x] (array consisting only of a splat) does not necessarily return a new array
- This issue was solved with changeset r34633.
Daniel, thank you for reporting this issue.
Your contribution to Ruby is... -
03:53 AM Feature #4970: FileUtils refactored
- Hello,
2012/2/16 Aaron Patterson <[email protected]>:
> Ya, I think it's basically fine.
Agreed. ... -
03:23 AM Feature #4970: FileUtils refactored
- On Thu, Feb 16, 2012 at 02:26:10AM +0900, Thomas Sawyer wrote:
>
> Issue #4970 has been updated by Thomas Sawyer.... -
02:26 AM Feature #4970: FileUtils refactored
- Aaron Patterson looked at it, his only remarks were that I forgot to remove a spurious comment and that I changed the...
-
12:26 AM Revision 4ec9395b (git): merge revision(s) 32730:
- * configure.in (enable_pthread): use -pthread on OpenBSD without
explicit option. patched by Jeremy Evans. ... -
12:25 AM Revision 4f05bf85 (git): merge revision(s) 32731,32734,32738:
- ------------------------------------------------------------------------
r32731 | naruse | 2011-07-29 16:17:35 +0900 ...
02/15/2012
-
10:50 PM Revision d23a588b (git): merge revision(s) r32583:
- * ChangeLog: fix typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34638 b2dd03c8-39d4-4d8f-98ff... -
10:34 PM Revision 8cdf5c41 (git): merge revision(s) 34629,34630:
- * cont.c (rb_fiber_reset_root_local_storage): add a new function to
restore rb_thread_t::local_storage.
... -
09:31 PM Revision a4debd6a (git): merge revision(s) 34626,34627:
- * ext/fiddle/closure.c (callback): same as r34506.
* ext/fiddle/closure.c (callback): deal with unsinged int... - 09:05 PM Revision 4dc3d30a (git): * 2012-02-16
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34635 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 09:05 PM Revision 95dd735a (git): merge revision(s) 34619:
- * lib/ostruct.rb: Simplify and fix rdoc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34634 b2dd0... -
09:04 PM Bug #5949: Add documentation introduction for the Encoding class
- Thanks for your feedback and Eric for improving my submission! I've just seen your tweet Eric, sorry I had missed all...
-
08:32 AM Bug #5949: Add documentation introduction for the Encoding class
- Florent, I altered your original submission to recommend against Encoding.default_external= and Encoding.default_inte...
-
07:59 AM Bug #5949 (Closed): Add documentation introduction for the Encoding class
- This issue was solved with changeset r34608.
Florent, thank you for reporting this issue.
Your contribution to Ruby i... -
08:41 PM Revision fde3c421 (git): * insns.def (splatarray): make new array if flag is set.
- * compile.c (iseq_compile_each): make new array with
splat. [ruby-core:21901][Feature #1125]
git-svn-id: svn+ssh:... -
07:57 PM Bug #5991 (Closed): fiddle/conversion.c ignores unsigned qualifier
- This issue was solved with changeset r34627.
Nobuyoshi, thank you for reporting this issue.
Your contribution to Ruby... -
07:53 PM Feature #1400: Please add a method to enumerate fields in OpenStruct
- On Wed, Feb 15, 2012 at 4:56 AM, Marc-Andre Lafortune <
[email protected]> wrote:
>
> Issue #1400 has... -
12:56 PM Feature #1400: Please add a method to enumerate fields in OpenStruct
- After reviewing the library, I'm thinking it could be more useful to implement instead `each_pair` that would yield k...
-
06:31 PM Bug #6008: {a: 1}.hash not consistent over VM restarts
- Alright. Make sense.
-
06:05 PM Feature #4043: グローバル関数current_classの提案
- Makoto Kishimoto wrote:
> 採用を妨げるものとしては何がありますでしょうか?
やっぱ名前じゃないですかねえ。機能に反対している人は少ないように思われます。 -
05:43 PM Feature #4043: グローバル関数current_classの提案
- きしもとです
この件、現状としては、現在のカレントクラス(cref)を返す、Module の
特異メソッド Module.current の提案、となっているつもりですが、
採用を妨げるものとしては何がありますでしょうか? - 03:16 PM Revision e315f847 (git): * 2012-02-16
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34632 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:16 PM Revision f2c84d2d (git): lib/abbrev.rb (Array#abbrev): add missing '"' in documentation.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34631 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:02 PM Revision 0328ab1d (git): * ChangeLog: add ticket ref of r34629.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34630 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:00 PM Revision 2910f673 (git): * cont.c (rb_fiber_reset_root_local_storage): add a new function to
- restore rb_thread_t::local_storage.
* cont.c (rb_obj_is_fiber): add a new function to tell finalizer to
prevent fi... -
01:15 PM Feature #5607: Inconsistent reaction in Range of String
- Martin Dürst wrote:
> This makes a lot of sense so far. But the example uses #to_a, which *is* inherited from Enumer... -
12:20 PM Feature #5607 (Open): Inconsistent reaction in Range of String
- Yukihiro Matsumoto wrote:
> Ruby classes often play several roles, for example, Array can be array, stack or queue, ... -
12:33 PM Bug #6029 (Closed): Should OpenStruct implement #eql? and #hash?
- Currently, OpenStruct have no specialized #eql? and #hash, so:
require 'ostruct'
x = OpenStruct.new(foo: ... -
12:31 PM Bug #6028 (Closed): OpenStruct.dup doesn't have all its methods
- This issue was solved with changeset r34620.
Marc-Andre, thank you for reporting this issue.
Your contribution to Rub... -
11:44 AM Bug #6028 (Closed): OpenStruct.dup doesn't have all its methods
- Dupped OpenStructs don't have the same methods.
x = OpenStuct.new(foo: 42)
x.dup.methods == x.methods # =... -
12:24 PM Revision ac43a903 (git): fix a typo
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34628 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:03 PM Feature #5995: calling io_advise_internal() in read_all()
- =begin
>In other words, current read_all() suck. It read a few kilo bytes and append them to a string.
I modifie... -
02:55 AM Feature #5995 (Rejected): calling io_advise_internal() in read_all()
- > The patch calls posix_fadvise *before* the main part of read_all.
> Doesn't it make sense?
It doesn't. Because ... -
11:09 AM Bug #6006 (Closed): Fix calculation of HEAP_OBJ_LIMIT and HEAP_BITMAP_LIMIT
- This issue was solved with changeset r34618.
Yura, thank you for reporting this issue.
Your contribution to Ruby is g... -
04:29 AM Bug #6006 (Assigned): Fix calculation of HEAP_OBJ_LIMIT and HEAP_BITMAP_LIMIT
- It still happens: http://c5664.rubyci.org/~chkbuild/ruby-trunk/log/20120214T170302Z.diff.html.gz
I note that I local... -
10:57 AM Revision 34be46a3 (git): * ext/fiddle/closure.c (callback): deal with unsinged integers.
- [ruby-core:42458][Bug #5991][Bug #6022]
* ext/fiddle/conversions.c (value_to_generic, generic_to_value):
ditto.
g... -
10:52 AM Revision fa65df0d (git): * ext/fiddle/closure.c (callback): same as r34506.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34626 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:17 AM Feature #6019 (Assigned): Revision r34582 significantly slows down rails app
-
10:12 AM Bug #5948 (Closed): Adding ZLib documentation
- This issue was solved with changeset r34612.
Rafael, thank you for reporting this issue.
Your contribution to Ruby is... -
09:47 AM Revision df5867a2 (git): Add test for r34624.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34625 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:08 AM Bug #6020 (Rejected): Unexpected is_a/kind_of behaviour
- Rejected as `is_a?` conforms to its description and what many expect.
Alex: Maybe the behavior you are looking for... -
08:45 AM Revision 7eed0ca6 (git): * io.c (io_strsetbuf): call rb_str_modify to make str independent
- before calling rb_str_set_len for r34580.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34624 b2dd03c8-39d4-4d8f... -
06:52 AM Revision ff4c1368 (git): Add more description about Shift_JIS and CP50220.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34623 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:13 AM Bug #6027 (Closed): Failure: test_modify_expand_memory_leak(Test_StringModifyExpand)
- This issue was solved with changeset r34605.
Naohisa, thank you for reporting this issue.
Your contribution to Ruby i... -
01:31 AM Bug #6027 (Closed): Failure: test_modify_expand_memory_leak(Test_StringModifyExpand)
- Solaris 10 にて、r34493以降、以下のFailureが出ます。
48) Failure:
test_modify_expand_memory_leak(Test_StringModifyExpand) [/XX... -
04:44 AM Bug #5986: Segmentation Fault
- Luis Matta wrote:
> Please notice that the login screen works, is the screen just after the login.
> Standard User ... -
01:52 AM Bug #5986: Segmentation Fault
- I have the same problem on Ubuntu 11.10 64bits.
I tested the AATest project and got the same error. -
04:30 AM Revision b6c604d7 (git): * ext/zlib/zlib.c (Init_zlib): Added Zlib::TEXT and note that
- Zlib::ASCII is deprecated in zlib 1.2.3 and newer.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34622 b2dd03c8... -
04:25 AM Revision 72282ab1 (git): * ext/zlib/zlib.c: Move constant descriptions to constants. Remove
- extra comment block at the top of Init_zlib().
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34621 b2dd03c8-39d... - 03:31 AM Revision 2d952c6d (git): * lib/ostruct.rb: Create getters and setters after dup.
- [Bug #6028] [rubyspecs:0380bcc]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34620 b2dd03c8-39d4-4d8f-98ff-823f... - 03:31 AM Revision 3281b90e (git): * lib/ostruct.rb: Simplify and fix rdoc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34619 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:34 AM Bug #6026 (Closed): GC test parameters failures under MinGW
- already fixed at r34593.
-
12:47 AM Bug #6026 (Closed): GC test parameters failures under MinGW
- Hello,
While preparing for 1.9.3-p105 release, the following test raised a failure:... -
02:33 AM Bug #6025 (Closed): IRB test: failure caused by non-guarded completion test
- already fixed at r34591.
-
12:40 AM Bug #6025 (Closed): IRB test: failure caused by non-guarded completion test
- Hello,
While testing for 1.9.3-p105 release, found the following test fail:... -
02:09 AM Revision 8b4b4032 (git): * gc.c (HEAP_BITMAP_LIMIT): HEAP_BITMAP_LIMIT is computed on the
- basis of HEAP_SIZE because it must covers a whole heap block.
[ruby-trunk - Bug #6006]
git-svn-id: svn+ssh://ci.ru... -
01:36 AM Revision 7b7aa9f5 (git): merge revision(s) 34261,34351:
- ------------------------------------------------------------------------
r34261 | nobu | 2012-01-10 15:52:24 +0900 (T... -
01:33 AM Revision e56eea5e (git): merge revision(s) r34564:
- * vm_eval.c (check_funcall): Call respond_to? with matching arity for
legacy single-argument implementatio... -
01:29 AM Revision afcd5562 (git): merge revision(s) r32855,r32857,r33493,r34554:
- * vm_eval.c (check_funcall): try respond_to? first if redefined.
[Bug #5158]
* test/ruby/test_obje... -
01:28 AM Revision 623169a5 (git): * ext/zlib/zlib.c (Init_zlib): Added Zlib::FIXED and Zlib::RLE
- strategies.
* NEWS: Add note about the new Zlib constants.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34614... -
01:23 AM Revision a1aeb842 (git): Correct documentation of r34608.
- * correct explanation of ASCII-8BIT.
* "Locale encoding" is the name of the encoding derived from
Encoding.locale_... -
01:12 AM Revision b52693b5 (git): * ext/zlib/zlib.c: Improve documentation. [ruby-trunk - Bug #5948]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34612 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:10 AM Revision 50a470b8 (git): merge revision(s) 33866,33867:
- ------------------------------------------------------------------------
r33866 | nobu | 2011-11-27 17:24:29 +0900 (S... -
12:59 AM Feature #1122: request for: Object#try
- > I, personally, objected the API design of this proposal in
> [ruby-core:21907] (and I still hate send-like API),... -
12:53 AM Revision 776197f8 (git): Temporary fix not to use non ASCII.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34610 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:37 AM Bug #6024 (Closed): Failure to execute test_modify_expand_memory_leak under Windows (MinGW)
- Hello,
While testing for 1.9.3-p105 release, found this new issue:... -
12:31 AM Feature #6023 (Rejected): Add "a ?= 2" support for meaning "a = a.nil? ? 2 : a"
- I've just proposed this idea to Groovy and I thought the same semantics would be interesting to have in Ruby too:
...
02/14/2012
-
11:29 PM Revision b14b83ae (git): * encoding.c (Init_Encoding): Add IO example of internal and external
- encoding. Fixed a typo in the force_encoding example. [#5949]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3... -
11:26 PM Feature #5995 (Assigned): calling io_advise_internal() in read_all()
- Hello,
2012/2/14 Motohiro KOSAKI <[email protected]>:
> Huh? fadvise() is a hint for _future_ io access. ... -
10:48 PM Feature #5995: calling io_advise_internal() in read_all()
- =begin
>How much OSs do you tested?
I have tested on the only platform because I don't have root authority to exe... -
03:13 PM Feature #5995: calling io_advise_internal() in read_all()
- Huh? fadvise() is a hint for _future_ io access. but usually read_all() don't have any future access. I don't think t...
-
12:48 PM Feature #5995: calling io_advise_internal() in read_all()
- I modified the patch to use do_io_advise() not io_advise_internal().
-
11:09 PM Feature #1125: [*x] (array consisting only of a splat) does not necessarily return a new array
- Hello,
2012/2/14 Nobuyoshi Nakada <[email protected]>:
> Isn't the flag of splatarray for this purpose?
I don... -
04:23 PM Feature #1125: [*x] (array consisting only of a splat) does not necessarily return a new array
- Hi,
(12/02/13 23:27), Yusuke Endoh wrote:
> I'll commit the following patch unless there is objection:
I... -
10:59 PM Revision 6d76f39f (git): * encoding.c (Init_Encoding): Add Encoding documentation.
- [ruby-trunk - Bug #5949]
* encoding.c (rb_set_default_external): Fix typo in documentation.
git-svn-id: svn+ssh://... -
10:55 PM Feature #1905 (Rejected): How about IPAddr#<=> to take care of mask_addr?
- 長期間進展がみられないので閉じます。[ruby-core:42391] を参照。
武者さんのメールが抜け落ちていてわかりにくいですね。
[ruby-dev:39381] [ruby-dev:39391]
武者さんの提... -
10:50 PM Bug #6011: ruby-1.9.3-p0/lib/webrick/utils.rb:184: [BUG] Segmentation fault
- Vit Ondruch wrote:
> It seems that #6021 block this. I cannot test with p105 :/
run `make -x test_dbm.rb test-all` -
09:33 PM Bug #6011: ruby-1.9.3-p0/lib/webrick/utils.rb:184: [BUG] Segmentation fault
- It seems that #6021 block this. I cannot test with p105 :/
-
12:54 PM Bug #6011: ruby-1.9.3-p0/lib/webrick/utils.rb:184: [BUG] Segmentation fault
- This is caused by #5700, fiber+fork.
-
10:37 AM Bug #6011: ruby-1.9.3-p0/lib/webrick/utils.rb:184: [BUG] Segmentation fault
- Is this reproducible with ruby-1.9.3-p105?
-
01:11 AM Bug #6011 (Closed): ruby-1.9.3-p0/lib/webrick/utils.rb:184: [BUG] Segmentation fault
- Using Fedora 17 armv7hl, the test suite crashes with following segfault:
/builddir/build/BUILD/ruby-1.9.3-p0/lib/w... -
10:39 PM Bug #5986: Segmentation Fault
- Please notice that the login screen works, is the screen just after the login.
Standard User is : [email protected]
... -
10:35 PM Feature #1880 (Rejected): Hash#flatten Doesn't Operate Recursively for Hash Values
- I'm rejecting this feature ticket because no progress has been
made for a long time. See [ruby-core:42391].
... -
10:16 PM Revision 00af7b8f (git): merge revision(s) 34555: [Backport #5786]
- * compile.c (defined_expr): guard the whole expression.
[ruby-dev:45021][Bug#5786]
git-svn-id: svn+ssh://... -
10:16 PM Feature #1844 (Rejected): Immediates Should Not Respond to :dup
- I'm rejecting this feature ticket because no progress has been
made for a long time. See [ruby-core:42391].
... -
09:45 PM Feature #1823: Readline Command Completion
- Takao-san, any update here?
--
Yusuke Endoh <[email protected]> -
09:37 PM Feature #1591 (Rejected): DATA handle unusable in required modules
- I'm rejecting this feature ticket because no progress has been
made for a long time. See [ruby-core:42391].
... -
09:30 PM Feature #1586 (Rejected): Including a module already present in ancestors should not be ignored
- I'm rejecting this feature ticket because no progress has been
made for a long time. See [ruby-core:42391].
... -
08:53 PM Bug #6020: Unexpected is_a/kind_of behaviour
- > Yes, i know how instance is_a? works.
Apparently not.
def is_a?(module)
self.class.ancestors.include? m... -
08:23 PM Bug #6020: Unexpected is_a/kind_of behaviour
- =begin
Yes, i know how instance is_a? works. The problem is that the module owns the same functionality as well.
Fo... -
07:53 PM Bug #6020: Unexpected is_a/kind_of behaviour
- On Tue, Feb 14, 2012 at 11:41 AM, Alex N <[email protected]> wrote:
>
> Issue #6020 has been updated ... -
07:41 PM Bug #6020: Unexpected is_a/kind_of behaviour
- =begin
well, at least (({Integer.is_a?(Integer) #=> true})). I can live with that fact that the (({BasicObject.is_a?... -
07:33 PM Bug #6020 (Feedback): Unexpected is_a/kind_of behaviour
- Can you show us your "expected behavior"?
-
07:20 PM Bug #6020 (Rejected): Unexpected is_a/kind_of behaviour
- =begin
I've noticed some inconsistent is_a?/kind_of? methods behavior in a very special cases
self.class #=> Objec... -
08:42 PM Bug #6006 (Closed): Fix calculation of HEAP_OBJ_LIMIT and HEAP_BITMAP_LIMIT
- This issue seems to be solved at r34597.
http://c5664.rubyci.org/~chkbuild/ruby-trunk/log/20120214T110302Z.log.html.... -
06:52 PM Bug #6006: Fix calculation of HEAP_OBJ_LIMIT and HEAP_BITMAP_LIMIT
- Another one update: calculate p and objs without conditions at all.
https://github.com/ruby/ruby/pull/92.diff -
05:43 PM Bug #6006: Fix calculation of HEAP_OBJ_LIMIT and HEAP_BITMAP_LIMIT
- I think it will fix https://github.com/funny-falcon/ruby/commit/5945932de2d682b4fe9b5de3d32b07c2d9b5179d (updated htt...
-
05:02 PM Bug #6006 (Assigned): Fix calculation of HEAP_OBJ_LIMIT and HEAP_BITMAP_LIMIT
- Narihiro Nakamura wrote:
> This issue was solved with changeset r34581.
> * gc.c (HEAP_OBJ_LIMIT, HEAP_BITMAP_LIMIT... - 08:13 PM Revision 02d1912e (git): * 2012-02-15
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34606 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:13 PM Revision 1c923eb2 (git): Set encoding as ASCII-8BIT. [Bug #6027]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34605 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:09 PM Revision 35c54610 (git): merge revision(s) 32712,32718,32719: [Backport #6014]
- * ext/dl/cfunc.c (dlcfunc_mark), ext/dl/cptr.c (dlptr_mark):
workaround to mark wrapped object. this is no... -
08:05 PM Revision 0c8cfb4e (git): merge revision(s) 32720: [Backport #6015]
- * ext/dl/cptr.c (rb_dlptr_aref, rb_dlptr_aset): check NULL pointer
dereference.
git-svn-id: svn+ssh://ci.... -
08:04 PM Revision 44d3cf03 (git): merge revision(s) 32705,32717: [Backport #6016]
- * test/rinda/test_rinda.rb (test_remote_array_and_hash):
add local variables to protect objects from GC. [r... -
08:03 PM Revision dbda1e9e (git): merge revision(s) 32640: [Backport #6017]
- * test/win32ole/test_err_in_callback.rb (test_err_in_callback):
skip test if ADODB.connection is not availa... -
08:01 PM Revision 5f06da63 (git): merge revision(s) 34415:
- * parse.y (debug_lines, coverage): set file path encoding for coverage
result. [ruby-dev:44950]
git-svn-... -
07:37 PM Feature #6019: Revision r34582 significantly slows down rails app
- Fix were relatively easy. Close this issue, please. Excuse me for disturbing.
-
07:13 PM Feature #6019 (Closed): Revision r34582 significantly slows down rails app
- Before r34582 simple rails32 app (query sqlite and disply 20 rows of simple data)
benchmarked as 55req/second , afte... -
05:37 PM Feature #1201 (Closed): Add relative group reference in back reference with nest level in regular expressions (e.g. \k<-5+1>)
- Ruby 1.9.1 supports this through Oniguruma 5.9.1.
-
05:29 PM Feature #855: HTTP/1.1 fixes and other enhancements to webrick
- Sorry that I kept this open long time.
Yes, the feature request for streaming (No.3 and No.4) is reasonable. I'll... -
05:07 PM Feature #5977 (Rejected): Remove $, and avoid perlish global variables
- As Thomas mentioned, Ruby 2.0 would not introduce serious incompatibility. Reopen in the future (3.0?).
matz. -
04:53 PM Feature #5977: Remove $, and avoid perlish global variables
- It is some kind of incompatibility, but I think most code does not use $, at all, thus only some rare small scripts w...
-
12:57 PM Feature #5977: Remove $, and avoid perlish global variables
- Yes, but is is serious incompatibility and would have to wait for after 2.0, according to Matz' plans.
-
09:15 AM Feature #5977: Remove $, and avoid perlish global variables
- +1 those are incomprehensible for beginners.
-
04:59 PM Bug #6008: {a: 1}.hash not consistent over VM restarts
- Just to clarify some topics.
hashDoS vulnerability Eric pointed is the problem of String(-ish)#hash.
The fix... -
04:29 PM Bug #6008: {a: 1}.hash not consistent over VM restarts
- See http://www.ruby-lang.org/en/news/2011/12/28/denial-of-service-attack-was-found-for-rubys-hash-algorithm-cve-2011-...
-
04:33 PM Bug #4738: gem install fails with "Encoding::ConverterNotFoundError" on windows 7 greek
- Mr. Bosslet, you are the only person which is trolling here, because of your off-topic comment. Remember: you're comm...
-
02:57 AM Bug #4738: gem install fails with "Encoding::ConverterNotFoundError" on windows 7 greek
- Lazaridis Ilias wrote:
> Note to users which hit on this problem:
>
> Please ignore the comments of "Luis Lavena"... -
02:34 AM Bug #4738: gem install fails with "Encoding::ConverterNotFoundError" on windows 7 greek
- Note to users which hit on this problem:
Please ignore the comments of "Luis Lavena", they have no relevance to th... -
03:41 PM Bug #5782 (Assigned): File.binwrite doc and hash argument
-
03:19 PM Bug #5782: File.binwrite doc and hash argument
- For some reason, this bug report was never posted on the mailing list:
The doc for `File.binwrite` doesn't mention... -
03:22 PM Bug #5694: Proc#arity doesn't take optional arguments into account.
- Matz, what do you want us to do about ->(a=1){}.arity, in the 1.9.3 release and in the 2.0.0 version?
-
03:13 PM Feature #1400: Please add a method to enumerate fields in OpenStruct
- Hi,
Yusuke Endoh wrote:
> There is no maintainer for ostruct.
> Marc-Andre, are you willing to be a maintainer a... -
12:53 AM Feature #1400: Please add a method to enumerate fields in OpenStruct
- On Mon, Feb 13, 2012 at 4:37 PM, Yusuke Endoh <[email protected]> wrote:
> Hello,
>
> 2012/2/14 Peter Vandenab... -
12:53 AM Feature #1400: Please add a method to enumerate fields in OpenStruct
- Hello,
2012/2/14 Peter Vandenabeele <[email protected]>:
> I use OpenStruct#marshal_dump for this purpos... -
12:29 AM Feature #1400: Please add a method to enumerate fields in OpenStruct
- On Mon, Feb 13, 2012 at 4:08 PM, Yusuke Endoh <[email protected]> wrote:
>
> Issue #1400 has been updated by Yus... -
12:07 AM Feature #1400: Please add a method to enumerate fields in OpenStruct
- Hello,
There is no maintainer for ostruct.
Marc-Andre, are you willing to be a maintainer and to commit
your pat... -
11:26 AM Revision 0da31416 (git): * gc.c (CEILDIV): rename to a appropriate name.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34599 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:23 AM Feature #4890: Enumerable#lazy
- Hi,
In message "Re: [ruby-core:42556] [ruby-trunk - Feature #4890] Enumerable#lazy"
on Tue, 14 Feb 2012 0... -
05:58 AM Feature #4890: Enumerable#lazy
- Oh, I see. I didn't know about Enumerators. If I understood what they are correctly, then I agree with you that they ...
-
05:54 AM Feature #4890: Enumerable#lazy
- @Rodrigo I'm not suggesting Enumerable methods be lazy. I asking about Enumerator methods being lazy. So first you ha...
-
05:47 AM Feature #4890: Enumerable#lazy
- Thomas, continuing, if the "force" approach is taken instead of take(n), you'll still have to call it (or call each/s...
-
05:27 AM Feature #4890: Enumerable#lazy
- Thomas, I think it only makes sense for enumerables to be lazy if you call take(n) on it.
Usually, you want all el... -
04:50 AM Feature #4890: Enumerable#lazy
- I think the main difference is that current Enumerable#{map|select|inject} use yield semantics with the block. This i...
-
12:36 AM Feature #4890: Enumerable#lazy
- Actually, is there any reason why Enumerator's usual methods themselves aren't lazy? Is it necessary to have both? If...
-
09:17 AM Feature #6012: Proc#source_location also return the column
- oops make that a feature request, but I'm unable to edit them myself.
Cheers!
-r -
09:17 AM Feature #6012 (Closed): Proc#source_location also return the column
- As originally suggested in http://blade.nagaokaut.ac.jp/cgi-bin/scat.rb/ruby/ruby-core/42418
Suggestion/feature re... -
09:14 AM Revision c104867e (git): added bug ref
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34598 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:11 AM Revision 64e7aedc (git): * gc.c (assign_heap_slot): SEGV happens cause on 64-bit platform
- sometime there should be `objs-=2` instead of `objs--`.
patched by Sokolov Yura. https://github.com/ruby/ruby/pull/... -
08:15 AM Feature #5820: Merge Onigmo to Ruby 2.0
- Yusuke Endoh wrote:
> ほとんどの議論は横道 or 枝葉末節っぽい感じがしたので読んでないのですが、
> 結論としては onigmo を取り込む方向なんでしょうか。
わたしが 1.9.3 やってて遅れてい... -
08:12 AM Feature #1200 (Rejected): Possibility for using named and normal groups together in regular expressions
- Mixed regexp both named and unnamed capturing group is disallowed by design of Ruby.
- 07:58 AM Revision 2349592a (git): merge revision(s) 33254:
- * lib/rake/file_list.rb (Rake::FileList#egrep): there is no need to
open files in binary mode.
see more details i... - 07:55 AM Revision 39432526 (git): merge revision(s) 33902:
- * lib/rdoc/encoding.rb (RDoc::Encoding.read_file): fixup newline chars
on Windows.
see https://github.com/rdoc/rd... - 07:36 AM Revision ac81a6e3 (git): merge revision(s) 33232:
- * test/rubygems/test_gem_commands_help_command.rb: Add one
`require` because if run test-all with test/unit paralle... - 07:09 AM Revision aa815c58 (git): merge revision(s) 33500,33501:
- * gc.c (rb_gc_set_params): set parameters always.
[ruby-dev:44648] [Bug #5467]
* gc.c (initial_params): pack in a ... -
07:00 AM Revision 52cb4633 (git): * io.c (io_setstrbuf): cut down the buffer if longer.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34592 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 06:45 AM Revision 1bf61d77 (git): merge revision(s) 34395:
- * test/irb/test_completion.rb: skip if cannot load irb/completion
(maybe readline does not exist).
git-svn-id: sv... -
06:24 AM Bug #5962 (Closed): Error in Process.{wait,wait2} rdoc
- This issue was solved with changeset r34587.
Jason, thank you for reporting this issue.
Your contribution to Ruby is ... -
06:19 AM Feature #707 (Closed): Documentation for Enumerator chaining
- This issue was solved with changeset r34586.
Brian, thank you for reporting this issue.
Your contribution to Ruby is ... -
06:07 AM Revision 83f1aca1 (git): merge revision(s) 34589:
- * lib/test/unit/assertions.rb (build_message): skip escaped
question marks.
git-svn-id: svn+ssh://ci.ruby... -
06:06 AM Revision 79968035 (git): * lib/test/unit/assertions.rb (build_message): skip escaped
- question marks.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34589 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
05:52 AM Feature #5663: Combined map/select method
- I supposed that was your point, but I waited for your new example, before talking about this.
The point is that us... -
05:48 AM Feature #5663: Combined map/select method
- @rodrigo
Your right, I could have used nil, so my example wasn't a particularly good one for what I was trying to ... -
05:17 AM Feature #5663: Combined map/select method
- Thomas, I didn't find your example for justifying a "null" instance good enough. Why not just using "nil" instead of ...
-
04:45 AM Feature #5663: Combined map/select method
- What about using "next" for this purpose? Currently:
> (1..10).to_a.map { |i| i % 3 == 0 ? next : i**2 }
=> [1, ... -
12:30 AM Feature #5663: Combined map/select method
- One of the problems with this method is that in becomes impossible to get `nil` or `false` as a valid selection/non-c...
-
05:28 AM Feature #1374 (Closed): location of already initialized constant
- r33175でrb_const_entry_tを使うようにしてコミット済みです。
-
03:10 AM Revision 391b5790 (git): * variable.c (autoload_const_set, autoload_require): fix
- signatures.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34588 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:54 AM Feature #2565: adding hooks for better tracing
- Since I really want this feature, I should update this ticket with my progress.
I've ported the Joyant probes to t... -
12:58 AM Feature #1316 (Rejected): Phasor.rb: Complex number class using polar coordinates
- I think these features are provided as a gem.
-
12:26 AM Feature #1493: [patch] lex_state as bit field / IS_lex_state() macro
- Nobu, aren't you interested in this? Could you please review and
import the patch if it looks good to you?
This ... -
12:14 AM Feature #1482: Kernel.exec doesn't respect COMSPEC environment variable on Windows
- Hello,
Usak-san or nobu, could you tell me the status?
--
Yusuke Endoh <[email protected]> -
12:10 AM Feature #1436: Please consider this addition to resolv.rb which adds methods for resolving LOC resources
- Hello, akr
Any update here?
--
Yusuke Endoh <[email protected]>
02/13/2012
-
11:57 PM Feature #1395 (Rejected): Steppable Kernel::eval
- Closed by reopener's request. Thanks.
--
Yusuke Endoh <[email protected]> -
11:55 PM Feature #1374: location of already initialized constant
- 遠藤です。
trunk に入れましょう。なかださんお願いします。
--
Yusuke Endoh <[email protected]> -
11:53 PM Feature #1316: Phasor.rb: Complex number class using polar coordinates
- Hello mrkn,
Bumping this. Please let us know your opinion.
IMHO, it is not Ruby way to define another class ... -
11:49 PM Feature #1279 (Closed): Add DTrace Probes
- This ticket is not so informative.
#2565 has a similar motivation, and is under (relatively) active
and concrete di... -
11:44 PM Feature #1275 (Rejected): IPAddr unnecessarily destroys information on creation
- I'm rejecting this feature ticket because no progress has been
made for a long time. See [ruby-core:42391].
... -
11:38 PM Feature #1218 (Rejected): New method needed to set and get the current recursion limit
- I'm rejecting this feature ticket because no progress has been
made for a long time. See [ruby-core:42391].
... -
11:33 PM Feature #5820: Merge Onigmo to Ruby 2.0
- ほとんどの議論は横道 or 枝葉末節っぽい感じがしたので読んでないのですが、
結論としては onigmo を取り込む方向なんでしょうか。
あと、k-takata さんにはコミッタになって頂ける予定でしょうか。
# もしそうだ... -
11:27 PM Feature #1125: [*x] (array consisting only of a splat) does not necessarily return a new array
- Hello,
I'll commit the following patch unless there is objection:
diff --git a/compile.c b/compile.c
index 32b... -
09:57 PM Bug #6006 (Closed): Fix calculation of HEAP_OBJ_LIMIT and HEAP_BITMAP_LIMIT
- This issue was solved with changeset r34581.
Yura, thank you for reporting this issue.
Your contribution to Ruby is g... -
09:56 PM Feature #1122: request for: Object#try
- @nari: There is no strong objection about the name "try".
Did matz hate "try"? If not, it is okay to go ahead.
... -
09:54 PM Bug #6009 (Assigned): Rapid signal delivery via kill(2) causes SystemStackError
-
04:51 PM Bug #6009 (Closed): Rapid signal delivery via kill(2) causes SystemStackError
- =begin
Running the following program with a trivial signal handler can crash with a SystemStackError if signals are ... -
09:42 PM Feature #1102: Prepend Module
- This feature is listed as matz's "must-have." [ruby-core:39837]
Are there any volunteers to be a facilitator, to cr... -
09:39 PM Feature #1047 (Closed): request: getters, setters for the GC
- We have introduced the GC parameter configuration to trunk at r31044.
Thanks. -
09:28 PM Feature #1047: request: getters, setters for the GC
- Nari, any update on this?
--
Yusuke Endoh <[email protected]> -
09:26 PM Feature #973 (Rejected): EncDet again
- 遠藤です。
> 実装があるものに対してrejectはないかなと思っているので
> まつもとさんがコメントしないと永久に棚晒しじゃないですかねえ
実装がある feature チケットでも、
たなざらしにする
... -
09:24 PM Revision 9d7573c4 (git): * process.c (proc_wait): Change typo "SystemError" to
- "SystemCallError". [ruby-trunk - Bug #5962]
* process.c (proc_wait2): ditto
git-svn-id: svn+ssh://ci.ruby-lang.or... -
09:19 PM Revision a63b86e2 (git): * enumerator.c: Document use of Enumerator.new for creating a lazy
- enumeration for filtering/chaining. [ruby-trunk - Feature #707]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@... -
09:09 PM Feature #5663: Combined map/select method
- Yes, Yusuke, exactly. Thanks for reopening.
-
08:51 PM Feature #5663 (Assigned): Combined map/select method
- Okay reopened.
Do you mean we need map_select as a shorthand?
--
Yusuke Endoh <[email protected]> -
08:43 PM Feature #5663: Combined map/select method
- I don't think #4890 removes the need for this ticket. This is about API, not implementation. Even if we can use lazy ...
-
08:12 PM Feature #5663 (Rejected): Combined map/select method
- In #708, Matz approved a related ticket #4890.
Let's discuss there.
--
Yusuke Endoh <[email protected]> -
09:05 PM Feature #908: Should be an easy way of reading N characters from am I/O stream
- Are there any volunteers to summarize the discussion?
I cannot understand the whole discussion about this ticket.
R... -
08:56 PM Feature #855: HTTP/1.1 fixes and other enhancements to webrick
- NaHi, are you still willing to discuss about No.3 and 4?
If not, could you please close this?
--
Yusuke Endoh <... -
08:54 PM Feature #836: Patches for StringScanner, adding #size, #captures and #values_at
- Nobu, do you think that this proposal can be accepted?
There is no maintainer for strscan; I leave this decision
to... -
08:49 PM Bug #6008 (Rejected): {a: 1}.hash not consistent over VM restarts
- When objects a and b are in different VM, a.eql?(b) does not
make sense. If you pass the either object from one VM ... -
04:59 PM Bug #6008 (Feedback): {a: 1}.hash not consistent over VM restarts
- Jens Berlips wrote:
> Which implies that you should get the behaviour in 1.8.7.
Why? I can't get it. I was wond... -
04:38 PM Bug #6008 (Rejected): {a: 1}.hash not consistent over VM restarts
- $ ruby -e 'puts ({a: 1}.hash)'
-2419336229553239378
$ ruby -e 'puts ({a: 1}.hash)'
-4506930541181251952
$ ruby -e... -
08:34 PM Feature #749 (Rejected): String#indent, String#tabto, etc.
- I'm rejecting this feature ticket because no progress has been made
for a long time. See [ruby-42391].
Sorry... -
08:16 PM Feature #4890 (Assigned): Enumerable#lazy
- Congrats, this proposal had an affirmative vote from matz! (See #708)
To avoid bikeshed discussion, I propose that... -
08:13 PM Feature #4653 (Rejected): [PATCH 1/1] new method Enumerable#rude_map
- まつもとさんが #4890 のやり方がいいと言ったので (#708) 、
2/8 は Enumerable::Lazy 記念日。
--
Yusuke Endoh <[email protected]> -
08:11 PM Feature #708 (Rejected): Lazy Enumerator#select, Enumerator#map etc.
- 2012/2/8 Yukihiro Matsumoto <[email protected]>:
> I vote for #4890.
Thank you for your opinion.
I'll close tho... -
08:06 PM Feature #707: Documentation for Enumerator chaining
- Look good to me. Please go ahead!
--
Yusuke Endoh <[email protected]> - 04:05 PM Revision b2994527 (git): * 2012-02-14
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34585 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:05 PM Revision 4349b42e (git): Mention Kernel#respond_to?.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34584 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:29 PM Revision cedd050e (git): merge revision(s) 34033: [Backport #5997]
- * thread_pthread.c (rb_thread_create_timer_thread): fix memory
leak. [ruby-dev:44904] [Bug #5688]
git-sv... -
03:11 PM Feature #6002 (Assigned): use IO#advise in FileUtils.compare_stream
- OK, approved.
- 02:02 PM Revision 23473d1f (git): * vm_method.c (rb_method_boundp):
- obj.respond_to?(:a_protected_method) should return false because
calling a protected method may cause NoMethodError... -
12:57 PM Revision 261400e7 (git): * gc.c (HEAP_OBJ_LIMIT, HEAP_BITMAP_LIMIT): HEAP_OBJ_LIMIT used
- `sizeof(struct heaps_slot)` while heap is currently allocated
with `struct heaps_header`.
HEAP_BITMAP_LIMIT were ... -
11:40 AM Feature #6003 (Assigned): test/unit/parallel.rb
-
11:34 AM Feature #5964: Make Symbols an Alternate Syntax for Strings
- @tom For Ruby you want #eql? method. In Ruby #=== is more loosely defined and can mean different things for different...
-
09:53 AM Feature #5964: Make Symbols an Alternate Syntax for Strings
- Hi,
Two points:
(1) Currently symbols and strings are very different in several
aspect. Making them... -
10:24 AM Bug #6007 (Closed): Use directive hack to make ARGF documentable in other tools
- This issue was solved with changeset r34576.
Loren, thank you for reporting this issue.
Your contribution to Ruby is ... -
09:35 AM Bug #6007: Use directive hack to make ARGF documentable in other tools
- (Adding patch)
-
09:35 AM Bug #6007 (Closed): Use directive hack to make ARGF documentable in other tools
- RDoc is able to parse commented blocks of code (inside /**/) as a side-effect of its parsing, but other tools will ig...
-
10:23 AM Feature #5979: deprecate Thread#raise
- Hi,
Although I admit Thread#raise is dangerous, it's not more dangerous
than other asynchronous events, like ... -
09:43 AM Bug #3924: Performance bug (in require?)
- Luis Lavena wrote:
> satoshi shiba wrote:
> >
> > May I ask current status of this problem?
> > "rb_file_expand_... -
09:29 AM Bug #3924: Performance bug (in require?)
- satoshi shiba wrote:
>
> May I ask current status of this problem?
> "rb_file_expand_path()" is still a bottlenec... -
09:30 AM Revision df77202b (git): * io.c (io_setstrbuf): defer resizing buffer string until data is
- read actually.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34580 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:51 AM Revision e782ca86 (git): merge revision(s) 33935,33936,33987: [Backport #5702]
- * variable.c (set_const_visibility): Module#private_constant has
changed the visibility of only the first a... -
03:06 AM Revision 8f8764fd (git): merge revision(s) 34576:
- * io.c (Init_IO): use directive hack to make ARGF documentable
in other tools. [ruby-core:42515][Bug #6007... - 01:24 AM Revision 23ebb5ea (git): * 2012-02-13
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34577 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:24 AM Revision b7ef9fa2 (git): * io.c (Init_IO): use directive hack to make ARGF documentable
- in other tools. [ruby-core:42515][Bug #6007]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34576 b2dd03c8-39d4-... -
12:55 AM Bug #6001: Retry idempotent HTTP requests for more errors
- I agree the general direction to add more exceptions like ECONNABORTED.
But I doubt Timeout::Error and should be add...
02/12/2012
-
01:44 PM Bug #6006: Fix calculation of HEAP_OBJ_LIMIT and HEAP_BITMAP_LIMIT
- Sorry for issue without description.
Details:
HEAP_OBJ_LIMIT used `sizeof(struct heaps_slot)` while heap is curre... -
01:31 AM Bug #6006 (Closed): Fix calculation of HEAP_OBJ_LIMIT and HEAP_BITMAP_LIMIT
- https://github.com/ruby/ruby/pull/92
-
12:20 PM Bug #3924: Performance bug (in require?)
- Hi,
Yusuke ENDOH wrote:
> Hi,
>
> 2011/6/23 Hiroshi Nakamura <[email protected]>:
>> Anyone can imagine a downside... -
11:44 AM Revision 0229827c (git): * include/ruby/ruby.h (rb_event_hook_func_t): add argument names.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34575 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:53 AM Feature #5964: Make Symbols an Alternate Syntax for Strings
- I do agree Kurt (for the most part), though I still maintain that Ruby should be more forgiving when it comes to Stri...
-
09:45 AM Bug #5193 (Third Party's Issue): ruby_thread_data_type linker errors fixed with RUBY_EXTERN
- Ah, I see, thanks nobu.
Other issues reported to this tickets are considered Third Party's Issue.
- 07:58 AM Revision d296c3d2 (git): merge revision(s) 34355:
- * misc/rdoc-mode.el (rdoc-imenu-create-index): Add imenu support
to rdoc-mode.
* misc/rdoc-mode.el... - 07:56 AM Revision 9719bfd7 (git): merge revision(s) 34333:
- * misc/rdoc-mode.el (rdoc-mode): Add provide so that requiring
this library succeeds.
git-svn-id: svn+ssh... - 07:54 AM Revision 66f39c77 (git): merge revision(s) 34413:
- * lib/tempfile.rb (Tempfile#unlink, Tempfile::Remover#call): Just
call File.unlink and ignore ENOENT becaus... - 07:51 AM Revision c9fac697 (git): merge revision(s) 34284:34286:
- * lib/shellwords.rb: Fix rdoc markups.
* lib/shellwords.rb (Shellwords#shellsplit): Fix a bug where
... - 07:38 AM Revision b760f18a (git): merge revision(s) 34166:
- * lib/shellwords.rb (Shellwords#shellescape): Drop the //n flag
that only causes warnings with no real effe... - 07:35 AM Revision f4df871a (git): merge revision(s) 34568:
- * tool/merger.rb (#default_merge_branch): Add support for
Subversion 1.7 which adopted a whole new working ... - 07:33 AM Revision 24dbd197 (git): * tool/merger.rb (#default_merge_branch): Add support for
- Subversion 1.7 which adopted a whole new working directory
structure.
git-svn-id: svn+ssh://ci.ruby-lang.org/rub... -
06:17 AM Revision 0d0344c1 (git): * benchmark/driver.rb: suppress unused/shadowing variable warnings.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34567 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:42 AM Revision 7d86051f (git): merge revision(s) 32527,32567: [Backport #6004]
- * vm_method.c (rb_add_method): should not call method_added hook
for undef operation. [Bug #5015]
git-svn... -
12:30 AM Revision 16c36412 (git): merge revision(s) 32544: [Backport #6005]
- * regint.h (PLATFORM_UNALIGNED_WORD_ACCESS): Power PC does not
allow unaligned word access.
* st.c...
02/11/2012
-
11:14 PM Feature #6003 (Closed): test/unit/parallel.rb
- test/unit/parallel.rb is an extension lib for parallel testing of test-all. To my knowledge it's for CRuby test-all,...
-
07:15 PM Revision 691a3a2b (git): * vm_eval.c (check_funcall): Call respond_to? with matching arity for
- legacy single-argument implementations. [ruby-trunk - Bug #6000]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk... -
04:48 PM Revision 3ab9be92 (git): update doc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34563 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:28 PM Revision 0dee3009 (git): * 2012-02-12
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34562 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:28 PM Revision 4e8d188e (git): update doc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34561 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:05 PM Revision f119915f (git): update doc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34560 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:52 AM Feature #6002 (Rejected): use IO#advise in FileUtils.compare_stream
- =begin
I propose to call IO#advise in FileUtils.compare_stream.
It will increase performance.
I created a dummy ... -
11:01 AM Feature #707: Documentation for Enumerator chaining
- What do you think about this patch?
I chose not to monkey-patch Enumerator since I don't want the documentation to... -
09:53 AM Bug #6001 (Closed): Retry idempotent HTTP requests for more errors
- The net-http-persistent gem implements #5790 / #5813 but for more error types:
https://github.com/drbrain/net-http... -
09:37 AM Feature #5937 (Closed): Zlib::Inflate#add_dictionary to pre-supply dictionaries for inflate streams
- This issue was solved with changeset r34553.
Eric, thank you for reporting this issue.
Your contribution to Ruby is g... -
09:29 AM Bug #5929 (Closed): Zlib::Inflate#set_dictionary does not work with short input
- This issue was solved with changeset r34552.
Eric, thank you for reporting this issue.
Your contribution to Ruby is g... -
07:06 AM Revision f3ee8b01 (git): revert r34558. I have accidentally backport r32550. I'm sorry.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34559 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:56 AM Bug #5966 (Assigned): ->{} doesn't work in BasicObject
- I'm not sure why FCALL is dealt specially in op_send.
It doesn't seem needed if self is put instead of nil. -
06:55 AM Revision 31dd3b32 (git): merge revision(s) 32550:
- * win32/win32.c, include/ruby/win32.h (rb_w32_io_cancelable_p): renamed
from rb_w32_has_cancel_io(). now i... -
06:42 AM Revision 6396bcb8 (git): merge revision 32543:
- * ChangeLog: fix a typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34557 b2dd03c8-39d4-4d8f-98... -
06:39 AM Revision c2ae84bc (git): merge revisions 32532,32534:
- * ChangeLog: fix typos.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34556 b2dd03c8-39d4-4d8f-98... -
05:48 AM Bug #5931: Random SEGV during execution on YARD specs
- The patch fixing #5851 was applied, so that is definitely different issue. But yes, I can try it next week with trunk.
-
05:46 AM Bug #5193: ruby_thread_data_type linker errors fixed with RUBY_EXTERN
- Yui NARUSE wrote:
> I know 1.9.3 hides internal functions and it breaks ruby-debug, so the workaround (r33289) is co... -
01:58 AM Bug #5193 (Feedback): ruby_thread_data_type linker errors fixed with RUBY_EXTERN
- Could you summarize current situation?
I want to release Ruby 1.9.3 patch release and know which commits should be... -
01:36 AM Bug #5193: ruby_thread_data_type linker errors fixed with RUBY_EXTERN
- What's holding this back is the segmentation fault running the "where" command.
-
05:31 AM Bug #5986: Segmentation Fault
- Luis Matta wrote:
> Yui NARUSE wrote:
> > Could you make a self-contained small reproducible code?
>
> Is the co... -
03:45 AM Bug #5986: Segmentation Fault
- Yui NARUSE wrote:
> Could you make a self-contained small reproducible code?
Is the code I submitted OK? Do you n... -
03:04 AM Revision cd339692 (git): * compile.c (defined_expr): guard the whole expression.
- [ruby-dev:45021][Bug#5786]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34555 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:37 AM Bug #5998 (Closed): docs: Array#select! return object
- This issue was solved with changeset r34535.
b, thank you for reporting this issue.
Your contribution to Ruby is grea... -
01:22 AM Revision c25f3d78 (git): * vm_eval.c (check_funcall): adjust indent.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34554 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:37 AM Revision 1516f8eb (git): * ext/zlib/zlib.c (rb_inflate_add_dictionary): Added
- Zlib::Inflate#add_dictionary to allow users to pre-specify
for using during #inflate. [ruby-trunk - Feature #5937]... -
12:29 AM Revision 403dc535 (git): * ext/zlib/zlib.c (do_inflate): Inflate more data if buffered data
- exists. Allows Zlib::Inflate#set_dictionary to work.
[ruby-trunk - Bug #5929]
git-svn-id: svn+ssh://ci.ruby-lang... -
12:12 AM Revision e1d113cb (git): Ignore generated Makefile and extconf.h
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34551 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
02/10/2012
-
11:06 PM Revision 83af59b8 (git): merge revision(s) 33508:
- * test/openssl/test_ssl.rb (test_multibyte_read_write): start server
for each length to avoid race conditio... -
11:02 PM Feature #5999: Optimize for faster loading time and win32/file.c refactoring
- Usa,
Do you approve this be merged?
Thank you. -
10:44 PM Feature #5999 (Closed): Optimize for faster loading time and win32/file.c refactoring
- This was originally discussed at [ruby-core:41799] `Best way to separate implementation specific code?`.
Ruby star... -
10:13 PM Bug #5353: TLS v1.0 and less - Attack on CBC mode
- At first, I misunderstood the message from Martin that he just want to turn off the flag by default. I thought we can...
-
02:24 AM Bug #5353: TLS v1.0 and less - Attack on CBC mode
- Backported to ruby_1_9_3 in r34524 and to ruby_1_9_2 in r34525.
-
09:32 PM Revision c0cdff2c (git): Revert r34538.
- * backport 33935,33936,33987 (fix private constant)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3... -
09:14 PM Revision d14b60ff (git): merge revision(s) 34547:
- * dir.c (fnmatch): The * needs to be escaped to avoid formatting in
fnmatch comment.
patched by @... -
09:12 PM Revision c13d0b0c (git): * dir.c (fnmatch): The * needs to be escaped to avoid formatting in
- fnmatch comment.
patched by @dalton. https://github.com/ruby/ruby/pull/91
git-svn-id: svn+ssh://ci.ruby-lang.org/r... -
06:39 PM Revision a208a750 (git): merge revision(s) 34043,34045,34132: [Backport #5791]
- * win32/win32.c, include/ruby/win32.h (rb_w32_fd_is_text): new function.
* win32/win32.c (init_stdhandle): s... -
06:38 PM Revision 87746919 (git): merge revision(s) 33981: [Backport #5792]
- * test/rexml/test_order.rb (OrderTester#test_more_ordering): use
GZip::GzReader.open instead of GZip::GzRea... -
06:37 PM Revision 6d0f11de (git): merge revision(s) 33946:
- * ext/zlib/zlib.c (rb_gzreader_initialize): revert a part of r33937.
1st, to change the mode of an IO is ve... -
06:24 PM Revision 773b80bf (git): merge revision(s) 33937: [Backport #5704]
- * ext/zlib/zlib.c (rb_gzreader_initialize): use binary mode by default
under Windows. Patch by Hiroshi Shir... -
06:21 PM Revision 093ade0e (git): merge revision(s) 33662,33666,33770: [Backport #5793]
- ------------------------------------------------------------------------
r33662 | usa | 2011-11-08 02:48:11 +0900 (Tu... -
06:19 PM Revision 45501bec (git): merge revision(s) 33152,33649:
- * test/ruby/test_io_m17n.rb (TestIO_M17N#test_{default_mode_on_dosish,
default_mode_on_unix,text_mode,binar... -
06:18 PM Revision 3d3cf970 (git): merge revision(s) 33144:
- * test/ruby/test_io_m17n.rb (TestIO_M17N#test_{default_mode_on_dosish,
default_mode_on_unix,text_mode,binar... -
06:13 PM Revision 04e65c38 (git): merge revision(s) 33200: [Backport #5794]
- * transcode.c: enabled econv newline option.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34539 ... -
06:12 PM Revision 84a867fa (git): merge revision(s) 33935,33936,33987:
- * variable.c (set_const_visibility): Module#private_constant has
changed the visibility of only the first a... -
06:07 PM Bug #5998 (Closed): docs: Array#select! return object
- Array#select! returns `self` not `new_ary`.
-
06:04 PM Feature #5980: Trying to Load File When Too Many Files Open Should Raise Something Other Than Plain LoadError
- If it raises other than LoadError, it breaks codes which uses LoadError.
Changing additional message can be accepted. -
06:02 PM Bug #5739: [BUG] object allocation during garbage collection phase
- Issue #5739 has been updated by Fused Team.
This thing actually occurring when there's infinite loop and sta... -
05:54 PM Bug #5739: [BUG] object allocation during garbage collection phase
- Issue #5739 has been updated by Fused Team.
This thing actually occurring when there's infinite loop and sta... -
05:54 PM Bug #5739: [BUG] object allocation during garbage collection phase
- Issue #5739 has been updated by Fused Team.
This thing actually occurring when there's infinite loop and sta... -
05:49 PM Bug #5931 (Feedback): Random SEGV during execution on YARD specs
- Could you try trunk/latest 1.9.3?
I doubt this is caused by the same reason of #5851. - 05:46 PM Revision ca42d13e (git): merge revision(s) 34535:
- * array.c: Fix rdoc for Array#select!
patched by b t [ruby-core:42478] [Bug #5998]
git-svn-id: svn+ssh://c... -
05:45 PM Bug #5076 (Closed): Mac OS X Lion Support
- From r34278, ruby-trunk should support Lion with following clang:
% clang --version
Apple clang version 3.0 (tags/Ap... -
05:38 PM Bug #5933 (Closed): thin と Rack::FiberPool で SEGV が発生
- clang でビルドした Ruby を使ったんじゃないでしょうか。
で、おそらく 1.9.3-p26 (r34288) で修正された問題だと思います。 - 05:37 PM Revision 198736fb (git): * 2012-02-11
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34536 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:37 PM Revision 6a8c05e3 (git): * array.c: Fix rdoc for Array#select!
- patched by b t [ruby-core:42478] [Bug #5998]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34535 b2dd03c8-39d4-4... -
05:27 PM Revision 2c5d6bae (git): merge revision(s) 33485:
- * lib/openssl/buffering.rb: Force multi-byte strings to be treated as
binary data.
* test/openssl/... -
05:05 PM Bug #5429 (Closed): 64ビットなFreeBSDのioctlでビット31が1なリクエストの時の不具合
- Makoto Kishimoto wrote:
> とりあえず今気づきましたというACKだけ。
> 特に何か「これは困る」というものではないので、
> 1.9.3へのバックポートは、なしで、私はかまいません。
じゃあ、なし... -
04:54 PM Bug #5429: 64ビットなFreeBSDのioctlでビット31が1なリクエストの時の不具合
- 確認しました。
最初の報告にあるような、ウォーニングシステムメッセージは出なくなっています。
クローズお願いします。 -
04:45 PM Bug #5429: 64ビットなFreeBSDのioctlでビット31が1なリクエストの時の不具合
- とりあえず今気づきましたというACKだけ。
特に何か「これは困る」というものではないので、
1.9.3へのバックポートは、なしで、私はかまいません。
trunkで問題が起きないことを確認すればいいんですよね?
(さて問題の... -
04:27 PM Feature #5994: Dir.glob without wildcards returns pattern, not filename
- Hi Nobu,
I expected:
~~~ruby
p Dir.glob('foO') #=> ["Foo"]
~~~
The current behaviour would be difficult to... -
03:31 PM Feature #5994 (Feedback): Dir.glob without wildcards returns pattern, not filename
- Dave B wrote:
> ~~~ruby
> p Dir.glob('foO') #=> ["foO"] not wanted
What do you want, an empty array same as cas... -
01:23 PM Feature #5994: Dir.glob without wildcards returns pattern, not filename
- This *nix behaviour would be fine, for me.
~~~ruby
# ruby 1.8.7p302 (2010-08-16) [i486-linux]
#-----------------... -
12:52 PM Feature #5994 (Closed): Dir.glob without wildcards returns pattern, not filename
- This is Windows specific, I guess, as filename case doesn't matter there.
Ruby version is not specific to 1.9.3p0 (r... -
02:14 PM Feature #5995 (Rejected): calling io_advise_internal() in read_all()
- =begin
I propose to call io_advise_internal() in read_all().
It will increase performance.
I created a dummy fil... -
09:29 AM Bug #5988: Time class interprets "2012-02-30" as "2012-03-01"
- 2012/2/10 Yui NARUSE <[email protected]>:
> The time class seems to accept any number from 1-31 as a valid day fo... -
02:26 AM Bug #5988 (Assigned): Time class interprets "2012-02-30" as "2012-03-01"
-
08:28 AM Revision c3e465b5 (git): merge revision(s) 33795,33796:
- * lib/set.rb (SortedSet.setup): don't remove old_init. The remove
makes the warning prevention fragile. [... -
08:02 AM Revision d91a05c8 (git): merge revision(s) 34033: [Backport #5996]
- * thread_pthread.c (rb_thread_create_timer_thread): fix memory
leak. [ruby-dev:44904] [Bug #5688]
git-svn... -
05:29 AM Feature #3946: Array#packのqQ指定子に機種依存サイズフラグ!を追加
- (2/9/12 2:19 PM), U.Nakamura wrote:
> こんにちは、なかむら(う)です。
>
> In message "[ruby-dev:45219] Re: [Ruby 1.9-Feature... -
04:23 AM Feature #3946: Array#packのqQ指定子に機種依存サイズフラグ!を追加
- こんにちは、なかむら(う)です。
In message "[ruby-dev:45219] Re: [Ruby 1.9-Feature#3946][Open] Array#packのqQ指定子に機種依存サイズフラグ!を追... -
02:53 AM Feature #3946: Array#packのqQ指定子に機種依存サイズフラグ!を追加
- >> > LONG_LONGという言葉を使うとCRuby固有に聞こえますけど、要する
>> > にlong longのデータをどう扱いますか、ということなので、あまり
>> > LONG_LONGという字面にとらわれて考える... -
02:29 AM Bug #5920 (Rejected): Encoding.compatible? gives inconsistent results with String vs Encoding arguments
-
02:27 AM Bug #5990 (Feedback): Random Segmentation Fault when running on Linux Fedora
- Could you show a small reproducible code?
-
02:23 AM Feature #5987 (Assigned): IPAddr#initialize should display the invalid address when raising ArgumentError
-
01:59 AM Bug #5993 (Closed): Thread.new{ Fiber.new { Thread.exit }.resume }.join で例外
- 以下のように Fiber 内で Thread.exit するとメッセージが空の RuntimeError が発生します。
Thread.new{ Fiber.new { Thread.exit }.resume }.join #... -
01:50 AM Feature #5992 (Closed): DL and fiddle should support intrinsic types, size_t, ptrdiff_t and intptr_t
- =begin
(({size_t})) and (({ptrdiff_t})) can be resulted by built-in operators, so they should be provided as well as... -
12:53 AM Bug #5978: YAML.load_stream should process documents as they are read
- Cool.
-
12:38 AM Bug #5991 (Closed): fiddle/conversion.c ignores unsigned qualifier
- =begin
In (({value_to_generic()})), ((|signed_p|)) seems to be ignored except for
(({TYPE_LONG})), and (({NUM2LONG(...
Also available in: Atom