Project

General

Profile

Activity

From 12/18/2013 to 12/24/2013

12/24/2013

11:20 PM Feature #9292 (Closed): Add unit test for chown method in test_fileutils.rb with root account
This issue was solved with changeset r44387.
Vajrasky, thank you for reporting this issue.
Your contribution to Ruby ...
nobu (Nobuyoshi Nakada)
07:34 PM Feature #9292 (Closed): Add unit test for chown method in test_fileutils.rb with root account
There is no unit test for chown method in test_fileutils.rb with root account. Chown with root account has unique beh... vajrasky (Vajrasky Kok)
10:25 PM Bug #9289 (Feedback): Segmentation fault - RailsInstaller, RubyInstaller, Ruby.
Hello,
This type of crashing sometimes is associated with other tools that is affecting loading of DLLs.
Can yo...
luislavena (Luis Lavena)
12:18 PM Bug #9289 (Closed): Segmentation fault - RailsInstaller, RubyInstaller, Ruby.
Installed RailsInstaller; Ruby crashes it on post-install config (ssh/git). Confirmed by running ruby with no params... bob (bob barker)
07:17 PM Bug #9291 (Rejected): array splatting a nil works, but hash splatting a nil does not
irb(main):001:0> [*nil]
=> []
irb(main):002:0> {**nil}
TypeError: no implicit conversion of nil into Hash
rits (First Last)
06:31 PM Revision ddc1c8f4 (git): * 2013-12-25
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_1@44398 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
06:31 PM Revision 14e3eab8 (git): merge revision(s) 44374,44375,44376: [Backport #9290]
* README.EXT: add a document about RGenGC.
Reviewed by havenwood.
[misc #8962]
* README....
naruse (Yui NARUSE)
06:13 PM Bug #7977 (Rejected): rails 4 crashes ruby 2.0 on Solaris
Closing because of lacking of reproduction. ngoto (Naohisa Goto)
04:56 PM Revision a8aefef8 (git): fileutils.rb: rmdir parents option
* lib/fileutils.rb (FileUtils#rmdir): [DOC] add parents option.
[Bug #7824]
git-svn-id: svn+ssh://ci.ruby-lang.org...
nobu (Nobuyoshi Nakada)
04:44 PM Revision 3e37a7f7 (git): ossl.c: integer overflow
* ext/openssl/ossl.c (string2hex): fix signed integer overflow.
[ruby-core:51711] [Bug #7744] [Fixes GH-242]
git-s...
nobu (Nobuyoshi Nakada)
04:44 PM Revision b06f4a93 (git): test_variable.rb: fix test
* test/ruby/test_variable.rb (test_binding_local_variables):
adjust local variables.
git-svn-id: svn+ssh://ci.ruby...
nobu (Nobuyoshi Nakada)
04:28 PM Bug #9005 (Closed): object.send(:define_method, ...){...} creates private method
This issue was solved with changeset r44380.
Jeremy, thank you for reporting this issue.
Your contribution to Ruby is...
nobu (Nobuyoshi Nakada)
04:28 PM Bug #9141 (Closed): define_singleton_method creates private method
This issue was solved with changeset r44380.
Jeremy, thank you for reporting this issue.
Your contribution to Ruby is...
nobu (Nobuyoshi Nakada)
04:21 PM Revision 38bbe374 (git): merge revision(s) 43954: [Backport #9125]
* lib/net/smtp.rb (Net::SMTP#critical): Always return a
Net::SMTP::Response. Patch by Pawel Veselov.
...
nagachika (Tomoyuki Chikanaga)
04:03 PM Revision a11831a9 (git): proc.c: Binding#local_variables
* proc.c (bind_local_variables): allowing binding to list its
local variables. patch by Jack Danger Canty <jackdan...
nobu (Nobuyoshi Nakada)
03:46 PM Revision bcef849d (git): merge revision(s) 40829:
fix typos inspired by r40825
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@44391 b2dd03c8-39d4-4d8...
nagachika (Tomoyuki Chikanaga)
03:37 PM Revision ad575727 (git): merge revision(s) 44184: [Backport #9247]
* ext/socket/lib/socket.rb: Don't test $! in "ensure" clause because
it may be set before the body.
...
nagachika (Tomoyuki Chikanaga)
03:36 PM Revision 2e6ffdf9 (git): * 2013-12-25
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44389 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:36 PM Revision e4d63b4f (git): test_fileutils.rb: fix test
* test/fileutils/test_fileutils.rb (test_chown_error): splat uids.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk...
nobu (Nobuyoshi Nakada)
02:44 PM Bug #9276: "RUBY_FREE_MIN is obsolete. Use RUBY_GC_HEAP_FREE_SLOTS instead" warning should not be issued when both ENV vars are set.
ko1 (Koichi Sasada) wrote:
> Naruse-san:
> could you decide to introduce this patch or not?
It sounds reasonable...
naruse (Yui NARUSE)
02:32 PM Misc #8962 (Closed): [DOC] add step to enable Generational GC merits in README.EXT*
ko1 (Koichi Sasada)
02:20 PM Revision 7e2269a9 (git): test_fileutils.rb: tests for chown
* test/fileutils/fileasserts.rb (assert_ownership_user): new
assertion for user ownership.
* test/fileutils/test_fi...
nobu (Nobuyoshi Nakada)
02:04 PM Revision 9ef195f8 (git): test_fileutils.rb: enclose helper methods
* test/fileutils/test_fileutils.rb: enclose helper methods in a
module from global functions.
git-svn-id: svn+ssh:...
nobu (Nobuyoshi Nakada)
02:04 PM Revision 20c38381 (git): vm.c: check cbase
* vm.c (rb_vm_cref_in_context): check also cbase, not only self.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4...
nobu (Nobuyoshi Nakada)
12:18 PM Bug #9287 (Assigned): 'rb_obj_write' discards qualifiers from pointer target type
ko1 (Koichi Sasada)
12:13 PM Bug #9287 (Closed): 'rb_obj_write' discards qualifiers from pointer target type
This issue was solved with changeset r44372.
Yui, thank you for reporting this issue.
Your contribution to Ruby is gr...
ko1 (Koichi Sasada)
11:48 AM Bug #9287: 'rb_obj_write' discards qualifiers from pointer target type
下記のようなプログラムで警告が出るか確認してもらうことは出来るでしょうか。
---
#include <stdio.h>

int
main() {
const int foo = 0;
int *...
ko1 (Koichi Sasada)
11:56 AM Revision fb725a20 (git): * benchmark/bm_so_meteor_contest.rb: [DOC] Fix typo
s/accross/across/
[ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44384 b2dd03c8-39d4-4d8f-98ff-823fe69b...
matsuda (Akira Matsuda)
11:15 AM Bug #9247 (Assigned): Bugs in socket.rb (exception retrieval)
ko1 (Koichi Sasada)
10:05 AM Revision 42d491cd (git): assertions.rb: fix return value
* lib/test/unit/assertions.rb (assert_throw): should return the
caught value.
git-svn-id: svn+ssh://ci.ruby-lang.o...
nobu (Nobuyoshi Nakada)
09:36 AM Revision df7fc7ce (git): assertions.rb: improve assert_throw
* lib/test/unit/assertions.rb (assert_throw): revert r44379 and
improve failure message, since assert_throws cannot...
nobu (Nobuyoshi Nakada)
09:19 AM Revision 83651387 (git): test_method.rb: fix test
* test/ruby/test_method.rb (test_define_method_in_private_scope):
remove extra *, to get the argument itself.
git-...
nobu (Nobuyoshi Nakada)
07:28 AM Revision 1fc33199 (git): proc.c: make method by define_method public
* proc.c (rb_mod_define_method): consider visibility only if self
in the caller is same as the receiver, otherwise ...
nobu (Nobuyoshi Nakada)
07:13 AM Revision 3c0cbea8 (git): assertions.rb: assert_throw
* lib/test/unit/assertions.rb (assert_throw): make an alias of
assert_throws.
git-svn-id: svn+ssh://ci.ruby-lang.o...
nobu (Nobuyoshi Nakada)
07:13 AM Revision 305dcade (git): eval.c: unused declaration
* eval.c (rb_vm_get_cref): remove unused declaration.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44378 b2dd03...
nobu (Nobuyoshi Nakada)
07:13 AM Revision 590738aa (git): README.EXT.ja: fix probable typo
* README.EXT.ja (Appendix D): fix probable typo. RHASH_PTR() is
not defined.
git-svn-id: svn+ssh://ci.ruby-lang.or...
nobu (Nobuyoshi Nakada)
05:13 AM Revision 777cd24e (git): * README.EXT: add a refer to URL.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44376 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ko1 (Koichi Sasada)
05:01 AM Revision 474e5bd0 (git): * remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44375 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
05:00 AM Revision 215c40b8 (git): * README.EXT: add a document about RGenGC.
Reviewed by havenwood.
[misc #8962]
* README.EXT.ja: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44...
ko1 (Koichi Sasada)
03:43 AM Revision f7979abc (git): test_alias.rb: rename duplicate name
* test/ruby/test_alias.rb (test_alias_wb_miss): rename duplicate
name to get rid of redefinition.
git-svn-id: svn+...
nobu (Nobuyoshi Nakada)
03:13 AM Revision def62c32 (git): * include/ruby/ruby.h (RARRAY_ASET): try to avoid compiler warning.
[Bug #9287]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44372 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
ko1 (Koichi Sasada)
01:16 AM Revision a137f4ed (git): * remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44371 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
01:13 AM Revision af17af1f (git): hash.c: extra states
* hash.c (rb_hash_reject): use words "extra states".
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44370 b2dd03...
nobu (Nobuyoshi Nakada)
12:33 AM Bug #9213: mkmf.rb emits invalid destination directory name for mswin32/64
r44019 was backported to ruby_2_0_0 at r44367. nagachika (Tomoyuki Chikanaga)

12/23/2013

11:26 PM Feature #9020: Net::HTTPResponse predicate/query methods
Adding proposed patch, which takes advantage of recent frozen string optimization. timcraft (Tim Craft)
10:58 PM Bug #9236: include + include + alias_method + super behaviour inconsistency between 1.9 and 2.0
r44175 and r44179 were backported to `ruby_2_0_0` at r44345, and additionally r44198 was backported at 44366. nagachika (Tomoyuki Chikanaga)
08:52 PM Bug #9005: object.send(:define_method, ...){...} creates private method
`send` is irrelevant here.
If you make `define_method` public, it isn't needed.
```ruby
c = Class.new {
class...
nobu (Nobuyoshi Nakada)
03:54 PM Bug #9005: object.send(:define_method, ...){...} creates private method
There's only two days until the release of 2.1.0, and this still hasn't been fixed. This is a serious regression tha... jeremyevans0 (Jeremy Evans)
08:28 PM Bug #9262: global_method_cache should be configurable or grow automatically
Add couple of fixes to patch:
1. fix rb_mcache_resize - it didn't copy method_state and class_serial on resize, so t...
funny_falcon (Yura Sokolov)
04:56 PM Bug #9262: global_method_cache should be configurable or grow automatically
Note: for comparison see the results on an unpatched 2.0.0 p353
---
home_page:
50: 35
75: 40
90: 107
...
sam.saffron (Sam Saffron)
04:35 PM Bug #9262: global_method_cache should be configurable or grow automatically
Discourse Bench,
Disabled Method Cache vs Current cache vs 16x larger method cache vs Funny Falcon
Disabled...
sam.saffron (Sam Saffron)
04:11 PM Bug #9262: global_method_cache should be configurable or grow automatically
There was a concern that gettimeofday is expensive and adds too much time to my results
I measured:
static VAL...
sam.saffron (Sam Saffron)
01:56 PM Bug #9262: global_method_cache should be configurable or grow automatically
I ran some benchmarks with funny-falcon's patch. Memory usage is increased by 5-10mb RSS in our app, and response tim... tmm1 (Aman Karmani)
10:27 AM Bug #9262: global_method_cache should be configurable or grow automatically
Before I measure the changes proposed by funny falcon I wanted to present the sad state of affairs.
I applied this...
sam.saffron (Sam Saffron)
08:06 PM Revision 72bc02df (git): * 2013-12-24
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44369 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
08:06 PM Revision 156d7f5f (git): * test/fileutils/test_fileutils.rb (setup): should not call
Process.groups for Windows. get rid of many errors introduced by
r44364.
git-svn-id: svn+ssh://ci.ruby-lang.org/...
U.Nakamura
06:37 PM Feature #9286 (Closed): Add unit test for test_chown in test_fileutils.rb with non-root account
This issue was solved with changeset r44364.
Vajrasky, thank you for reporting this issue.
Your contribution to Ruby ...
nobu (Nobuyoshi Nakada)
05:40 PM Feature #9286 (Closed): Add unit test for test_chown in test_fileutils.rb with non-root account
Right now, there is no unit tests for test_chown except for checking whether chown is singleton or not. Hereby, I att... vajrasky (Vajrasky Kok)
06:22 PM Bug #9287 (Closed): 'rb_obj_write' discards qualifiers from pointer target type
array.c: In function 'rb_ary_new_from_args':
array.c:506: warning: passing argument 2 of 'rb_obj_write' discards qua...
naruse (Yui NARUSE)
04:26 PM Bug #9285: Exception message of Errno::ENOENT contains strings @ rb_sysopen and @ dir_initialize in Ruby 2.1
At first, I say what it is.
It is the C function name where the exception is raised.
Therefore you can't the name f...
naruse (Yui NARUSE)
03:33 PM Revision b9bfc5b8 (git): merge revision(s) 44019: [Backport #9213]
* lib/mkmf.rb (configuration): strip destdir part from prefix to get
rid of duplication. a patch by arton ...
nagachika (Tomoyuki Chikanaga)
01:57 PM Revision aadf98f1 (git): merge revision(s) 44198: [Backport #9236]
* proc.c (mnew_from_me): method by respond_to_missing? should be
owned by the original class.
git-svn-id:...
nagachika (Tomoyuki Chikanaga)
10:00 AM Revision 92a3083d (git): merge revision(s) 44334: [Backport #9283]
* test/rubygems/test_gem_ext_builder.rb: Fix warning due to ambiguous
expression.
git-svn-id: svn+ssh://...
naruse (Yui NARUSE)
09:37 AM Revision e6847d1c (git): test_fileutils.rb: tests for chown
* test/fileutils/fileasserts.rb (assert_ownership_group): new
assertion for group ownership.
* test/fileutils/test_...
nobu (Nobuyoshi Nakada)
09:01 AM Revision bc159ec5 (git): hash.c: fix infinite loop
* hash.c (has_extra_methods): traverse ancestors, and fix infinite
loop. [Bug #9275]
git-svn-id: svn+ssh://ci.rub...
nobu (Nobuyoshi Nakada)
08:16 AM Bug #9274: A lot of SystemStackError on Windows 8.1 with MSVC 2013
That patch was incomplete.
A value of the recursion keys hashes is an object ID or a hash of paired IDs.
They can't...
nobu (Nobuyoshi Nakada)
07:13 AM Revision 8680f4f8 (git): merge revision(s) 44333: [Backport #9282]
* lib/rubygems/commands/install_command.rb: Restore gem install
--ignore-dependencies for remote gems
...
naruse (Yui NARUSE)
07:12 AM Revision 0f7e52f9 (git): merge revision(s) 44354: [Backport #9270]
* array.c: Have to_h raise on elements that are not key-value pairs
[#9239]
* enum.c: ditto
git-...
naruse (Yui NARUSE)
07:00 AM Revision cb62186b (git): hash.c: fix commit miss
* hash.c (HAS_EXTRA_STATES): remove extra parenthesis.
[Bug #9275]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tru...
nobu (Nobuyoshi Nakada)
06:53 AM Revision c25c8477 (git): hash.c: reduce warning
* hash.c (HAS_EXTRA_STATES): warn extra states only when something
differ. [ruby-core:59254] [Bug #9275]
git-svn-...
nobu (Nobuyoshi Nakada)
06:53 AM Revision 21e74f54 (git): hash.c: reword
* hash.c (HAS_EXTRA_STATES, rb_hash_reject): use words
"extra states".
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby...
nobu (Nobuyoshi Nakada)
06:52 AM Revision 16863d90 (git): test_hash.rb: suppress warnings
* test/ruby/test_hash.rb (test_rehash2, test_callcc_iter_level):
suppress shadowing outer local variable warnings.
...
nobu (Nobuyoshi Nakada)
06:52 AM Bug #9261 (Closed): HowToReport is broken
I've imported part of ./doc/contributing.rdoc from trunk.
Although it's formatted in RDoc, we should be good now.
zzak (zzak _)
06:52 AM Revision 3a18a62d (git): envutil.rb: use EXEEXT
* test/ruby/envutil.rb (rubybin): use EXEEXT configured value
instead of the hard coded suffix.
git-svn-id: svn+ss...
nobu (Nobuyoshi Nakada)
05:34 AM Revision 1f861a6e (git): * lib/irb.rb: [DOC] Fix typo
s/degits/digits/
[ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44355 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
matsuda (Akira Matsuda)
03:42 AM Revision 9471f418 (git): * array.c: Have to_h raise on elements that are not key-value pairs [#9239]
* enum.c: ditto
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44354 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Marc-Andre Lafortune

12/22/2013

11:41 PM Revision 2b93dbd8 (git): merge revision(s) 43775: [Fixes GH-458]
https://github.com/ruby/ruby/pull/458
* util.c (ruby_strtod): ignore too long fraction part, which does not
...
Terence Lee
11:31 PM Revision b912e1d2 (git): * 2013-12-23
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8_7@44352 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
11:31 PM Revision dabc9036 (git): merge revision(s) 43775: [Fixes GH-457]
https://github.com/ruby/ruby/pull/457
* util.c (ruby_strtod): ignore too long fraction part, which does not
...
Terence Lee
08:47 PM Bug #9285 (Rejected): Exception message of Errno::ENOENT contains strings @ rb_sysopen and @ dir_initialize in Ruby 2.1
Exception message of Errno::ENOENT exception contains strings "@ rb_sysopen" or "@ dir_initialize" in Ruby 2.1.0-rc1.... abotalov (Andrei Botalov)
08:13 PM Revision 573762a7 (git): * doc/syntax/methods.rdoc: [DOC] Added example for underscore
conventions in method names. Also added doc to clarify encoding
character set support for Ruby programs and elabora...
zzak (zzak _)
07:16 PM Bug #9276: "RUBY_FREE_MIN is obsolete. Use RUBY_GC_HEAP_FREE_SLOTS instead" warning should not be issued when both ENV vars are set.
myronmarston (Myron Marston) wrote:
> Is there an easy way to build trunk using chruby? That's what I use these day...
Eregon (Benoit Daloze)
10:03 AM Bug #9276: "RUBY_FREE_MIN is obsolete. Use RUBY_GC_HEAP_FREE_SLOTS instead" warning should not be issued when both ENV vars are set.
> could you check the behavior of trunk?
Is there an easy way to build trunk using chruby? That's what I use thes...
myronmarston (Myron Marston)
04:13 AM Bug #9276 (Assigned): "RUBY_FREE_MIN is obsolete. Use RUBY_GC_HEAP_FREE_SLOTS instead" warning should not be issued when both ENV vars are set.
I think this request is reasonable.
myronmarston:
could you check the behavior of trunk?
Naruse-san:
could yo...
ko1 (Koichi Sasada)
04:11 AM Bug #9276 (Closed): "RUBY_FREE_MIN is obsolete. Use RUBY_GC_HEAP_FREE_SLOTS instead" warning should not be issued when both ENV vars are set.
This issue was solved with changeset r44327.
Myron, thank you for reporting this issue.
Your contribution to Ruby is ...
ko1 (Koichi Sasada)
03:32 AM Bug #9276 (Closed): "RUBY_FREE_MIN is obsolete. Use RUBY_GC_HEAP_FREE_SLOTS instead" warning should not be issued when both ENV vars are set.
Trying out ruby 2.1.0-rc1, I keep getting this warning. I understand why, and I've updated my ~/.zshrc to set RUBY_G... myronmarston (Myron Marston)
06:21 PM Revision cadd6606 (git): * doc/ChangeLog-1.9.3: [DOC] Fix typos by @dvsuresh
[Fixes GH-485] https://github.com/ruby/ruby/pull/485
* ext/openssl/ossl_config.c: ditto
* lib/rss/utils.rb, lib/time....
zzak (zzak _)
03:48 PM Revision ba128644 (git): commit miss from r44346
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44348 b2dd03c8-39d4-4d8f-98ff-823fe69b080e zzak (zzak _)
03:16 PM Bug #9277 (Rejected): REXML fails to parse comments with multiple dashes ('-') in them
mame (Yusuke Endoh) wrote:
> As I recall correctly, the XML spec does not allow "--" in a comment.
Yes indeed. Se...
duerst (Martin Dürst)
08:44 AM Bug #9277: REXML fails to parse comments with multiple dashes ('-') in them
As I recall correctly, the XML spec does not allow "--" in a comment.
http://en.wikipedia.org/wiki/XML#Comments
...
mame (Yusuke Endoh)
07:50 AM Bug #9277 (Assigned): REXML fails to parse comments with multiple dashes ('-') in them
zzak (zzak _)
07:47 AM Bug #9277 (Rejected): REXML fails to parse comments with multiple dashes ('-') in them
=begin
REXML cannot handle multiple dashes in a comment:
require 'rexml/document'
REXML::Document.new('<html><...
bhollis (Ben Hollis)
03:00 PM Revision 572a6221 (git): * 2013-12-23
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44347 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:00 PM Revision 2c5dcdf0 (git): * lib/{rake,rdoc,rss}/*, test/rexml/test_listener.rb: [DOC] Fix typos
by @dvsuresh [Fixes GH-486] https://github.com/ruby/ruby/pull/486
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk...
zzak (zzak _)
02:33 PM Revision f0f3821b (git): merge revision(s) 44175,44179: [Backport #9236]
* proc.c (method_owner): return the class where alias is defined, not
the class original method is defined....
nagachika (Tomoyuki Chikanaga)
10:25 AM Revision b6a2e6aa (git): merge revision(s) 44332: [Backport #9281]
* lib/rdoc.rb: Set RDoc to release version.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_1@44344 b2...
naruse (Yui NARUSE)
10:22 AM Revision b730f633 (git): merge revision(s) 44331: [Backport #9280]
* lib/rubygems.rb: Set RubyGems to release version.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_1@...
naruse (Yui NARUSE)
10:22 AM Revision fb1d4fa8 (git): merge revision(s) 44330: [Backport #9279]
* lib/rubygems.rb (module Gem): Fix comment for
Gem::load_path_insert_index.
git-svn-id: svn+ssh://ci.ru...
naruse (Yui NARUSE)
10:18 AM Revision 4057bf0c (git): merge revision(s) 44307: [Backport #9271]
* win32/Makefile.sub (fake.rb): fixed wrong RUBY_PLATFORM, to correctly
install win32.h.
[ruby-co...
naruse (Yui NARUSE)
09:19 AM Feature #9278 (Closed): Magic comment "immutable: string" makes "literal".freeze the default for that file
Building on https://bugs.ruby-lang.org/issues/9042, this pull request adds the magic comment # -*- immutable: string ... colindkelley (Colin Kelley)
07:00 AM Revision e39b6aaa (git): Release branch of Ruby 2.1
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_1@44340 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
05:33 AM Revision 8f83a5ee (git): merge revision(s) 37388: [Backport #9232]
* process.c (redirect_dup2): set standard handles when new fd is stdio,
because if there is no allocated co...
U.Nakamura
05:14 AM Revision e119e192 (git): * object.c (rb_obj_clone): protect FL_MARK of a dest object. A lazy
sweeper free up a dest object if a marker is invoked immediately
following allocate a dest object in rb_obj_alloc()...
U.Nakamura
04:53 AM Revision cfbdfc79 (git): merge revision(s) 43923,43925: [Backport #9182]
* ext/tk/lib/tkextlib/tktable/tktable.rb: fix bug on arguments for Proc object.
* ext/tk/sample/scrollframe....
U.Nakamura
04:38 AM Revision 886c2be3 (git): * lib/rubygems.rb: 1.8.23.2.
[ruby-core:58757] [Backport#9193] reported by Jeremy Evans and patched
by Eric Hodel.
git-svn-id: svn+ssh://ci.ru...
U.Nakamura
02:12 AM Revision e5eb6e9a (git): * test/rubygems/test_gem_ext_builder.rb: Fix warning due to ambiguous
expression.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44334 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
drbrain (Eric Hodel)
02:06 AM Revision cb8be30e (git): * lib/rubygems/commands/install_command.rb: Restore gem install
--ignore-dependencies for remote gems
* test/rubygems/test_gem_commands_install_command.rb: Test for the
above.
...
drbrain (Eric Hodel)
01:25 AM Revision 87923e02 (git): * lib/rdoc.rb: Set RDoc to release version.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44332 b2dd03c8-39d4-4d8f-98ff-823fe69b080e drbrain (Eric Hodel)
01:19 AM Revision 1d8484d4 (git): * lib/rubygems.rb: Set RubyGems to release version.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44331 b2dd03c8-39d4-4d8f-98ff-823fe69b080e drbrain (Eric Hodel)
01:16 AM Revision 67ec7515 (git): * lib/rubygems.rb (module Gem): Fix comment for
Gem::load_path_insert_index.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44330 b2dd03c8-39d4-4d8f-98ff-823fe6...
drbrain (Eric Hodel)
01:11 AM Revision 06e2b610 (git): * defs/opt_operand.def: Fix typo
s/configration/configuration/
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44329 b2dd03c8-39d4-4d8f-98ff-823fe6...
matsuda (Akira Matsuda)

12/21/2013

11:52 PM Bug #9110: double free or corruption error at_exit with callcc
r43685, r43690 and r43705 were backported to ruby_2_0_0 at r44325. nagachika (Tomoyuki Chikanaga)
11:10 PM Bug #9273: parse_resolv_conf fails with unicode comments in /etc/resolvconf.c
r44312, r44318 and r44321 were backported to ruby_2_0_0 at r44324. nagachika (Tomoyuki Chikanaga)
08:57 PM Bug #9273: parse_resolv_conf fails with unicode comments in /etc/resolvconf.c
Thanks for fixing this. vo.x (Vit Ondruch)
12:37 PM Bug #9273 (Closed): parse_resolv_conf fails with unicode comments in /etc/resolvconf.c
This issue was solved with changeset r44312.
Vit, thank you for reporting this issue.
Your contribution to Ruby is gr...
nobu (Nobuyoshi Nakada)
06:28 AM Bug #9273: parse_resolv_conf fails with unicode comments in /etc/resolvconf.c
Reading the Ruby 2.1.0 changes, there is probably more elegant way to achieve the same result ;) See updated patch. vo.x (Vit Ondruch)
06:02 AM Bug #9273 (Closed): parse_resolv_conf fails with unicode comments in /etc/resolvconf.c
=begin
This is content of my resolve.conf:
$ cat /etc/resolv.conf
# Generated by NetworkManager
domain redh...
vo.x (Vit Ondruch)
10:53 PM Bug #9199: win32.h is not installed by '(n)make install)
r44307 was backported to ruby_2_0_0 at r44323. nagachika (Tomoyuki Chikanaga)
05:05 AM Bug #9199 (Closed): win32.h is not installed by '(n)make install)
This issue was solved with changeset r44307.
Akio, thank you for reporting this issue.
Your contribution to Ruby is g...
usa (Usaku NAKAMURA)
04:48 AM Bug #9199: win32.h is not installed by '(n)make install)
Note that this problem is not fixed at 2.1.0-rc1, and I think this is a critical showstopper. usa (Usaku NAKAMURA)
10:50 PM Bug #9205: Assertion failed: heap_pages_deferred_final == 0
... and r44000 was also backported to `ruby_2_0_0` at r44322. nagachika (Tomoyuki Chikanaga)
04:40 PM Bug #9205: Assertion failed: heap_pages_deferred_final == 0
r43994 was backported to `ruby_2_0_0` at r44319. nagachika (Tomoyuki Chikanaga)
09:56 PM Bug #9274: A lot of SystemStackError on Windows 8.1 with MSVC 2013
I guess that this issue is related with Bug #9207
The whole patch is http://bugs.ruby-lang.org/issues/9207#note-5
...
phasis68 (Heesob Park)
12:05 PM Bug #9274 (Closed): A lot of SystemStackError on Windows 8.1 with MSVC 2013
I can see a lot of SystemStackError: stack level too deep as a result of test-all on Windows 8.1 with VC++ 2013 64 bi... phasis68 (Heesob Park)
07:11 PM Revision 56034b17 (git): * 2013-12-22
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44328 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
07:11 PM Revision 94e870b0 (git): * gc.c (ruby_gc_set_params): don't show obsolete warnings for
RUBY_FREE_MIN/RUBY_HEAP_MIN_SLOTS if
RUBY_GC_HEAP_FREE_SLOTS/RUBY_GC_HEAP_INIT_SLOTS are given.
[Bug #9276]
gi...
ko1 (Koichi Sasada)
03:17 PM Revision 86d9d122 (git): merge revision(s) 44127: [Backport #9238]
* insns.def: Fix optimization bug of Float#/ [Bug #9238]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_...
nagachika (Tomoyuki Chikanaga)
02:51 PM Revision 787a90cd (git): merge revision(s) 43685,43690,43705: [Backport #9110]
* eval_jump.c (rb_exec_end_proc): fix double free or corruption error
when reentering by callcc. [ruby-core...
nagachika (Tomoyuki Chikanaga)
02:09 PM Revision 2f4529e7 (git): merge revision(s) 44312,44318,44321: [Backport #9273]
* lib/resolv.rb (Resolv::Hosts#lazy_initialize): should not
consider encodings in hosts file. [ruby-core:5...
nagachika (Tomoyuki Chikanaga)
01:52 PM Revision 8058fde2 (git): merge revision(s) 44307: [Backport #9199] [Backport #9272]
* win32/Makefile.sub (fake.rb): fixed wrong RUBY_PLATFORM, to correctly
install win32.h.
[ruby-co...
nagachika (Tomoyuki Chikanaga)
01:49 PM Revision 895a8da0 (git): merge revision(s) 44000: [Backport #9205]
test_gc.rb: shorten
* test/ruby/test_gc.rb (test_sweep_in_finalizer): omit iteration number to 2.
git-svn-i...
nagachika (Tomoyuki Chikanaga)
01:00 PM Feature #9263 (Closed): When creating symlink (or link) and the destination exists already, the error message is ambiguous
This issue was solved with changeset r44313.
Vajrasky, thank you for reporting this issue.
Your contribution to Ruby ...
nobu (Nobuyoshi Nakada)
11:14 AM Bug #9262: global_method_cache should be configurable or grow automatically
funny-falcon proposed removing the global_method_cache altogether, in favor of a per-klass method cache:
https:/...
tmm1 (Aman Karmani)
09:45 AM Revision 959a6624 (git): resolv/test_addr.rb: require tempfile for new test in r44312
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44321 b2dd03c8-39d4-4d8f-98ff-823fe69b080e tmm1 (Aman Karmani)
07:41 AM Revision 54fdf15a (git): * lib/uri/generic.rb: [DOC] Fix typo
s/andn/and/
[ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44320 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
matsuda (Akira Matsuda)
07:38 AM Revision 206a2879 (git): merge revision(s) 43994: [Backport #9205]
* gc.c (finalize_deferred): flush all deferred finalizers while other
finalizers can get ready to run newly...
nagachika (Tomoyuki Chikanaga)
07:18 AM Revision 1ef0a76c (git): test_dns.rb: no server access
* test/resolv/test_dns.rb (test_invalid_byte_comment): get rid of
actual server access. [Bug #9273]
git-svn-id: s...
nobu (Nobuyoshi Nakada)
07:16 AM Revision a4613685 (git): merge revision(s) 43996:
* ruby_atomic.h (ATOMIC_PTR_EXCHANGE): atomic exchange function for
a generic pointer.
git-svn-id: svn+ss...
nagachika (Tomoyuki Chikanaga)
07:02 AM Revision 32716d47 (git): merge revision(s) 43851,43882,43883,43995:
* ruby_atomic.h: use __atomic builtin functions supported by GCC.
__sync family are legacy functions now an...
nagachika (Tomoyuki Chikanaga)
06:47 AM Revision 34b8c430 (git): merge revision(s) 41759,41760,43356,43460,43677:
* ruby_atomic.h (ATOMIC_CAS): suppress C4022 and C4047 warnings in
VC6. only InterlockedCompareExchange is...
nagachika (Tomoyuki Chikanaga)
05:55 AM Revision 2cd83035 (git): merge revision(s) 43669,43672,43678: [Backport #8958]
* ext/bigdecimal/lib/bigdecimal/util.rb: [DOC] Document the required
+precision+ argument for Rational#to_d...
nagachika (Tomoyuki Chikanaga)
04:00 AM Revision 9f368b5a (git): file.c: destination path only
* file.c: remove unnecessary the source path from EEXIST error
messages and show the destination path only. [ruby-...
nobu (Nobuyoshi Nakada)
03:50 AM Bug #9221: Time.parse performance becomes exponentially worse as string length grows
r44086 and r44126 are backported to ruby_2_0_0 branch at r44126. nagachika (Tomoyuki Chikanaga)
03:37 AM Revision 1ffbe07e (git): resolv.rb: no encodings
* lib/resolv.rb (Resolv::Hosts#lazy_initialize): should not
consider encodings in hosts file. [ruby-core:59239] [B...
nobu (Nobuyoshi Nakada)
03:05 AM Feature #9239: Array#to_h ignores flat arrays
Yui, I'm wondering if you actually read the whole thread. In any case, I probably don't have to point out that Matz u... marcandre (Marc-Andre Lafortune)
01:02 AM Feature #9239 (Rejected): Array#to_h ignores flat arrays
As Array#to_h says and test_to_h describes, Array#to_h is different from Hash[].
The behavior is expected one.
...
naruse (Yui NARUSE)
01:02 AM Bug #9269 (Rejected): class variable is not being handled correctly
I was doing an experiment after discussing with Charles Nutter whether the memoize pattern (@v ||= value_processing) ... rosenfeld (Rodrigo Rosenfeld Rosas)
12:46 AM Bug #9264 (Closed): with-opt-dir not working
Great!
Fixed by r44297 from #9256, thanks for reporting Santiago!
zzak (zzak _)
12:29 AM Bug #9264: with-opt-dir not working
Zzak, this was fixed here http://bugs.ruby-lang.org/issues/9256


On Fri, Dec 20, 2013 at 12:41 PM, zzak (Zach...
Anonymous
12:29 AM Bug #9264: with-opt-dir not working
After a git pull everything seems to be working fine.

Fixed here http://bugs.ruby-lang.org/issues/9256


On Fr...
Anonymous

12/20/2013

11:55 PM Bug #9268 (Assigned): dead link to raa
Thank you for the report! zzak (zzak _)
11:48 PM Bug #9268 (Closed): dead link to raa
In lib/net/smtp.rb:
# == What is This Library NOT?
#
# This library does NOT provide functions to compose in...
znz (Kazuhiro NISHIYAMA)
11:45 PM Bug #9266 (Assigned): dead links to rubyforge
Thanks for the report! We should fix these and merge them upstream (if necessary) zzak (zzak _)
11:41 PM Bug #9266 (Closed): dead links to rubyforge
For example,
http://rake.rubyforge.org/doc/release_notes/rake-10_1_0_rdoc.html
http://rake.rubyforge.org/do...
znz (Kazuhiro NISHIYAMA)
11:43 PM Bug #9267 (Closed): Document configure options
See also #9264 zzak (zzak _)
11:41 PM Bug #9264 (Assigned): with-opt-dir not working
Assigning this to nobu, maybe he has some ideas why with-opt-dir doesn't work zzak (zzak _)
11:23 PM Bug #9264: with-opt-dir not working
I'm wrong, it's working perfectly now :). Not sure why using --with-opt-dir
it doesn't and that's the approach ruby...
Anonymous
11:23 PM Bug #9264: with-opt-dir not working
Could you also try --with-yaml-dir and --with-dbm-dir?

On Dec 20, 2013, at 9:13 AM, Santiago Pastorino <spastor...
zzak (zzak _)
11:23 PM Bug #9264: with-opt-dir not working
Now I did ...

autoconf; ./configure --prefix=/Users/santiago/.rubies/2.1.0
--with-openssl-dir="$(brew --prefix o...
Anonymous
11:23 PM Bug #9264: with-opt-dir not working
Maybe this will help? https://gist.github.com/mrkn/6647630

I think you can use the --with-*-dir flags at your d...
zzak (zzak _)
10:53 PM Bug #9264: with-opt-dir not working
It works but I'm missing to link against homebrew's gdbm, libyaml and
libffi not sure how to do the same thing for ...
Anonymous
08:53 AM Bug #9264: with-opt-dir not working
I've been using the following:

../configure --with-openssl-dir=`brew --prefix openssl` --with-readline-dir=`bre...
zzak (zzak _)
08:23 AM Bug #9264: with-opt-dir not working
It works if I do ...

autoconf; ./configure --prefix=/Users/santiago/.rubies/2.1.0; make; make
install

It does...
Anonymous
07:23 AM Bug #9264: with-opt-dir not working
Sorry I missed the gist, can you try building outside of $srcdir?

I'm not able to repro it on x86_64:
Darwin ...
zzak (zzak _)
07:23 AM Bug #9264: with-opt-dir not working
zzak, make distclean is the first thing I've ran. Read the gist again :),
even more after that I've ran git clean....
Anonymous
05:52 AM Bug #9264 (Feedback): with-opt-dir not working
Can you try 'make distclean' and then try again? zzak (zzak _)
05:35 AM Bug #9264 (Closed): with-opt-dir not working
Using today's trunk, I'm getting the following error on compiling
compiling ./enc/encdb.c
linking encoding encdb....
spastorino (Santiago Pastorino)
10:40 PM Revision 96225160 (git): vm_method.c: use RCLASS_SERIAL macro instead of direct access
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44311 b2dd03c8-39d4-4d8f-98ff-823fe69b080e tmm1 (Aman Karmani)
09:07 PM Revision 6944b38f (git): fix typo: s/POWOR/POWER/
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44310 b2dd03c8-39d4-4d8f-98ff-823fe69b080e tmm1 (Aman Karmani)
08:46 PM Revision 0abe1fee (git): * tool/make-snapshot: replace RUBY_PATCHLEVEL_STR in version.h to
show users that this ruby is a preview/rc version.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44309 b2dd03c8...
U.Nakamura
08:05 PM Revision 4ed5aeca (git): * 2013-12-21
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44308 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
08:05 PM Revision 7ff4413e (git): * win32/Makefile.sub (fake.rb): fixed wrong RUBY_PLATFORM, to correctly
install win32.h.
[ruby-core:58801][Bug #9199] reported by arton.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trun...
U.Nakamura
06:48 PM Revision ef61d714 (git): merge revision(s) 44086,44126: [Backport #9221]
* ext/date/date_parse.c (parse_time): unset case-insensitive flag
for [:alpha:], which already implies both...
nagachika (Tomoyuki Chikanaga)
04:33 PM Revision 9e5632ab (git): Release branch of Ruby 2.1
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_1@44305 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
04:01 PM Bug #9256 (Closed): Build failure on Mac OS X after r44257
This issue was solved with changeset r44297.
Tomoyuki, thank you for reporting this issue.
Your contribution to Ruby ...
nobu (Nobuyoshi Nakada)
02:02 PM Revision b0cd4084 (git): fix a typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44304 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
11:20 AM Revision bc483ae3 (git): * remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44303 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
10:01 AM Revision eda90233 (git): vm_method: set automatically
* vm_method.c (GLOBAL_METHOD_CACHE_MASK): set from
GLOBAL_METHOD_CACHE_SIZE automatically.
git-svn-id: svn+ssh://c...
nobu (Nobuyoshi Nakada)
09:38 AM Revision 9881a183 (git): tags trunk@r44300 as v2_1_0_rc1
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tags/v2_1_0_rc1@44301 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
08:57 AM Revision f11b5421 (git): * vm_method.c: check definition of
GLOBAL_METHOD_CACHE_SIZE and GLOBAL_METHOD_CACHE_MASK.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44300 b2d...
ko1 (Koichi Sasada)
08:07 AM Revision c702005a (git): * include/ruby/ruby.h: rename OBJ_WRITE and OBJ_WRITTEN into
RB_OBJ_WRITE and RB_OBJ_WRITTEN.
* array.c, class.c, compile.c, hash.c, internal.h, iseq.c,
proc.c, process.c, re.c...
ko1 (Koichi Sasada)
07:01 AM Revision b766cc4e (git): * include/ruby/ruby.h: add a comment for WB interfaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44298 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ko1 (Koichi Sasada)
07:00 AM Revision b0381a4b (git): configure.in: use RUBY_APPEND_OPTIONS
* configure.in: DLDFLAGS is defined in --with-opt-dir handler, so
${DLDFLAGS=} does not work now. use RUBY_APPEND_...
nobu (Nobuyoshi Nakada)
07:00 AM Revision 804151d1 (git): configure.in: remove options from comments
* configure.in (RUBY_APPEND_OPTION, RUBY_APPEND_OPTIONS),
(RUBY_PREPEND_OPTION, RUBY_PREPEND_OPTIONS): remove optio...
nobu (Nobuyoshi Nakada)
05:51 AM Revision f10068dc (git): * configure.in (AC_ARG_WITH): use withval directly.
fix failure on FreeBSD.
http://fb32.rubyci.org/~chkbuild/ruby-trunk/log/20131217T070301Z.diff.html.gz
git-svn-id: ...
naruse (Yui NARUSE)
05:43 AM Misc #9265 (Closed): Meeting Guide
Similar to how we have IRC meeting guidelines:
We should have suggested duties for organizer, participants, and no...
zzak (zzak _)
05:10 AM Revision 34096909 (git): ruby.h: swap iv_index_tbl and super for struct RClass
* include/ruby/ruby.h (struct RClass): add super, remove iv_index_tbl.
since RCLASS_SUPER() is commonly used inside...
tmm1 (Aman Karmani)
04:44 AM Revision 41c42afd (git): Fix typo in tests
* test/ruby/test_proc.rb: s/overriden/overridden/
* test/ruby/test_refinement.rb: ditto
git-svn-id: svn+ssh://ci.r...
matsuda (Akira Matsuda)
02:02 AM Misc #9218 (Closed): Branch Maintainer Appointment / Discharge Process
zzak (zzak _)
01:32 AM Bug #9258: Fix bugreport URL in error.c
I assume that bugs.r-l.org is the established and known site for reporting bugs. So now users that go there (to repor... stomar (Marcus Stollsteimer)
12:46 AM Bug #9258 (Feedback): Fix bugreport URL in error.c
I'm not sure why it would be unacceptable for next minor? We should be allowed to make backwards incompatible changes... zzak (zzak _)
12:22 AM Bug #9261 (Assigned): HowToReport is broken
This is my fault, i've been working on revising the developer documentation.
You can see the latest version of thi...
zzak (zzak _)
12:09 AM Bug #9170: Math.sqrt returns different types when mathn is included; breaks various gems - this bug can be reproduced in Ruby 1.8 as well
I think introducing Numeric#nan? is good. mrkn (Kenta Murata)
12:08 AM Bug #9170 (Feedback): Math.sqrt returns different types when mathn is included; breaks various gems - this bug can be reproduced in Ruby 1.8 as well
It's not a bug.
Do you want to introduce Numeric#nan? method to resolve this problem?
If so, this issue should be...
mrkn (Kenta Murata)

12/19/2013

11:18 PM Revision 4ece8eea (git): vm_dump.c: improve wording of apple crashlog messages
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44292 b2dd03c8-39d4-4d8f-98ff-823fe69b080e tmm1 (Aman Karmani)
10:09 PM Revision d885666b (git): * 2013-12-20
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44291 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
10:09 PM Revision 37e4a8d3 (git): * lib/rubygems: Update to RubyGems master 03d6ae7. Changes include:
* Fixed typos.
* Relaxed Gem.ruby test for ruby packagers that do not use `ruby`.
* test/rubygems: ditto.
git-...
drbrain (Eric Hodel)
06:19 PM Feature #9263 (Closed): When creating symlink (or link) and the destination exists already, the error message is ambiguous
Assume file 'link_b' already exists.
irb(main):001:0> File.symlink('a.txt', 'link_b')
Errno::EEXIST: File exists ...
vajrasky (Vajrasky Kok)
03:17 PM Bug #9261: HowToReport is broken
The content is there but the layout/structure is still broken. stomar (Marcus Stollsteimer)
11:00 AM Bug #9261: HowToReport is broken
simply copied from https://web.archive.org/web/20121120030103/http://bugs.ruby-lang.org/projects/ruby/wiki/HowtoRepor... naruse (Yui NARUSE)
09:52 AM Bug #9261: HowToReport is broken
Does anyone have backups? :/
Should I translate it from Japanese again?
sorah (Sorah Fukumori)
09:49 AM Bug #9261 (Closed): HowToReport is broken
The page 404s.
http://bugs.ruby-lang.org/projects/ruby/wiki/HowtoReport
(linked off of the front page)
steveklabnik (Steve Klabnik)
03:09 PM Bug #9258: Fix bugreport URL in error.c
@naruse
I agree that "bugs.ruby-lang.org" is **not only** a place to report bugs.
But it has all the relevant i...
stomar (Marcus Stollsteimer)
12:04 PM Bug #9258 (Rejected): Fix bugreport URL in error.c
Changing error.c is not acceptable.
"http://bugs.ruby-lang.org/" is not the best place for people who just report th...
naruse (Yui NARUSE)
12:22 PM Bug #9262 (Closed): global_method_cache should be configurable or grow automatically
The global_method_cache is currently a fixed 2048 entries. This is not configurable, and can be inadequate for large ... tmm1 (Aman Karmani)
12:05 PM Bug #9257 (Closed): flock OS dependency problem in RubyGems
This issue was solved with changeset r44286.
Naohisa, thank you for reporting this issue.
Your contribution to Ruby i...
drbrain (Eric Hodel)
01:21 AM Bug #9257 (Assigned): flock OS dependency problem in RubyGems
I will fix this tonight, Pacific Time. drbrain (Eric Hodel)
08:38 AM Bug #9249: Ruby incorrectly inspects opaque libc jmp_buf for pointers to heap during GC.
akr (Akira Tanaka) wrote:
> I think they are not supposed to be used for conservative GC.
> So they may encrypt p...
mame (Yusuke Endoh)
07:58 AM Revision 6bd19886 (git): * lib/rexml/entity.rb: [DOC] Fix typo
s/matchs/matches/
[ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44289 b2dd03c8-39d4-4d8f-98ff-823fe69b...
matsuda (Akira Matsuda)
07:32 AM Revision ba8471d7 (git): fix typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44288 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
05:21 AM Feature #8638 (Closed): Official Ruby FAQ
This has been moved to ruby-lang.org issue tracker. zzak (zzak _)
05:04 AM Revision 0a8c1142 (git): * gc.c (heap_get_freeobj): improve hot path performance.
* gc.c (heap_get_freeobj_from_next_freepage): replace with
heap_get_freepage(). It returns freeobj instead of freep...
ko1 (Koichi Sasada)
03:05 AM Revision f8bcd57c (git): * lib/rubygems: Update to RubyGems master af60443. Changes include:
* Improved speed of `gem install --ignore-dependencies`.
* Open read-write for exclusive flock. [ruby-trunk - Bug...
drbrain (Eric Hodel)
02:27 AM Revision 4cd675ea (git): vm_insnhelper.c: optimize for loop
* vm_insnhelper.c (vm_call_iseq_setup_normal): simple for loop
condition optimization. this area shows up as a hots...
tmm1 (Aman Karmani)
01:51 AM Revision 9797647e (git): * gc.c (newobj_of): don't need to RBASIC_SET_CLASS() which includes WB
here because created obj is always YOUNG/INFANT.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44284 b2dd03c8-...
ko1 (Koichi Sasada)
01:49 AM Revision 2ad4a160 (git): * benchmark/gc/gcbench.rb: check GC::OPTS availability
for not MRI 2.1.0.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44283 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
ko1 (Koichi Sasada)
12:27 AM Feature #9260 (Closed): make FileUtils.rm_rf raise on errors
I did have read that "force" flag ignores StandardError,
but it was unexpected for me because of linux's "rm -rf" fa...
bdimych (Dmitry Bolshakov)
12:14 AM Bug #9259 (Closed): "Could not find 'minitest': test suite errors
=begin
Running test suite (({$ make test-all TESTS=-v})) produces several errors:
/builddir/build/BUILD/ruby-2.1...
vo.x (Vit Ondruch)
12:06 AM Feature #9239: Array#to_h ignores flat arrays
marcandre (Marc-Andre Lafortune),
Thanks for the patch to reflect my request, and thanks for ALREADY HAVING ASKED ...
sawa (Tsuyoshi Sawada)

12/18/2013

11:53 PM Bug #9249: Ruby incorrectly inspects opaque libc jmp_buf for pointers to heap during GC.
2013/12/15 mame (Yusuke Endoh) <[email protected]>:
> Issue #9249 has been updated by mame (Yusuke Endoh).
>
> In...
akr (Akira Tanaka)
11:38 PM Bug #9249: Ruby incorrectly inspects opaque libc jmp_buf for pointers to heap during GC.
Interestingly enough, I can't build Ruby 2.0.0 [1] but Ruby 2.1.0 [2] passes on the same configuration just fine. Wha... vo.x (Vit Ondruch)
11:10 PM Bug #9258: Fix bugreport URL in error.c
We should discuss this for after 2.1.0 is released, it's too soon now zzak (zzak _)
10:57 PM Bug #9258 (Closed): Fix bugreport URL in error.c
error.c refers to <www.ruby-lang.org/bugreport.html> in REPORTBUG_MSG, which is only a redirect to <bugs.ruby-lang.or... stomar (Marcus Stollsteimer)
10:54 PM Feature #9239: Array#to_h ignores flat arrays
I think you should ask for permission from naruse before you commit zzak (zzak _)
01:21 PM Feature #9239: Array#to_h ignores flat arrays
zzak (Zachary Scott) wrote:
> How would committing after 2.1 create incompatibility?
If some rubyists write code ...
marcandre (Marc-Andre Lafortune)
12:57 PM Feature #9239: Array#to_h ignores flat arrays
How would committing after 2.1 create incompatibility?
If we commit this feature to trunk after ruby_2_1 branch is...
zzak (zzak _)
12:45 PM Feature #9239: Array#to_h ignores flat arrays
Since this is a new feature, there's no risk of regression and there is no incompatibility. Committing after 2.1 coul... marcandre (Marc-Andre Lafortune)
08:18 AM Feature #9239: Array#to_h ignores flat arrays
I dont think we should commit this before 2.1, is there good reason? zzak (zzak _)
07:07 AM Feature #9239: Array#to_h ignores flat arrays
I got the green light from Matz, thanks :-)
Naruse-san: could you please confirm that there is no problem on your ...
marcandre (Marc-Andre Lafortune)
10:54 PM Bug #9255: README -> README.md
@matsuda Yes, this should work. Good suggestion!
I would still like someone (native japanese) to verify its correc...
zzak (zzak _)
07:23 PM Bug #9255: README -> README.md
@zzak Doesn't this just work?
ruby -rrdoc -e "puts RDoc::Markup::ToMarkdown.new.convert(File.read('README.ja'))"
matsuda (Akira Matsuda)
01:38 PM Bug #9255: README -> README.md
:smiley: marcandre (Marc-Andre Lafortune)
08:47 AM Bug #9255 (Closed): README -> README.md
As documentation maintainer, I've decided we will move the README to markdown format and use the '.md' extension.
...
zzak (zzak _)
07:16 PM Feature #7511: short-circuiting logical implication operator
rits (First Last) wrote:
> logical implication is a core operation of boolean algebra, do you also need concrete e...
duerst (Martin Dürst)
06:11 PM Revision 3f8deb96 (git): gc.c: remove redundant freelist assignment
* gc.c (heap_get_freeobj): remove redundant assignment. heap->freelist
is set after the while() loop already.
git-...
tmm1 (Aman Karmani)
04:58 PM Bug #9257 (Closed): flock OS dependency problem in RubyGems
On Solaris, after r44157, many tests of RubyGems failed or raise error during make test-all.
For example,
44)...
ngoto (Naohisa Goto)
04:55 PM Revision 49dcd2fe (git): * test/runner.rb: fix commit miss on r44278.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44281 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ko1 (Koichi Sasada)
04:44 PM Bug #9256 (Closed): Build failure on Mac OS X after r44257
r44257 の変更以後 Mac OS X で make enc が以下のような失敗をすることがあるようです。
making enc
linking encoding encdb.bundle
ld: warning: -p...
nagachika (Tomoyuki Chikanaga)
03:28 PM Revision 9a14e170 (git): * 2013-12-19
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44280 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:27 PM Revision d767adf9 (git): * gc.c (garbage_collect_body): lazy_sweep setting should work
without USE_RGENGC.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44279 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
ko1 (Koichi Sasada)
02:34 PM Revision a0a1d0f2 (git): * gc.c (gc_profile_dump_major_reason): fix this function because major_reason
can be OR of multiple reasons.
* gc.c (gc_profile_dump_on): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tru...
ko1 (Koichi Sasada)
12:57 PM Bug #8817 (Closed): Method#owner on prepended classes is an instance rather than Class/Method
Thank you, I missed this ticket. nobu (Nobuyoshi Nakada)
02:43 AM Bug #8817: Method#owner on prepended classes is an instance rather than Class/Method
This appears to have been fixed by r44175.
Can it be backported (perhaps with a regression test for this specific...
Anonymous
10:51 AM Bug #9251: ! operator has lower precedence than = in an assignment expression
Sorry about the confusion with the books, but the "pickaxe" has exactly the same issue, too.
As for "almost with a...
duerst (Martin Dürst)
03:57 AM Bug #9251: ! operator has lower precedence than = in an assignment expression
> Studying this simple grammar with some examples shows that LALR is capable of figuring out that the restriction on ... rits (First Last)
03:19 AM Bug #9251: ! operator has lower precedence than = in an assignment expression
rits (First Last) wrote:
> Dave Thomas is the author of "programming ruby" not the "the ruby programming language" t...
rits (First Last)
02:55 AM Bug #9251: ! operator has lower precedence than = in an assignment expression
Dave Thomas is the author of "programming ruby" not the "the ruby programming language" to which I referred. rits (First Last)
08:42 AM Bug #9254 (Closed): ./doc/contributing.rdoc -> CONTRIBUTING.md
I will abbreviate the current contributing document and move it to ./CONTRIBUTING.md ( in markdown format )
My goa...
zzak (zzak _)
08:09 AM Misc #9218 (Feedback): Branch Maintainer Appointment / Discharge Process
=begin
I have added the following wiki pages:
* ((<BranchMaintainerAppointmentProcess|URL:https://bugs.ruby-lang....
zzak (zzak _)
08:04 AM Revision 661cf78b (git): * gc.c (gc_profile_record_get): should return an empty array
when profiling is active.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44277 b2dd03c8-39d4-4d8f-98ff-823fe69b...
ko1 (Koichi Sasada)
07:58 AM Revision 7bdb9fe1 (git): * gc.c (gc_profile_clear, gc_profile_enable): remove rest_sweep().
* gc.c: check objspace->profile.current_record before inserting
profiling record by new macro gc_prof_enabled().
...
ko1 (Koichi Sasada)
07:44 AM Misc #8835: Introducing a semantic versioning scheme and branching policy
I have submitted announcement for semantic versioning scheme to ruby-lang.org: https://github.com/ruby/www.ruby-lang.... zzak (zzak _)
05:33 AM Revision 26e553d0 (git): * vm_exec.h (VM_DEBUG_STACKOVERFLOW): added.
disable stack overflow check for every stack pushing as default.
* vm_exec.c (vm_stack_overflow_for_insn): ditto.
...
ko1 (Koichi Sasada)
04:49 AM Revision 4ef3a234 (git): test_gc.rb: fix syntax error
* test/ruby/test_gc.rb (TestGc#test_expand_heap): fix syntax error
by mismatched paren.
git-svn-id: svn+ssh://ci....
nobu (Nobuyoshi Nakada)
04:36 AM Revision 4d5e15ac (git): test_gc.rb: refine assertion
* test/ruby/test_gc.rb (test_expand_heap): use assert_in_delta
instead of bare assert.
git-svn-id: svn+ssh://ci.r...
nobu (Nobuyoshi Nakada)
04:24 AM Revision 99470242 (git): test_io.rb: duplicated test
* test/ruby/test_io.rb (test_s_write): merge duplicated test.
* test/ruby/test_io.rb (test_io_s_write): remove duplic...
nobu (Nobuyoshi Nakada)
04:20 AM Revision 0e04af52 (git): * lib/test/unit/assertions.rb: [DOC] Fix typo
s/maye be/may be/
[ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44271 b2dd03c8-39d4-4d8f-98ff-823fe69b...
matsuda (Akira Matsuda)
01:02 AM Revision 228ad3d7 (git): * lib/rubygems: Update to RubyGems master d8f12e2. This increases the
speed of `gem install --ignore-dependencies` which helps bundler
tests.
* test/rubygems: ditto.
git-svn-id: svn+...
drbrain (Eric Hodel)
12:01 AM Revision 2d493a85 (git): * 2013-12-18
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44269 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
12:01 AM Revision 2648a803 (git): * test/ruby/test_gc.rb (test_expand_heap): allow +/-1 diff.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44268 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ko1 (Koichi Sasada)
 

Also available in: Atom