Project

General

Profile

Activity

From 01/08/2016 to 02/06/2016

02/06/2016

05:56 PM Revision 53758 (trunk): * 2016-02-07
svn
05:56 PM Revision 53758 (ruby_2_4): * 2016-02-07
svn
05:56 PM Revision 53758 (ruby_2_5): * 2016-02-07
svn
05:56 PM Revision 53757 (trunk): Revert "check __int64_t and __int128_t"
This reverts commit r53750.
Those types seems to be for C++, and breaks old GCC.
http://rubyci.s3.amazonaws.com/c64b/...
naruse (Yui NARUSE)
05:56 PM Revision 53757 (ruby_2_4): Revert "check __int64_t and __int128_t"
This reverts commit r53750.
Those types seems to be for C++, and breaks old GCC.
http://rubyci.s3.amazonaws.com/c64b/...
naruse (Yui NARUSE)
05:56 PM Revision 53757 (ruby_2_5): Revert "check __int64_t and __int128_t"
This reverts commit r53750.
Those types seems to be for C++, and breaks old GCC.
http://rubyci.s3.amazonaws.com/c64b/...
naruse (Yui NARUSE)
05:56 PM Revision 0a3fc607 (ruby-git): Revert "check __int64_t and __int128_t"
This reverts commit r53750.
Those types seems to be for C++, and breaks old GCC.
http://rubyci.s3.amazonaws.com/c64b/...
naruse (Yui NARUSE)
05:56 PM Revision b6d25f03 (ruby-git): * 2016-02-07
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53758 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn
05:28 PM Feature #10098: [PATCH] Timing-safe string comparison for OpenSSL::HMAC
Can someone clarify, what state is this feature in? Do we still need to get Matz's approval of String API change, or ... aledovsky (Aleksandrs Ļedovskis)
02:45 PM Revision 53756 (trunk): Fix r53748; the datafile includes non ASCII
naruse (Yui NARUSE)
02:45 PM Revision 53756 (ruby_2_4): Fix r53748; the datafile includes non ASCII
naruse (Yui NARUSE)
02:45 PM Revision 53756 (ruby_2_5): Fix r53748; the datafile includes non ASCII
naruse (Yui NARUSE)
02:45 PM Revision 32589049 (ruby-git): Fix r53748; the datafile includes non ASCII
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53756 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
02:23 PM Revision 53755 (trunk): fix types order
* configure.in: types without _t have prior than types with _t. nobu (Nobuyoshi Nakada)
02:23 PM Revision 53755 (ruby_2_4): fix types order
* configure.in: types without _t have prior than types with _t. nobu (Nobuyoshi Nakada)
02:23 PM Revision 53755 (ruby_2_5): fix types order
* configure.in: types without _t have prior than types with _t. nobu (Nobuyoshi Nakada)
02:23 PM Revision 6a6993cf (ruby-git): fix types order
* configure.in: types without _t have prior than types with _t.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53...
nobu (Nobuyoshi Nakada)
01:31 PM Revision 53754 (trunk): ASCII-incompatible escape
* lib/cgi/util.rb (escapeHTML, unescapeHTML): consider
ASCII-incompatible encodings. [Fix GH-1239]
nobu (Nobuyoshi Nakada)
01:31 PM Revision 53754 (ruby_2_4): ASCII-incompatible escape
* lib/cgi/util.rb (escapeHTML, unescapeHTML): consider
ASCII-incompatible encodings. [Fix GH-1239]
nobu (Nobuyoshi Nakada)
01:31 PM Revision 53754 (ruby_2_5): ASCII-incompatible escape
* lib/cgi/util.rb (escapeHTML, unescapeHTML): consider
ASCII-incompatible encodings. [Fix GH-1239]
nobu (Nobuyoshi Nakada)
01:31 PM Revision 8e46f401 (ruby-git): ASCII-incompatible escape
* lib/cgi/util.rb (escapeHTML, unescapeHTML): consider
ASCII-incompatible encodings. [Fix GH-1239]
git-svn-id: sv...
nobu (Nobuyoshi Nakada)
01:06 PM Bug #12056 (Open): kwarg is not allowed after `return`
Cited from http://aylog.tumblr.com/post/138772421042/return
```
$ ruby -e 'return foo: :bar'
-e:1: syntax error,...
nobu (Nobuyoshi Nakada)
12:02 PM Revision 53753 (trunk): lex.c.blt: update
* lex.c.blt: follows r52429, not removing casts to int. nobu (Nobuyoshi Nakada)
12:02 PM Revision 53753 (ruby_2_4): lex.c.blt: update
* lex.c.blt: follows r52429, not removing casts to int. nobu (Nobuyoshi Nakada)
12:02 PM Revision 53753 (ruby_2_5): lex.c.blt: update
* lex.c.blt: follows r52429, not removing casts to int. nobu (Nobuyoshi Nakada)
12:02 PM Revision 16e613fc (ruby-git): lex.c.blt: update
* lex.c.blt: follows r52429, not removing casts to int.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53753 b2dd...
nobu (Nobuyoshi Nakada)
11:51 AM Revision 53752 (trunk): get rid of ruby-mode.el bugs
* lib/optparse.rb: get rid of confusing ruby-mode.el of Emacs 24,
- if-end expression inside an expression
- a co...
nobu (Nobuyoshi Nakada)
11:51 AM Revision 53752 (ruby_2_4): get rid of ruby-mode.el bugs
* lib/optparse.rb: get rid of confusing ruby-mode.el of Emacs 24,
- if-end expression inside an expression
- a co...
nobu (Nobuyoshi Nakada)
11:51 AM Revision 53752 (ruby_2_5): get rid of ruby-mode.el bugs
* lib/optparse.rb: get rid of confusing ruby-mode.el of Emacs 24,
- if-end expression inside an expression
- a co...
nobu (Nobuyoshi Nakada)
11:51 AM Revision 68600345 (ruby-git): get rid of ruby-mode.el bugs
* lib/optparse.rb: get rid of confusing ruby-mode.el of Emacs 24,
- if-end expression inside an expression
- a co...
nobu (Nobuyoshi Nakada)
11:44 AM Revision 53751 (trunk): * 2016-02-06
svn
11:44 AM Revision 53751 (ruby_2_4): * 2016-02-06
svn
11:44 AM Revision 53751 (ruby_2_5): * 2016-02-06
svn
11:44 AM Revision 6354a08d (ruby-git): * 2016-02-06
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53751 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn
11:44 AM Revision 53750 (trunk): check __int64_t and __int128_t
* configure.in: check __int64_t and __int128_t for RUBY_DEFINT on
OS X.
nobu (Nobuyoshi Nakada)
11:44 AM Revision 53750 (ruby_2_4): check __int64_t and __int128_t
* configure.in: check __int64_t and __int128_t for RUBY_DEFINT on
OS X.
nobu (Nobuyoshi Nakada)
11:44 AM Revision 53750 (ruby_2_5): check __int64_t and __int128_t
* configure.in: check __int64_t and __int128_t for RUBY_DEFINT on
OS X.
nobu (Nobuyoshi Nakada)
11:44 AM Revision 7475d804 (ruby-git): check __int64_t and __int128_t
* configure.in: check __int64_t and __int128_t for RUBY_DEFINT on
OS X.
git-svn-id: svn+ssh://ci.ruby-lang.org/rub...
nobu (Nobuyoshi Nakada)
09:54 AM Misc #12004: Code of Conduct
Motohiro KOSAKI wrote:
> ph ph wrote:
> > Vjatseslav Gedrovits wrote:
> > > OK, let's step back and see the bigger...
ph (ph ph)
06:18 AM Revision 53749 (trunk): * test/ruby/enc/test_regex_casefold.rb: Added data-based testing for
String#downcase :fold.
* enc/unicode.c: Fixed a range error (lowest non-ASCII character affected
by case operations...
duerst (Martin Dürst)
06:18 AM Revision 53749 (ruby_2_4): * test/ruby/enc/test_regex_casefold.rb: Added data-based testing for
String#downcase :fold.
* enc/unicode.c: Fixed a range error (lowest non-ASCII character affected
by case operations...
duerst (Martin Dürst)
06:18 AM Revision 53749 (ruby_2_5): * test/ruby/enc/test_regex_casefold.rb: Added data-based testing for
String#downcase :fold.
* enc/unicode.c: Fixed a range error (lowest non-ASCII character affected
by case operations...
duerst (Martin Dürst)
06:18 AM Revision e8dde46b (ruby-git): * test/ruby/enc/test_regex_casefold.rb: Added data-based testing for
String#downcase :fold.
* enc/unicode.c: Fixed a range error (lowest non-ASCII character affected
by case operations...
duerst (Martin Dürst)
05:51 AM Revision 53748 (trunk): * test/ruby/enc/test_regex_casefold.rb: Tests for three case folding
primitives (mbc_case_fold, get_case_fold_codes_by_str,
apply_all_case_fold) in the various encodings. Currently onl...
duerst (Martin Dürst)
05:51 AM Revision 53748 (ruby_2_4): * test/ruby/enc/test_regex_casefold.rb: Tests for three case folding
primitives (mbc_case_fold, get_case_fold_codes_by_str,
apply_all_case_fold) in the various encodings. Currently onl...
duerst (Martin Dürst)
05:51 AM Revision 53748 (ruby_2_5): * test/ruby/enc/test_regex_casefold.rb: Tests for three case folding
primitives (mbc_case_fold, get_case_fold_codes_by_str,
apply_all_case_fold) in the various encodings. Currently onl...
duerst (Martin Dürst)
05:51 AM Revision b217dc81 (ruby-git): * test/ruby/enc/test_regex_casefold.rb: Tests for three case folding
primitives (mbc_case_fold, get_case_fold_codes_by_str,
apply_all_case_fold) in the various encodings. Currently onl...
duerst (Martin Dürst)
05:37 AM Revision 53747 (trunk): * enc/unicode.c, test/ruby/enc/test_case_mapping.rb: Implemented :fold
option for String#downcase by using case folding data from
regular expression engine, and added a few simple tests....
duerst (Martin Dürst)
05:37 AM Revision 53747 (ruby_2_4): * enc/unicode.c, test/ruby/enc/test_case_mapping.rb: Implemented :fold
option for String#downcase by using case folding data from
regular expression engine, and added a few simple tests....
duerst (Martin Dürst)
05:37 AM Revision 53747 (ruby_2_5): * enc/unicode.c, test/ruby/enc/test_case_mapping.rb: Implemented :fold
option for String#downcase by using case folding data from
regular expression engine, and added a few simple tests....
duerst (Martin Dürst)
05:37 AM Revision 81515b23 (ruby-git): * enc/unicode.c, test/ruby/enc/test_case_mapping.rb: Implemented :fold
option for String#downcase by using case folding data from
regular expression engine, and added a few simple tests....
duerst (Martin Dürst)

02/05/2016

11:37 PM Misc #12004: Code of Conduct
In the interest of fairness I feel compelled to point out that the awesome-django ticket - while not fake - is quite ... jaen (Tomek Mańko)
04:12 PM Misc #12004: Code of Conduct
Coraline Ada Ehmke wrote:
> FYI I just got doxed for my role in proposing a code of conduct for the Ruby community. ...
reddiamond (Red Herring)
04:02 PM Misc #12004: Code of Conduct
So I would like to begin this by stating that I am actually afraid that I will loose my job and reputation by respond... reddiamond (Red Herring)
01:17 PM Misc #12004: Code of Conduct
Disclaimer: Yes, this is a new account, but I am not new in the Ruby community, and I am not hiding my identity.
I...
yuricson (Yuri Leikind)
06:34 AM Misc #12004: Code of Conduct
Question: if i get called a **"irrational, knee-jerk"** (that does ~~harass~~ hurt my feelings) does that violate the... Hanmac (Hans Mackowiak)
02:56 PM Bug #12050: Should feature processing really accept any substring of the feature name?
Thomas Enebo wrote:
> Nobuyoshi Nakada wrote:
> > Intentional, and resolved in the defined order when it is ambiguo...
enebo (Thomas Enebo)
02:52 PM Bug #12050: Should feature processing really accept any substring of the feature name?
Nobuyoshi Nakada wrote:
> Intentional, and resolved in the defined order when it is ambiguous.
> I don't want to wr...
enebo (Thomas Enebo)
03:22 AM Bug #12050: Should feature processing really accept any substring of the feature name?
Intentional, and resolved in the defined order when it is ambiguous.
I don't want to write `--enable=frozen-string-l...
nobu (Nobuyoshi Nakada)
01:05 PM Bug #12055 (Open): `NET::HTTPResponse` is not deflating responses with custom `Content-Range` header
The RFC 7233, section 4.2 describes the the possibility of using a custom `Content-Range` header and not only for byt... ggcampinho (Glauber Campinho)
12:17 PM Bug #12054 (Closed): Remove block from Logger.add as it's not needed
Logger add (lib/logger.rb) takes as arguments severity, message, progname and &block
The method runs the block thr...
eLobato (Daniel Lobato Garcia)
11:09 AM Revision 53746 (trunk): * test/ruby/enc/test_case_mapping.rb: added tests for :ascii option.
(with Kimihito Matsui) duerst (Martin Dürst)
11:09 AM Revision 53746 (ruby_2_4): * test/ruby/enc/test_case_mapping.rb: added tests for :ascii option.
(with Kimihito Matsui) duerst (Martin Dürst)
11:09 AM Revision 53746 (ruby_2_5): * test/ruby/enc/test_case_mapping.rb: added tests for :ascii option.
(with Kimihito Matsui) duerst (Martin Dürst)
11:09 AM Revision 6ab70ad7 (ruby-git): * test/ruby/enc/test_case_mapping.rb: added tests for :ascii option.
(with Kimihito Matsui)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53746 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
duerst (Martin Dürst)
07:45 AM Revision 53745 (trunk): configure.in: fix doc [ci skip]
* configure.in (RUBY_CHECK_SIGNEDNESS): [DOC] fix function name. nobu (Nobuyoshi Nakada)
07:45 AM Revision 53745 (ruby_2_4): configure.in: fix doc [ci skip]
* configure.in (RUBY_CHECK_SIGNEDNESS): [DOC] fix function name. nobu (Nobuyoshi Nakada)
07:45 AM Revision 53745 (ruby_2_5): configure.in: fix doc [ci skip]
* configure.in (RUBY_CHECK_SIGNEDNESS): [DOC] fix function name. nobu (Nobuyoshi Nakada)
07:45 AM Revision cadf8058 (ruby-git): configure.in: fix doc [ci skip]
* configure.in (RUBY_CHECK_SIGNEDNESS): [DOC] fix function name.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5...
nobu (Nobuyoshi Nakada)
06:52 AM Revision 53744 (trunk): improve r53741
* Remove branching by a==0 case
Before r53741:
% perf stat ./miniruby -e'a=100;i=0;while i<0xfffffff;i+=1;a=(a*557+2...
naruse (Yui NARUSE)
06:52 AM Revision 53744 (ruby_2_4): improve r53741
* Remove branching by a==0 case
Before r53741:
% perf stat ./miniruby -e'a=100;i=0;while i<0xfffffff;i+=1;a=(a*557+2...
naruse (Yui NARUSE)
06:52 AM Revision 53744 (ruby_2_5): improve r53741
* Remove branching by a==0 case
Before r53741:
% perf stat ./miniruby -e'a=100;i=0;while i<0xfffffff;i+=1;a=(a*557+2...
naruse (Yui NARUSE)
06:52 AM Revision 016e6db5 (ruby-git): improve r53741
* Remove branching by a==0 case
Before r53741:
% perf stat ./miniruby -e'a=100;i=0;while i<0xfffffff;i+=1;a=(a*557+2...
naruse (Yui NARUSE)
05:57 AM Bug #12053: Issue with installing pubnub gem on Arduino Yun
I would love to, but I'm sort of at the mercy of individuals who build the ruby packages for the Arduino. I did try t... maranhao (Bruno Maranhao)
05:11 AM Bug #12053 (Feedback): Issue with installing pubnub gem on Arduino Yun
I think we've fixed a similar bug.
Could you try 2.2.4?
nobu (Nobuyoshi Nakada)
03:57 AM Bug #12053 (Feedback): Issue with installing pubnub gem on Arduino Yun
Hi, I've installed all of the Ruby packages available here (http://download.rsdev.16mb.com/OpenWrt/ChaosCalmer_15.05/... maranhao (Bruno Maranhao)
04:45 AM Revision 53743 (trunk): incompatible encoding workaround
* test/lib/minitest/unit.rb (puke): workaround incompatible
encoding error messages.
* test/lib/test/unit/assertio...
nobu (Nobuyoshi Nakada)
04:45 AM Revision 53743 (ruby_2_4): incompatible encoding workaround
* test/lib/minitest/unit.rb (puke): workaround incompatible
encoding error messages.
* test/lib/test/unit/assertio...
nobu (Nobuyoshi Nakada)
04:45 AM Revision 53743 (ruby_2_5): incompatible encoding workaround
* test/lib/minitest/unit.rb (puke): workaround incompatible
encoding error messages.
* test/lib/test/unit/assertio...
nobu (Nobuyoshi Nakada)
04:45 AM Revision eecfa1fc (ruby-git): incompatible encoding workaround
* test/lib/minitest/unit.rb (puke): workaround incompatible
encoding error messages.
* test/lib/test/unit/assertio...
nobu (Nobuyoshi Nakada)
04:31 AM Revision 53742 (trunk): * 2016-02-05
svn
04:31 AM Revision 53742 (ruby_2_4): * 2016-02-05
svn
04:31 AM Revision 53742 (ruby_2_5): * 2016-02-05
svn
04:31 AM Revision 281f090b (ruby-git): * 2016-02-05
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53742 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn
04:31 AM Revision 53741 (trunk): * insns.def (opt_mult): Use int128_t for overflow detection.
* bignum.c (rb_uint128t2big): added for opt_mult.
* bignum.c (rb_uint128t2big): added for rb_uint128t2big..
* confi...
naruse (Yui NARUSE)
04:31 AM Revision 53741 (ruby_2_4): * insns.def (opt_mult): Use int128_t for overflow detection.
* bignum.c (rb_uint128t2big): added for opt_mult.
* bignum.c (rb_uint128t2big): added for rb_uint128t2big..
* confi...
naruse (Yui NARUSE)
04:31 AM Revision 53741 (ruby_2_5): * insns.def (opt_mult): Use int128_t for overflow detection.
* bignum.c (rb_uint128t2big): added for opt_mult.
* bignum.c (rb_uint128t2big): added for rb_uint128t2big..
* confi...
naruse (Yui NARUSE)
04:31 AM Revision 1f57a334 (ruby-git): * insns.def (opt_mult): Use int128_t for overflow detection.
* bignum.c (rb_uint128t2big): added for opt_mult.
* bignum.c (rb_uint128t2big): added for rb_uint128t2big..
* confi...
naruse (Yui NARUSE)
02:50 AM Bug #12052 (Assigned): String#encode with xml option returns wrong result
`String#encode`をASCII非互換エンコーディングから同じエンコーディングへ、`xml:`オプション付きで呼ぶとおかしな結果を返します。
バイナリとして変換してしまっているようです。
```ruby
p "<\...
nobu (Nobuyoshi Nakada)

02/04/2016

11:31 PM Misc #12004: Code of Conduct
coraline@idolhands.com wrote:
>
> FYI I just got doxed for my role in proposing a code of conduct for the Ruby com...
spatulasnout (B Kelly)
11:09 PM Misc #12004: Code of Conduct
Coraline Ada Ehmke wrote:
> FYI I just got doxed for my role in proposing a code of conduct for the Ruby community. ...
Ayaka (Charles Ayaka)
08:39 PM Misc #12004: Code of Conduct
> One thing to consider. Before this proposal how many kinds of these issues came up? [...] But if you look at the ... CoralineAda (Coraline Ada Ehmke)
08:25 PM Misc #12004: Code of Conduct
I'm genuinely sorry you're experiencing that Caroline and I pray no further unfriendly action occurs.
One thing to...
danielpclark (Daniel P. Clark)
04:42 PM Misc #12004: Code of Conduct
FYI I just got doxed for my role in proposing a code of conduct for the Ruby community. In case you don't know, this ... CoralineAda (Coraline Ada Ehmke)
11:10 PM Bug #12050 (Closed): Should feature processing really accept any substring of the feature name?
ruby --disable-gems -e 1
ruby --disable-gem -e 1
ruby --disable-ge -e 1
ruby --disable-g -e 1
I found this beca...
enebo (Thomas Enebo)
10:54 PM Bug #11443: DNS name resolution takes twice as long as it should when primary name server is unavailable
I retested this again today and could only replicate it on Ubuntu Lucid, not Ubuntu Trusty or Debian Jessie. nemski (Patrick Robinson)
08:54 PM Bug #12049 (Open): rb_gc_mark(): unknown data type
I get the following error when I use rexml (in fact it's a rails call) with sidekiq.
I suspect that some of the va...
yoshyn (Sylvestre Antoine)
12:05 PM Revision 53740 (trunk): * enc/unicode.c: Activated :ascii flag for ASCII-only case conversion
(with Kimihito Matsui) duerst (Martin Dürst)
12:05 PM Revision 53740 (ruby_2_4): * enc/unicode.c: Activated :ascii flag for ASCII-only case conversion
(with Kimihito Matsui) duerst (Martin Dürst)
12:05 PM Revision 53740 (ruby_2_5): * enc/unicode.c: Activated :ascii flag for ASCII-only case conversion
(with Kimihito Matsui) duerst (Martin Dürst)
12:05 PM Revision b658249c (ruby-git): * enc/unicode.c: Activated :ascii flag for ASCII-only case conversion
(with Kimihito Matsui)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53740 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
duerst (Martin Dürst)
08:38 AM Revision 53739 (trunk): fstring without copy
* re.c (reg_set_source): make source string frozen without
copying.
* re.c (rb_reg_initialize_m): refactor initiali...
nobu (Nobuyoshi Nakada)
08:38 AM Revision 53739 (ruby_2_4): fstring without copy
* re.c (reg_set_source): make source string frozen without
copying.
* re.c (rb_reg_initialize_m): refactor initiali...
nobu (Nobuyoshi Nakada)
08:38 AM Revision 53739 (ruby_2_5): fstring without copy
* re.c (reg_set_source): make source string frozen without
copying.
* re.c (rb_reg_initialize_m): refactor initiali...
nobu (Nobuyoshi Nakada)
08:38 AM Revision 445b015c (ruby-git): fstring without copy
* re.c (reg_set_source): make source string frozen without
copying.
* re.c (rb_reg_initialize_m): refactor initiali...
nobu (Nobuyoshi Nakada)
06:46 AM Revision 53738 (trunk): revert re.c in r53736
* re.c (rb_reg_initialize): must copy the source string content,
it is not a static literal.
nobu (Nobuyoshi Nakada)
06:46 AM Revision 53738 (ruby_2_4): revert re.c in r53736
* re.c (rb_reg_initialize): must copy the source string content,
it is not a static literal.
nobu (Nobuyoshi Nakada)
06:46 AM Revision 53738 (ruby_2_5): revert re.c in r53736
* re.c (rb_reg_initialize): must copy the source string content,
it is not a static literal.
nobu (Nobuyoshi Nakada)
06:46 AM Revision 09c91108 (ruby-git): revert re.c in r53736
* re.c (rb_reg_initialize): must copy the source string content,
it is not a static literal.
git-svn-id: svn+ssh:/...
nobu (Nobuyoshi Nakada)
06:44 AM Revision 53737 (trunk): return shared string
* re.c (rb_reg_source): return shared string without copying. nobu (Nobuyoshi Nakada)
06:44 AM Revision 53737 (ruby_2_4): return shared string
* re.c (rb_reg_source): return shared string without copying. nobu (Nobuyoshi Nakada)
06:44 AM Revision 53737 (ruby_2_5): return shared string
* re.c (rb_reg_source): return shared string without copying. nobu (Nobuyoshi Nakada)
06:44 AM Revision 25fd2784 (ruby-git): return shared string
* re.c (rb_reg_source): return shared string without copying.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5373...
nobu (Nobuyoshi Nakada)
06:35 AM Revision 53736 (trunk): fstring_enc_new
* string.c (rb_fstring_enc_new, rb_fstring_enc_cstr): functions to
make fstring with encoding.
* re.c (rb_reg_initi...
nobu (Nobuyoshi Nakada)
06:35 AM Revision 53736 (ruby_2_4): fstring_enc_new
* string.c (rb_fstring_enc_new, rb_fstring_enc_cstr): functions to
make fstring with encoding.
* re.c (rb_reg_initi...
nobu (Nobuyoshi Nakada)
06:35 AM Revision 53736 (ruby_2_5): fstring_enc_new
* string.c (rb_fstring_enc_new, rb_fstring_enc_cstr): functions to
make fstring with encoding.
* re.c (rb_reg_initi...
nobu (Nobuyoshi Nakada)
06:35 AM Revision 94c70c7d (ruby-git): fstring_enc_new
* string.c (rb_fstring_enc_new, rb_fstring_enc_cstr): functions to
make fstring with encoding.
* re.c (rb_reg_initi...
nobu (Nobuyoshi Nakada)
06:34 AM Revision 53735 (trunk): end of UNICODE_FILES
* common.mk (UNICODE_FILES): append empty END-OF-LIST to put
backslashes uniformly.
nobu (Nobuyoshi Nakada)
06:34 AM Revision 53735 (ruby_2_4): end of UNICODE_FILES
* common.mk (UNICODE_FILES): append empty END-OF-LIST to put
backslashes uniformly.
nobu (Nobuyoshi Nakada)
06:34 AM Revision 53735 (ruby_2_5): end of UNICODE_FILES
* common.mk (UNICODE_FILES): append empty END-OF-LIST to put
backslashes uniformly.
nobu (Nobuyoshi Nakada)
06:34 AM Revision 10ff672a (ruby-git): end of UNICODE_FILES
* common.mk (UNICODE_FILES): append empty END-OF-LIST to put
backslashes uniformly.
git-svn-id: svn+ssh://ci.ruby-...
nobu (Nobuyoshi Nakada)
05:42 AM Revision 53734 (trunk): * common.mk: Added Unicode data file SpecialCasing.txt to be additionally
downloaded (with Kimihito Matsui) duerst (Martin Dürst)
05:42 AM Revision 53734 (ruby_2_4): * common.mk: Added Unicode data file SpecialCasing.txt to be additionally
downloaded (with Kimihito Matsui) duerst (Martin Dürst)
05:42 AM Revision 53734 (ruby_2_5): * common.mk: Added Unicode data file SpecialCasing.txt to be additionally
downloaded (with Kimihito Matsui) duerst (Martin Dürst)
05:42 AM Revision bb4f8712 (ruby-git): * common.mk: Added Unicode data file SpecialCasing.txt to be additionally
downloaded (with Kimihito Matsui)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53734 b2dd03c8-39d4-4d8f-98ff-8...
duerst (Martin Dürst)
05:10 AM Revision 53733 (trunk): mask upper nibble
* ext/cgi/escape/escape.c (optimized_escape): move c and use it
instead of cstr[i]. mask upper nibble for the plat...
nobu (Nobuyoshi Nakada)
05:10 AM Revision 53733 (ruby_2_4): mask upper nibble
* ext/cgi/escape/escape.c (optimized_escape): move c and use it
instead of cstr[i]. mask upper nibble for the plat...
nobu (Nobuyoshi Nakada)
05:10 AM Revision 53733 (ruby_2_5): mask upper nibble
* ext/cgi/escape/escape.c (optimized_escape): move c and use it
instead of cstr[i]. mask upper nibble for the plat...
nobu (Nobuyoshi Nakada)
05:10 AM Revision a320f811 (ruby-git): mask upper nibble
* ext/cgi/escape/escape.c (optimized_escape): move c and use it
instead of cstr[i]. mask upper nibble for the plat...
nobu (Nobuyoshi Nakada)
03:40 AM Revision 53732 (trunk): initialize dest to 0
* ext/cgi/escape/escape.c (optimized_escape_html): initialize dest
to 0 and tell the result to be modified, instead...
nobu (Nobuyoshi Nakada)
03:40 AM Revision 53732 (ruby_2_4): initialize dest to 0
* ext/cgi/escape/escape.c (optimized_escape_html): initialize dest
to 0 and tell the result to be modified, instead...
nobu (Nobuyoshi Nakada)
03:40 AM Revision 53732 (ruby_2_5): initialize dest to 0
* ext/cgi/escape/escape.c (optimized_escape_html): initialize dest
to 0 and tell the result to be modified, instead...
nobu (Nobuyoshi Nakada)
03:40 AM Revision 7d1dd7ca (ruby-git): initialize dest to 0
* ext/cgi/escape/escape.c (optimized_escape_html): initialize dest
to 0 and tell the result to be modified, instead...
nobu (Nobuyoshi Nakada)
03:39 AM Revision 53731 (trunk): cgi/escape: Optimize CGI.escape
* cgi/escape/escape.c: Optimize CGI.escape performance by C ext
for ASCII-compatible encodings. [Fix GH-1238]
nobu (Nobuyoshi Nakada)
03:39 AM Revision 53731 (ruby_2_4): cgi/escape: Optimize CGI.escape
* cgi/escape/escape.c: Optimize CGI.escape performance by C ext
for ASCII-compatible encodings. [Fix GH-1238]
nobu (Nobuyoshi Nakada)
03:39 AM Revision 53731 (ruby_2_5): cgi/escape: Optimize CGI.escape
* cgi/escape/escape.c: Optimize CGI.escape performance by C ext
for ASCII-compatible encodings. [Fix GH-1238]
nobu (Nobuyoshi Nakada)
03:39 AM Revision 217ad664 (ruby-git): cgi/escape: Optimize CGI.escape
* cgi/escape/escape.c: Optimize CGI.escape performance by C ext
for ASCII-compatible encodings. [Fix GH-1238]
git...
nobu (Nobuyoshi Nakada)
03:16 AM Revision 53730 (trunk): encoding.h: rb_enc_asciicompat_inline
* include/ruby/encoding.h (rb_enc_asciicompat): turn into an
inline function to get rid of evalucating the argument...
nobu (Nobuyoshi Nakada)
03:16 AM Revision 53730 (ruby_2_4): encoding.h: rb_enc_asciicompat_inline
* include/ruby/encoding.h (rb_enc_asciicompat): turn into an
inline function to get rid of evalucating the argument...
nobu (Nobuyoshi Nakada)
03:16 AM Revision 53730 (ruby_2_5): encoding.h: rb_enc_asciicompat_inline
* include/ruby/encoding.h (rb_enc_asciicompat): turn into an
inline function to get rid of evalucating the argument...
nobu (Nobuyoshi Nakada)
03:16 AM Revision 383555fe (ruby-git): encoding.h: rb_enc_asciicompat_inline
* include/ruby/encoding.h (rb_enc_asciicompat): turn into an
inline function to get rid of evalucating the argument...
nobu (Nobuyoshi Nakada)
02:54 AM Revision 53729 (trunk): * 2016-02-04
svn
02:54 AM Revision 53729 (ruby_2_4): * 2016-02-04
svn
02:54 AM Revision 53729 (ruby_2_5): * 2016-02-04
svn
02:54 AM Revision 336fedc1 (ruby-git): * 2016-02-04
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53729 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn
02:54 AM Revision 53728 (trunk): * common.mk: Introduce two variables (UNICODE_DATA_DIR and
UNICODE_SRC_DATA_DIR) to eliminate repetitions. duerst (Martin Dürst)
02:54 AM Revision 53728 (ruby_2_4): * common.mk: Introduce two variables (UNICODE_DATA_DIR and
UNICODE_SRC_DATA_DIR) to eliminate repetitions. duerst (Martin Dürst)
02:54 AM Revision 53728 (ruby_2_5): * common.mk: Introduce two variables (UNICODE_DATA_DIR and
UNICODE_SRC_DATA_DIR) to eliminate repetitions. duerst (Martin Dürst)
02:54 AM Revision 6ec7e30c (ruby-git): * common.mk: Introduce two variables (UNICODE_DATA_DIR and
UNICODE_SRC_DATA_DIR) to eliminate repetitions.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53728 b2dd03c8-39...
duerst (Martin Dürst)
01:14 AM Bug #12048 (Rejected): "Unknown keyword" error when calling function with keyword argument inside parameter
It's same as
```ruby
def y(b: nil) end
x = {c: 1}
y(x)
```
Keyword arguments are passed as a `Hash`, `x` here.
nobu (Nobuyoshi Nakada)

02/03/2016

10:44 PM Bug #4044: Regex matching errors when using \W character class and /i option
Martin Dürst wrote:
> On 2016/02/03 12:21, matthew@kerwin.net.au wrote:
>
> > I want to write a spec for this, ...
phluid61 (Matthew Kerwin)
07:31 AM Bug #4044: Regex matching errors when using \W character class and /i option
On 2016/02/03 12:21, matthew@kerwin.net.au wrote:

> I want to write a spec for this, but some of the details are ...
duerst (Martin Dürst)
03:21 AM Bug #4044: Regex matching errors when using \W character class and /i option
I want to write a spec for this, but some of the details are unclear to me. Can we confirm whether each of the follow... phluid61 (Matthew Kerwin)
01:31 PM Bug #12048 (Rejected): "Unknown keyword" error when calling function with keyword argument inside parameter
Contents of attached file ruby_bug.rb
~~~ruby
def x(a) ; a ; end
def y(*a, b: nil) ; end
y(x(c: 1))
~~~
~~~...
devwout (Ewout VT)
11:30 AM Bug #11742: lib/webrick/utils.rb:196:in `register': ERROR RuntimeError: can't add a new key into hash during iteration
そんなアプリは死んでおけばいいんじゃないですかね^^
互換性をどこまで保つかって難しい判断なわけですが、うーん。
2.1についてはまた後で考えます(そして時間切れで自動的にWONTFIXになる)。
usa (Usaku NAKAMURA)
11:08 AM Bug #11742: lib/webrick/utils.rb:196:in `register': ERROR RuntimeError: can't add a new key into hash during iteration
WEBrick::Utils::TimeoutHandler がモンキーパッチされていたため、Ruby 2.3 にバージョンアップしたら動かなくなったアプリがあった、と、どこかで見た記憶があります。モンキーパッチは基本は当てる人の責任... ngoto (Naohisa Goto)
10:08 AM Revision 53727 (trunk): Remove debug print introduced in r52386
naruse (Yui NARUSE)
10:08 AM Revision 53727 (ruby_2_4): Remove debug print introduced in r52386
naruse (Yui NARUSE)
10:08 AM Revision 53727 (ruby_2_5): Remove debug print introduced in r52386
naruse (Yui NARUSE)
10:08 AM Revision b7503d03 (ruby-git): Remove debug print introduced in r52386
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53727 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
09:59 AM Bug #11946: Assertion failed: (!STR_EMBED_P(shared)), function str_new_frozen, file string.c, line 1075.
Thank you Ben Miller for providing the script and thanks to you Yui NARUSE for creating the fix! felixmohnert (Felix Mohnert)
04:52 AM Bug #11946 (Closed): Assertion failed: (!STR_EMBED_P(shared)), function str_new_frozen, file string.c, line 1075.
Applied in changeset r53724.
----------
* string.c (str_new_frozen): if the given string is embeddedable
but not e...
naruse (Yui NARUSE)
03:18 AM Bug #11946 (Assigned): Assertion failed: (!STR_EMBED_P(shared)), function str_new_frozen, file string.c, line 1075.
Ben Miller wrote:
> I was able to reduce to a script that doesn't need any gems. I'm using Arch Linux.
This is so...
naruse (Yui NARUSE)
07:44 AM Bug #12045 (Assigned): Add documentation lib/debug.rb
zzak (Zachary Scott)
07:40 AM Feature #12043: Add a method to NoMethodError that tells if private methods are callable at the time of
https://github.com/ruby/ruby/compare/trunk...nobu:feature/12043-NoMethodError%23private_call-p nobu (Nobuyoshi Nakada)
07:37 AM Revision 53726 (trunk): test_exception.rb: NameError at FCALL
* test/ruby/test_exception.rb (test_name_error_info): add
assertions for FCALL.
nobu (Nobuyoshi Nakada)
07:37 AM Revision 53726 (ruby_2_4): test_exception.rb: NameError at FCALL
* test/ruby/test_exception.rb (test_name_error_info): add
assertions for FCALL.
nobu (Nobuyoshi Nakada)
07:37 AM Revision 53726 (ruby_2_5): test_exception.rb: NameError at FCALL
* test/ruby/test_exception.rb (test_name_error_info): add
assertions for FCALL.
nobu (Nobuyoshi Nakada)
07:37 AM Revision fc6073bd (ruby-git): test_exception.rb: NameError at FCALL
* test/ruby/test_exception.rb (test_name_error_info): add
assertions for FCALL.
git-svn-id: svn+ssh://ci.ruby-lang...
nobu (Nobuyoshi Nakada)
07:21 AM Revision 53725 (trunk): vm_eval.c: argument names
* vm_eval.c (make_no_method_exception): enumerate argument
meanings instead of a magic number.
nobu (Nobuyoshi Nakada)
07:21 AM Revision 53725 (ruby_2_4): vm_eval.c: argument names
* vm_eval.c (make_no_method_exception): enumerate argument
meanings instead of a magic number.
nobu (Nobuyoshi Nakada)
07:21 AM Revision 53725 (ruby_2_5): vm_eval.c: argument names
* vm_eval.c (make_no_method_exception): enumerate argument
meanings instead of a magic number.
nobu (Nobuyoshi Nakada)
07:21 AM Revision 6bc6708b (ruby-git): vm_eval.c: argument names
* vm_eval.c (make_no_method_exception): enumerate argument
meanings instead of a magic number.
git-svn-id: svn+ssh...
nobu (Nobuyoshi Nakada)
05:44 AM Feature #12041: Change the initializer of NameError to take a receiver as the third argument
https://github.com/ruby/ruby/compare/trunk...nobu:feature/12041-NameError%23initialize-recevier nobu (Nobuyoshi Nakada)
05:35 AM Feature #12041: Change the initializer of NameError to take a receiver as the third argument
Nobuyoshi Nakada wrote:
> or same as `NameError#initialize`?
>
> ```ruby
> NoMethodError.new(msg, name [, receiv...
nobu (Nobuyoshi Nakada)
05:10 AM Feature #12042: A better interface that returns a list of local variables available where the exception is raised
Rename `NameError#local_variables` not to override `Kernel#local_variables`?
Do you have candidates for that name?
nobu (Nobuyoshi Nakada)
04:52 AM Revision 53724 (trunk): * string.c (str_new_frozen): if the given string is embeddedable
but not embedded, embed a new copied string. [Bug #11946] naruse (Yui NARUSE)
04:52 AM Revision 53724 (ruby_2_4): * string.c (str_new_frozen): if the given string is embeddedable
but not embedded, embed a new copied string. [Bug #11946] naruse (Yui NARUSE)
04:52 AM Revision 53724 (ruby_2_5): * string.c (str_new_frozen): if the given string is embeddedable
but not embedded, embed a new copied string. [Bug #11946] naruse (Yui NARUSE)
04:52 AM Revision 040ce056 (ruby-git): * string.c (str_new_frozen): if the given string is embeddedable
but not embedded, embed a new copied string. [Bug #11946]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53724 b2...
naruse (Yui NARUSE)
12:18 AM Feature #12047: Set#=== (aliased to include?)
I think that is ad hoc. Splat could be used, just like with arrays.
~~~Ruby
case my_command
when *GOOD_COMMANDS ...
sawa (Tsuyoshi Sawada)

02/02/2016

11:28 PM Bug #11946: Assertion failed: (!STR_EMBED_P(shared)), function str_new_frozen, file string.c, line 1075.
I was able to reduce to a script that doesn't need any gems. I'm using Arch Linux. bjmllr (Ben Miller)
11:25 PM Revision 53723 (trunk): Fix typo on OpenSSL::PKey doc [ci skip]
* ext/openssl/ossl_pkey.c (Init_ossl_pkey): [DOC] Fix typo
"encrypted" to "decrypted". [Fix GH-1235]
nobu (Nobuyoshi Nakada)
11:25 PM Revision 53723 (ruby_2_4): Fix typo on OpenSSL::PKey doc [ci skip]
* ext/openssl/ossl_pkey.c (Init_ossl_pkey): [DOC] Fix typo
"encrypted" to "decrypted". [Fix GH-1235]
nobu (Nobuyoshi Nakada)
11:25 PM Revision 53723 (ruby_2_5): Fix typo on OpenSSL::PKey doc [ci skip]
* ext/openssl/ossl_pkey.c (Init_ossl_pkey): [DOC] Fix typo
"encrypted" to "decrypted". [Fix GH-1235]
nobu (Nobuyoshi Nakada)
11:25 PM Revision e14c9f10 (ruby-git): Fix typo on OpenSSL::PKey doc [ci skip]
* ext/openssl/ossl_pkey.c (Init_ossl_pkey): [DOC] Fix typo
"encrypted" to "decrypted". [Fix GH-1235]
git-svn-id: ...
nobu (Nobuyoshi Nakada)
11:21 PM Revision 53722 (trunk): Fix Ripper.lex error in dedenting squiggly heredoc
* ext/ripper/lib/ripper/lexer.rb (on_heredoc_dedent): Fix
Ripper.lex error in dedenting squiggly heredoc. heredoc ...
nobu (Nobuyoshi Nakada)
11:21 PM Revision 53722 (ruby_2_4): Fix Ripper.lex error in dedenting squiggly heredoc
* ext/ripper/lib/ripper/lexer.rb (on_heredoc_dedent): Fix
Ripper.lex error in dedenting squiggly heredoc. heredoc ...
nobu (Nobuyoshi Nakada)
11:21 PM Revision 53722 (ruby_2_5): Fix Ripper.lex error in dedenting squiggly heredoc
* ext/ripper/lib/ripper/lexer.rb (on_heredoc_dedent): Fix
Ripper.lex error in dedenting squiggly heredoc. heredoc ...
nobu (Nobuyoshi Nakada)
11:21 PM Revision a43f2cba (ruby-git): Fix Ripper.lex error in dedenting squiggly heredoc
* ext/ripper/lib/ripper/lexer.rb (on_heredoc_dedent): Fix
Ripper.lex error in dedenting squiggly heredoc. heredoc ...
nobu (Nobuyoshi Nakada)
09:36 PM Feature #12047 (Open): Set#=== (aliased to include?)
Add `Set#===` as an alias for `Set#include?` so that sets may be used in `case` statements:
~~~
require 'set'
GO...
Phrogz (Gavin Kistner)
06:51 PM Feature #12034: RegExp does not respect file encoding directive
nobu@ruby-lang.org wrote:
> That encoding has never changed since 1.9.
> It seems because `File.readlink` and `Fil...
normalperson (Eric Wong)
10:14 AM Feature #12034: RegExp does not respect file encoding directive
This is considered as a spec now.
Anyway the change is very tiny.
```c
diff --git a/re.c b/re.c
index 3f7d227...
naruse (Yui NARUSE)
06:50 PM Bug #11930: Segmentation Fault in gc_mark_ptr in 2.3.0p0
Nobuyoshi Nakada wrote:
> Seems a GC problem with `Proc`.
>
> ```
> -- C level backtrace information -----------...
b264 (Brian Giaraffa)
05:38 PM Revision 53721 (trunk): * 2016-02-03
svn
05:38 PM Revision 53721 (ruby_2_4): * 2016-02-03
svn
05:38 PM Revision 53721 (ruby_2_5): * 2016-02-03
svn
05:38 PM Revision 922d359e (ruby-git): * 2016-02-03
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53721 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn
05:38 PM Revision 53720 (trunk): * re.c (rb_reg_prepare_enc): use already compiled US-ASCII regexp
if given string is ASCII only.
121.2s to 113.9s on my x86_64-freebsd10.2 Intel Core i5 661
naruse (Yui NARUSE)
05:38 PM Revision 53720 (ruby_2_4): * re.c (rb_reg_prepare_enc): use already compiled US-ASCII regexp
if given string is ASCII only.
121.2s to 113.9s on my x86_64-freebsd10.2 Intel Core i5 661
naruse (Yui NARUSE)
05:38 PM Revision 53720 (ruby_2_5): * re.c (rb_reg_prepare_enc): use already compiled US-ASCII regexp
if given string is ASCII only.
121.2s to 113.9s on my x86_64-freebsd10.2 Intel Core i5 661
naruse (Yui NARUSE)
05:38 PM Revision 7aefa7b8 (ruby-git): * re.c (rb_reg_prepare_enc): use already compiled US-ASCII regexp
if given string is ASCII only.
121.2s to 113.9s on my x86_64-freebsd10.2 Intel Core i5 661
git-svn-id: svn+ssh://c...
naruse (Yui NARUSE)
02:56 PM Feature #11868: Proposal for RubyVM::InstructionSequence.compile to return an object containing the syntax error information currently written to STDERR
I agree, it seems the best place to put this information is in the SyntaxError exception. If we need to keep compat... jrafanie (Joe Rafaniello)
12:06 AM Feature #11868: Proposal for RubyVM::InstructionSequence.compile to return an object containing the syntax error information currently written to STDERR
If the character position can be achieved in addition to the line number, then the "hint" can be reconstructed. (Howe... sawa (Tsuyoshi Sawada)
02:30 PM Feature #12043: Add a method to NoMethodError that tells if private methods are callable at the time of
Benoit, you are absolutely right about the error message. I was a bad person and didn't really check after copying & ... yuki24 (Yuki Nishijima)
02:17 PM Feature #12043: Add a method to NoMethodError that tells if private methods are callable at the time of
Does it satisfy your use case that raising another exception when private method call with `self.` ?
```ruby
begi...
usa (Usaku NAKAMURA)
02:09 PM Feature #12043: Add a method to NoMethodError that tells if private methods are callable at the time of
The first error message is actually
"undefined method `method_that_does_not_exist' for main:Object".
But that does ...
Eregon (Benoit Daloze)
01:57 PM Feature #12043: Add a method to NoMethodError that tells if private methods are callable at the time of
I think I should've been more specific and also should've mentioned that in the example above, the method you are try... yuki24 (Yuki Nishijima)
01:14 PM Feature #12043: Add a method to NoMethodError that tells if private methods are callable at the time of
So this would essentially be a way to tell if the call was a "fcall", without needing to parse the exception message?... Eregon (Benoit Daloze)
01:02 PM Feature #12043: Add a method to NoMethodError that tells if private methods are callable at the time of
Nakada-san, that's exactly what I want. A code example would be something like this:
```ruby
begin
self.do_s...
yuki24 (Yuki Nishijima)
01:54 AM Feature #12043: Add a method to NoMethodError that tells if private methods are callable at the time of
I think he wants to distinguish `self.foo` and `foo()`.
Only public methods can be candidates in the former case, bu...
nobu (Nobuyoshi Nakada)
01:39 PM Feature #12041: Change the initializer of NameError to take a receiver as the third argument
Speaking of `NoMethodError`, I think the former (`NoMethodError.new(msg, name [, args [,receiver]])`) makes more sens... yuki24 (Yuki Nishijima)
01:29 PM Feature #12042: A better interface that returns a list of local variables available where the exception is raised
As you may know, in Ruby 2.2 and older, `#local_variables` returns a list of local variables available in the scope w... yuki24 (Yuki Nishijima)
01:01 PM Revision 53719 (ruby_2_4): follow r53691
kazu
01:01 PM Revision 53719 (ruby_2_5): follow r53691
kazu
01:01 PM Revision 53719 (trunk): follow r53691
znz (Kazuhiro NISHIYAMA)
01:01 PM Revision 59e8cd3e (ruby-git): follow r53691
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53719 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
11:02 AM Revision 53718 (trunk): Skip SHA from test_digest_constants for LibreSSL 2.3
The first one of ruby/openssl#40
https://github.com/ruby/openssl/issues/40#issuecomment-159839338
naruse (Yui NARUSE)
11:02 AM Revision 53718 (ruby_2_4): Skip SHA from test_digest_constants for LibreSSL 2.3
The first one of ruby/openssl#40
https://github.com/ruby/openssl/issues/40#issuecomment-159839338
naruse (Yui NARUSE)
11:02 AM Revision 53718 (ruby_2_5): Skip SHA from test_digest_constants for LibreSSL 2.3
The first one of ruby/openssl#40
https://github.com/ruby/openssl/issues/40#issuecomment-159839338
naruse (Yui NARUSE)
11:02 AM Revision 10eef96d (ruby-git): Skip SHA from test_digest_constants for LibreSSL 2.3
The first one of ruby/openssl#40
https://github.com/ruby/openssl/issues/40#issuecomment-159839338
git-svn-id: svn+ss...
naruse (Yui NARUSE)
07:08 AM Revision 53717 (trunk): downloader.rb: https setter
* tool/downloader.rb (Downloader.https): define class variable
setter for 1.8, class_variable_set was private.
nobu (Nobuyoshi Nakada)
07:08 AM Revision 53717 (ruby_2_4): downloader.rb: https setter
* tool/downloader.rb (Downloader.https): define class variable
setter for 1.8, class_variable_set was private.
nobu (Nobuyoshi Nakada)
07:08 AM Revision 53717 (ruby_2_5): downloader.rb: https setter
* tool/downloader.rb (Downloader.https): define class variable
setter for 1.8, class_variable_set was private.
nobu (Nobuyoshi Nakada)
07:08 AM Revision df64c27e (ruby-git): downloader.rb: https setter
* tool/downloader.rb (Downloader.https): define class variable
setter for 1.8, class_variable_set was private.
git...
nobu (Nobuyoshi Nakada)
05:43 AM Revision 53716 (trunk): win32.c: reuse fullpath buffer
* win32/win32.c (open_dir_handle): reuse the fullpath buffer
instead of allocating another buffer for copy.
nobu (Nobuyoshi Nakada)
05:43 AM Revision 53716 (ruby_2_4): win32.c: reuse fullpath buffer
* win32/win32.c (open_dir_handle): reuse the fullpath buffer
instead of allocating another buffer for copy.
nobu (Nobuyoshi Nakada)
05:43 AM Revision 53716 (ruby_2_5): win32.c: reuse fullpath buffer
* win32/win32.c (open_dir_handle): reuse the fullpath buffer
instead of allocating another buffer for copy.
nobu (Nobuyoshi Nakada)
05:43 AM Revision eee61631 (ruby-git): win32.c: reuse fullpath buffer
* win32/win32.c (open_dir_handle): reuse the fullpath buffer
instead of allocating another buffer for copy.
git-sv...
nobu (Nobuyoshi Nakada)
04:39 AM Revision 53715 (trunk): * re.c: Introduce RREGEXP_PTR.
patch by dbussink.
partially merge https://github.com/ruby/ruby/pull/497
* include/ruby/ruby.h: ditto.
* gc.c: di...
naruse (Yui NARUSE)
04:39 AM Revision 53715 (ruby_2_4): * re.c: Introduce RREGEXP_PTR.
patch by dbussink.
partially merge https://github.com/ruby/ruby/pull/497
* include/ruby/ruby.h: ditto.
* gc.c: di...
naruse (Yui NARUSE)
04:39 AM Revision 53715 (ruby_2_5): * re.c: Introduce RREGEXP_PTR.
patch by dbussink.
partially merge https://github.com/ruby/ruby/pull/497
* include/ruby/ruby.h: ditto.
* gc.c: di...
naruse (Yui NARUSE)
04:39 AM Revision 21daa56b (ruby-git): * re.c: Introduce RREGEXP_PTR.
patch by dbussink.
partially merge https://github.com/ruby/ruby/pull/497
* include/ruby/ruby.h: ditto.
* gc.c: di...
naruse (Yui NARUSE)
04:39 AM Revision 53714 (trunk): enc: workdir timestamps
* enc/depend: make timestamps for each work directory, instead of
making for each compilation and link.
nobu (Nobuyoshi Nakada)
04:39 AM Revision 53714 (ruby_2_4): enc: workdir timestamps
* enc/depend: make timestamps for each work directory, instead of
making for each compilation and link.
nobu (Nobuyoshi Nakada)
04:39 AM Revision 53714 (ruby_2_5): enc: workdir timestamps
* enc/depend: make timestamps for each work directory, instead of
making for each compilation and link.
nobu (Nobuyoshi Nakada)
04:39 AM Revision 73733206 (ruby-git): enc: workdir timestamps
* enc/depend: make timestamps for each work directory, instead of
making for each compilation and link.
git-svn-id...
nobu (Nobuyoshi Nakada)
04:24 AM Feature #12046 (Rejected): Allow attr_reader :foo? to define instance method foo? for accessing @foo
Now we should write an accessor method of a boolean instance variable like
```ruby
def foo?
@foo
end
```
...
mrkn (Kenta Murata)
03:53 AM Revision 53713 (trunk): ChangeLog: reword
* ChangeLog: reword "affect" as it is a verb. nobu (Nobuyoshi Nakada)
03:53 AM Revision 53713 (ruby_2_4): ChangeLog: reword
* ChangeLog: reword "affect" as it is a verb. nobu (Nobuyoshi Nakada)
03:53 AM Revision 53713 (ruby_2_5): ChangeLog: reword
* ChangeLog: reword "affect" as it is a verb. nobu (Nobuyoshi Nakada)
03:53 AM Revision 120c23ed (ruby-git): ChangeLog: reword
* ChangeLog: reword "affect" as it is a verb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53713 b2dd03c8-39d4-...
nobu (Nobuyoshi Nakada)
03:50 AM Bug #12037: did_you_mean reporting impossible suggestion
Yuki Nishijima wrote:
> Martin, your idea sounds great to me, but I think it sounds more like a feature. Could you...
duerst (Martin Dürst)
02:27 AM Bug #9817 (Feedback): The extconf.rb for OpenSSL assumes MingW
First of all, from where did your "openssl" libraries come?
`ws2_32.lib` should be linked by the default, and I can'...
nobu (Nobuyoshi Nakada)
12:11 AM Revision 53712 (trunk): * lib/rubygems/specification.rb: `coding` is affect only first line except
shebang.
* lib/rubygems/package.rb, lib/rubygems/package/*: ditto.
hsbt (Hiroshi SHIBATA)
12:11 AM Revision 53712 (ruby_2_4): * lib/rubygems/specification.rb: `coding` is affect only first line except
shebang.
* lib/rubygems/package.rb, lib/rubygems/package/*: ditto.
hsbt (Hiroshi SHIBATA)
12:11 AM Revision 53712 (ruby_2_5): * lib/rubygems/specification.rb: `coding` is affect only first line except
shebang.
* lib/rubygems/package.rb, lib/rubygems/package/*: ditto.
hsbt (Hiroshi SHIBATA)
12:11 AM Revision 4e8b8c10 (ruby-git): * lib/rubygems/specification.rb: `coding` is affect only first line except
shebang.
* lib/rubygems/package.rb, lib/rubygems/package/*: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk...
hsbt (Hiroshi SHIBATA)

02/01/2016

11:25 PM Bug #12045 (Assigned): Add documentation lib/debug.rb
I am currently working on wrapping up documentation for lib/debug.rb. Right now there are quite a few undocumented me... dpulliam (Dylan Pulliam)
10:52 PM Bug #12044 (Closed): net/ftp.rb: add NullSocket#closed? to fix closing not yet opened connection
Hi there,
I've opened a PR for this issue on GitHub: https://github.com/ruby/ruby/pull/1232
An instance of `Nul...
antstorm (Anthony Dmitriyev)
10:01 PM Bug #11969: [PATCH] IRB: Final newline missing in truncated backtraces
Ping... Any update on this? javawizard (Alex Boyd)
09:28 PM Feature #11868: Proposal for RubyVM::InstructionSequence.compile to return an object containing the syntax error information currently written to STDERR
Hi @nobu, thanks for working on this feature in https://github.com/ruby/ruby/compare/trunk...nobu:feature/11868-Synt... jrafanie (Joe Rafaniello)
03:06 PM Revision 53711 (trunk): * 2016-02-02
svn
03:06 PM Revision 53711 (ruby_2_4): * 2016-02-02
svn
03:06 PM Revision 53711 (ruby_2_5): * 2016-02-02
svn
03:06 PM Revision a8bf0f71 (ruby-git): * 2016-02-02
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53711 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn
03:06 PM Revision 53710 (trunk): win32.c: w32_wopendir
* win32/win32.c (w32_wopendir): remove filename parameter, and
check the drive letter in wpath instead. rename fro...
nobu (Nobuyoshi Nakada)
03:06 PM Revision 53710 (ruby_2_4): win32.c: w32_wopendir
* win32/win32.c (w32_wopendir): remove filename parameter, and
check the drive letter in wpath instead. rename fro...
nobu (Nobuyoshi Nakada)
03:06 PM Revision 53710 (ruby_2_5): win32.c: w32_wopendir
* win32/win32.c (w32_wopendir): remove filename parameter, and
check the drive letter in wpath instead. rename fro...
nobu (Nobuyoshi Nakada)
03:06 PM Revision 0f19e79b (ruby-git): win32.c: w32_wopendir
* win32/win32.c (w32_wopendir): remove filename parameter, and
check the drive letter in wpath instead. rename fro...
nobu (Nobuyoshi Nakada)
02:02 PM Bug #9817: The extconf.rb for OpenSSL assumes MingW
Looking at the source code, File::ALT_SEPARATOR only appears to be defined on Windows. It's set in file.c if DOSISH i... djberg96 (Daniel Berger)
01:16 PM Feature #12043: Add a method to NoMethodError that tells if private methods are callable at the time of
Is respond_to?(no_method_error.name, false) not enough for this purpose? Eregon (Benoit Daloze)
12:22 PM Feature #12043 (Closed): Add a method to NoMethodError that tells if private methods are callable at the time of
I've briefly talked about this to Sasada-san, but also wanted to hear from other committers. I would like to add a me... yuki24 (Yuki Nishijima)
12:43 PM Revision 53709 (trunk): * properties.
svn
12:43 PM Revision 53709 (ruby_2_4): * properties.
svn
12:43 PM Revision 53709 (ruby_2_5): * properties.
svn
12:43 PM Revision 53708 (trunk): * remove trailing spaces.
svn
12:43 PM Revision 53708 (ruby_2_4): * remove trailing spaces.
svn
12:43 PM Revision 53708 (ruby_2_5): * remove trailing spaces.
svn
12:43 PM Revision 7a06afa9 (ruby-git): * remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53708 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn
12:43 PM Revision a82fb030 (ruby-git): * properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53709 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn
12:43 PM Revision 53707 (trunk): * lib/rubygems.rb, lib/rubygems/*, test/rubygems/*: Update rubygems-2.5.2.
It supports to enable frozen string literal and add `--norc` option for
disable to `.gemrc` configuration.
See 2....
hsbt (Hiroshi SHIBATA)
12:43 PM Revision 53707 (ruby_2_4): * lib/rubygems.rb, lib/rubygems/*, test/rubygems/*: Update rubygems-2.5.2.
It supports to enable frozen string literal and add `--norc` option for
disable to `.gemrc` configuration.
See 2....
hsbt (Hiroshi SHIBATA)
12:43 PM Revision 53707 (ruby_2_5): * lib/rubygems.rb, lib/rubygems/*, test/rubygems/*: Update rubygems-2.5.2.
It supports to enable frozen string literal and add `--norc` option for
disable to `.gemrc` configuration.
See 2....
hsbt (Hiroshi SHIBATA)
12:43 PM Revision a21d403f (ruby-git): * lib/rubygems.rb, lib/rubygems/*, test/rubygems/*: Update rubygems-2.5.2.
It supports to enable frozen string literal and add `--norc` option for
disable to `.gemrc` configuration.
See 2....
hsbt (Hiroshi SHIBATA)
12:30 PM Feature #12042 (Feedback): A better interface that returns a list of local variables available where the exception is raised
I'm uncertain about what you mean by "change".
Could you elaborate the behavior what you expect?
nobu (Nobuyoshi Nakada)
12:16 PM Feature #12042 (Feedback): A better interface that returns a list of local variables available where the exception is raised
We've changed the behavior of `NameError#local_variables` as discussed on #11777, but I'm not actually satisfied by t... yuki24 (Yuki Nishijima)
12:25 PM Feature #12041: Change the initializer of NameError to take a receiver as the third argument
What's about `NoMethodError`?
Currently, it is
```ruby
NoMethodError.new(msg, name [, args]) #-> no_method_erro...
nobu (Nobuyoshi Nakada)
11:42 AM Feature #12041 (Open): Change the initializer of NameError to take a receiver as the third argument
I would like to change `NameError#initialize` to take a receiver object as the third argument. An example would be li... yuki24 (Yuki Nishijima)
12:08 PM Revision 53706 (trunk): win32.c: volume_prefix_len
* win32/win32.c (rb_w32_read_reparse_point): name the prefix
length to be dropped.
nobu (Nobuyoshi Nakada)
12:08 PM Revision 53706 (ruby_2_4): win32.c: volume_prefix_len
* win32/win32.c (rb_w32_read_reparse_point): name the prefix
length to be dropped.
nobu (Nobuyoshi Nakada)
12:08 PM Revision 53706 (ruby_2_5): win32.c: volume_prefix_len
* win32/win32.c (rb_w32_read_reparse_point): name the prefix
length to be dropped.
nobu (Nobuyoshi Nakada)
12:08 PM Revision 94cfa289 (ruby-git): win32.c: volume_prefix_len
* win32/win32.c (rb_w32_read_reparse_point): name the prefix
length to be dropped.
git-svn-id: svn+ssh://ci.ruby-l...
nobu (Nobuyoshi Nakada)
10:40 AM Bug #12037: did_you_mean reporting impossible suggestion
fixed in [yuki24/did_you_mean@1c52c88](https://github.com/yuki24/did_you_mean/commit/1c52c887c62b0921e799f94bcc4a846d... yuki24 (Yuki Nishijima)
03:02 AM Bug #12037: did_you_mean reporting impossible suggestion
> Issue #12037 has been updated by Nobuyoshi Nakada.
>
> Status changed from Open to Third Party's Issue
> Assign...
duerst (Martin Dürst)
09:47 AM Feature #11678 (Closed): ability to comment out methods in a multi-line method chain without needing a new line escape
naruse (Yui NARUSE)
08:43 AM Feature #11678: ability to comment out methods in a multi-line method chain without needing a new line escape
It is a duplicate of https://bugs.ruby-lang.org/issues/7639. sawa (Tsuyoshi Sawada)
08:14 AM Revision 53705 (trunk): win32.c: suffix should be alnum
* win32/win32.c (fileattr_to_unixmode): built-in executable
suffixes are alpha-numeric only, no needs to scan whole...
nobu (Nobuyoshi Nakada)
08:14 AM Revision 53705 (ruby_2_4): win32.c: suffix should be alnum
* win32/win32.c (fileattr_to_unixmode): built-in executable
suffixes are alpha-numeric only, no needs to scan whole...
nobu (Nobuyoshi Nakada)
08:14 AM Revision 53705 (ruby_2_5): win32.c: suffix should be alnum
* win32/win32.c (fileattr_to_unixmode): built-in executable
suffixes are alpha-numeric only, no needs to scan whole...
nobu (Nobuyoshi Nakada)
08:14 AM Revision 19162d26 (ruby-git): win32.c: suffix should be alnum
* win32/win32.c (fileattr_to_unixmode): built-in executable
suffixes are alpha-numeric only, no needs to scan whole...
nobu (Nobuyoshi Nakada)
08:13 AM Bug #12040 (Assigned): [Win32] File.stat fails on a mounted volume
On Windows, `File.stat` fails on the volume mount point directory whose name contains `"..."`.
Where `%vol%` is th...
nobu (Nobuyoshi Nakada)
06:25 AM Revision 53704 (trunk): * 2016-02-01
svn
06:25 AM Revision 53704 (ruby_2_4): * 2016-02-01
svn
06:25 AM Revision 53704 (ruby_2_5): * 2016-02-01
svn
06:25 AM Revision 01cfc8b5 (ruby-git): * 2016-02-01
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53704 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn
06:25 AM Revision 53703 (trunk): win32.c: move counting length
* win32/win32.c (opendir_internal): defer counting the length just
before the loop where it is used.
nobu (Nobuyoshi Nakada)
06:25 AM Revision 53703 (ruby_2_4): win32.c: move counting length
* win32/win32.c (opendir_internal): defer counting the length just
before the loop where it is used.
nobu (Nobuyoshi Nakada)
06:25 AM Revision 53703 (ruby_2_5): win32.c: move counting length
* win32/win32.c (opendir_internal): defer counting the length just
before the loop where it is used.
nobu (Nobuyoshi Nakada)
06:25 AM Revision 1664a4ca (ruby-git): win32.c: move counting length
* win32/win32.c (opendir_internal): defer counting the length just
before the loop where it is used.
git-svn-id: s...
nobu (Nobuyoshi Nakada)
03:59 AM Misc #12004: Code of Conduct
Hi, for what it's worth at this point, I strongly support both adopting a code of conduct, and adopting the Contribut... kevinburke (Kevin Burke)
03:11 AM Feature #12039: Fixnum#infinite?/Bignum#infinite or Numeric#infinte, consistent with Float#infinite? and BigDecimal#infinite?
This is probably a useful method to be able to rely on universally, even if `Fixnum` and `Bignum` just return `false`. seantheprogrammer (Sean Griffin)
01:22 AM Feature #12039: Fixnum#infinite?/Bignum#infinite or Numeric#infinte, consistent with Float#infinite? and BigDecimal#infinite?
It might also make sense to consider if other "predicates" make sense, e.g. `nan?` They should be declared on Numeric... ioquatix (Samuel Williams)
01:19 AM Feature #12039 (Closed): Fixnum#infinite?/Bignum#infinite or Numeric#infinte, consistent with Float#infinite? and BigDecimal#infinite?
We have an issue where it is not easy to ask if a number is +ve or -ve infinity. https://github.com/rails/arel/issues... ioquatix (Samuel Williams)
02:02 AM Feature #12024: Add String.buffer, for creating strings with large capacities
On 2016/01/30 21:17, mame@ruby-lang.org wrote:
> I have no strong objection, but still I have a question. I guess...
duerst (Martin Dürst)

01/31/2016

09:43 AM Revision 53702 (trunk): r53688 test
* test/ruby/test_file_exhaustive.rb (test_realpath_mount_point):
test for r53688.
nobu (Nobuyoshi Nakada)
09:43 AM Revision 53702 (ruby_2_4): r53688 test
* test/ruby/test_file_exhaustive.rb (test_realpath_mount_point):
test for r53688.
nobu (Nobuyoshi Nakada)
09:43 AM Revision 53702 (ruby_2_5): r53688 test
* test/ruby/test_file_exhaustive.rb (test_realpath_mount_point):
test for r53688.
nobu (Nobuyoshi Nakada)
09:43 AM Revision 28a7199a (ruby-git): r53688 test
* test/ruby/test_file_exhaustive.rb (test_realpath_mount_point):
test for r53688.
git-svn-id: svn+ssh://ci.ruby-la...
nobu (Nobuyoshi Nakada)
07:52 AM Misc #12004: Code of Conduct
Just some clarification of context on this for the record. Again, my goal is not to debate whether we need a CoC but... einhverfr (Chris Travers)
05:43 AM Bug #11993: foo(hash) is handled like foo(**hash)
See #11967 for Marc-Andre's explanation. avit (Andrew Vit)
03:34 AM Revision 53701 (trunk): additional math operations
* test/drb/ut_large.rb (multiply, avg, median): add additional
math operations to DRbLarge. [Fix GH-1086]
nobu (Nobuyoshi Nakada)
03:34 AM Revision 53701 (ruby_2_4): additional math operations
* test/drb/ut_large.rb (multiply, avg, median): add additional
math operations to DRbLarge. [Fix GH-1086]
nobu (Nobuyoshi Nakada)
03:34 AM Revision 53701 (ruby_2_5): additional math operations
* test/drb/ut_large.rb (multiply, avg, median): add additional
math operations to DRbLarge. [Fix GH-1086]
nobu (Nobuyoshi Nakada)
03:34 AM Revision c2e998d6 (ruby-git): additional math operations
* test/drb/ut_large.rb (multiply, avg, median): add additional
math operations to DRbLarge. [Fix GH-1086]
git-svn...
nobu (Nobuyoshi Nakada)
03:20 AM Revision 53700 (trunk): test for File#lstat.
* test/ruby/test_file_exhaustive.rb (test_lstat): Add lacking test
for File#lstat. [Fix GH-1231]
nobu (Nobuyoshi Nakada)
03:20 AM Revision 53700 (ruby_2_4): test for File#lstat.
* test/ruby/test_file_exhaustive.rb (test_lstat): Add lacking test
for File#lstat. [Fix GH-1231]
nobu (Nobuyoshi Nakada)
03:20 AM Revision 53700 (ruby_2_5): test for File#lstat.
* test/ruby/test_file_exhaustive.rb (test_lstat): Add lacking test
for File#lstat. [Fix GH-1231]
nobu (Nobuyoshi Nakada)
03:20 AM Revision 8b9cd1db (ruby-git): test for File#lstat.
* test/ruby/test_file_exhaustive.rb (test_lstat): Add lacking test
for File#lstat. [Fix GH-1231]
git-svn-id: svn+...
nobu (Nobuyoshi Nakada)
03:16 AM Revision 53699 (trunk): standard_library.rdoc: fix typo [ci skip]
* doc/standard_library.rdoc: fix typo [Fix GH-1230]
Spelling mistakes -
outputing > outputting
publich > publish
nobu (Nobuyoshi Nakada)
03:16 AM Revision 53699 (ruby_2_4): standard_library.rdoc: fix typo [ci skip]
* doc/standard_library.rdoc: fix typo [Fix GH-1230]
Spelling mistakes -
outputing > outputting
publich > publish
nobu (Nobuyoshi Nakada)
03:16 AM Revision 53699 (ruby_2_5): standard_library.rdoc: fix typo [ci skip]
* doc/standard_library.rdoc: fix typo [Fix GH-1230]
Spelling mistakes -
outputing > outputting
publich > publish
nobu (Nobuyoshi Nakada)
03:16 AM Revision 92862661 (ruby-git): standard_library.rdoc: fix typo [ci skip]
* doc/standard_library.rdoc: fix typo [Fix GH-1230]
Spelling mistakes -
outputing > outputting
publich > publi...
nobu (Nobuyoshi Nakada)
03:11 AM Revision 53698 (trunk): io.c: rb_io_open_generic
* io.c (rb_io_open_generic): split from rb_io_open without
argument conversions.
* io.c (rb_io_s_binread): get rid...
nobu (Nobuyoshi Nakada)
03:11 AM Revision 53698 (ruby_2_4): io.c: rb_io_open_generic
* io.c (rb_io_open_generic): split from rb_io_open without
argument conversions.
* io.c (rb_io_s_binread): get rid...
nobu (Nobuyoshi Nakada)
03:11 AM Revision 53698 (ruby_2_5): io.c: rb_io_open_generic
* io.c (rb_io_open_generic): split from rb_io_open without
argument conversions.
* io.c (rb_io_s_binread): get rid...
nobu (Nobuyoshi Nakada)
03:11 AM Revision 610e39e9 (ruby-git): io.c: rb_io_open_generic
* io.c (rb_io_open_generic): split from rb_io_open without
argument conversions.
* io.c (rb_io_s_binread): get rid...
nobu (Nobuyoshi Nakada)
02:58 AM Revision 53697 (trunk): * 2016-01-31
svn
02:58 AM Revision 53697 (ruby_2_4): * 2016-01-31
svn
02:58 AM Revision 53697 (ruby_2_5): * 2016-01-31
svn
02:58 AM Revision c949aab5 (ruby-git): * 2016-01-31
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53697 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn
02:58 AM Revision 53696 (trunk): io.c: constify
* io.c (rb_file_open_generic, pipe_open, pipe_open_s): constify
convconfig parameter.
nobu (Nobuyoshi Nakada)
02:58 AM Revision 53696 (ruby_2_4): io.c: constify
* io.c (rb_file_open_generic, pipe_open, pipe_open_s): constify
convconfig parameter.
nobu (Nobuyoshi Nakada)
02:58 AM Revision 53696 (ruby_2_5): io.c: constify
* io.c (rb_file_open_generic, pipe_open, pipe_open_s): constify
convconfig parameter.
nobu (Nobuyoshi Nakada)
02:58 AM Revision e7cf2031 (ruby-git): io.c: constify
* io.c (rb_file_open_generic, pipe_open, pipe_open_s): constify
convconfig parameter.
git-svn-id: svn+ssh://ci.rub...
nobu (Nobuyoshi Nakada)

01/30/2016

10:51 PM Misc #12004: Code of Conduct
> And also, can we get the troll removed, please? Whether or not jewish Illuminati
> rule the world is irrelevant t...
kosaki (Motohiro KOSAKI)
10:03 PM Misc #12004: Code of Conduct
Since I posted that version 1.4 has been merged into master. You can find the final version here:
http://contribut...
CoralineAda (Coraline Ada Ehmke)
09:47 PM Misc #12004: Code of Conduct
I must say I'm actually positively surprised by Contributor Covenenant 1.4.
I'm no fan of Coraline or SJWs, but I th...
jaen (Tomek Mańko)
08:25 PM Misc #12004: Code of Conduct
Coraline Ada Ehmke wrote:
> It should be noted that the leaders of the Postgres project rejected the language in the...
jeremyevans0 (Jeremy Evans)
08:15 PM Misc #12004: Code of Conduct
Coraline Ada Ehmke wrote:
> It should be noted that the leaders of the Postgres project rejected the language in the...
rklemme (Robert Klemme)
07:56 PM Misc #12004: Code of Conduct
It should be noted that the leaders of the Postgres project rejected the language in the proposed CoC and have decide... CoralineAda (Coraline Ada Ehmke)
07:12 PM Misc #12004: Code of Conduct
Shlomo Shekelstein wrote:
> ...
Please stop: this is unprofessional. Everyone has made their points and it is don...
avit (Andrew Vit)
11:54 AM Misc #12004: Code of Conduct
(This message has been deleted) ShlomoShekelstein (Shlomo Shekelstein)
11:31 AM Misc #12004: Code of Conduct
(This message has been deleted)
ShlomoShekelstein (Shlomo Shekelstein)
01:51 AM Misc #12004: Code of Conduct
On 01/30/2016 05:39 AM, Matthew Kerwin wrote:
> Please take the rest of this discussion off the tracker and mailing...
shyouhei (Shyouhei Urabe)
08:20 PM Bug #8316: Can't pass hash to first positional argument; hash interpreted as keyword arguments
Andrew Schwartz wrote:
> This is unfortunately still an issue with default values in positional arguments
See #11...
avit (Andrew Vit)
06:03 PM Bug #12030: Crash calling Hash#dig when hash contains ActiveRecord objects
r53695 should be backported into ruby_2_3 branch.
rb_check_funcall_with_hook() exists in ruby_2_0_0, ruby_2_1, ruby_...
nagachika (Tomoyuki Chikanaga)
06:18 AM Bug #12030 (Closed): Crash calling Hash#dig when hash contains ActiveRecord objects
Applied in changeset r53695.
----------
vm_eval.c: fix hook call
* vm_eval.c (rb_check_funcall_with_hook): also sho...
nobu (Nobuyoshi Nakada)
05:28 PM Feature #12024: Add String.buffer, for creating strings with large capacities
Template engines would be the main use case for this. Note that you don't need to know the exact length of the strin... jeremyevans0 (Jeremy Evans)
12:17 PM Feature #12024: Add String.buffer, for creating strings with large capacities
Thank you for your benchmark. I tried it and confirmed the speed up in Linux. Now I have no strong objection agains... mame (Yusuke Endoh)
04:29 PM Bug #11869: random hang/SegFault when accessing a missing constant in irb
I built our whole system (ruby, libedit, ncurses, etc) without any optimizations at all and got a build that passed o... lamont (Lamont Granquist)
11:58 AM Feature #12038 (Third Party's Issue): Please add documentation to open-uri showing how to obtain an attachment
naruse (Yui NARUSE)
10:47 AM Feature #12038: Please add documentation to open-uri showing how to obtain an attachment
al2o3-cr on IRC showed the solution:
File.write('foo.txt', open("http://eutils.ncbi.nlm.nih.gov/entrez/eutils/efet...
shevegen (Robert A. Heiler)
10:45 AM Feature #12038 (Third Party's Issue): Please add documentation to open-uri showing how to obtain an attachment
The current documentation for open-uri is at:
ruby-doc.org/stdlib-2.3.0/libdoc/open-uri/rdoc/OpenURI.html
I a...
shevegen (Robert A. Heiler)
07:01 AM Feature #11917: Add Range#length as an alias for size
Attached patch for consideration. I made the aliases the same as Array. avit (Andrew Vit)
06:24 AM Bug #11915: File.read reading string starting with | executes it.
People should (hopefully) always read files with an absolute path prefix, but something like this could be surprising... avit (Andrew Vit)
06:19 AM Revision 53695 (trunk): vm_eval.c: fix hook call
* vm_eval.c (rb_check_funcall_with_hook): also should call the
given hook before returning Qundef when overridden r...
nobu (Nobuyoshi Nakada)
06:19 AM Revision 53695 (ruby_2_4): vm_eval.c: fix hook call
* vm_eval.c (rb_check_funcall_with_hook): also should call the
given hook before returning Qundef when overridden r...
nobu (Nobuyoshi Nakada)
06:19 AM Revision 53695 (ruby_2_5): vm_eval.c: fix hook call
* vm_eval.c (rb_check_funcall_with_hook): also should call the
given hook before returning Qundef when overridden r...
nobu (Nobuyoshi Nakada)
06:19 AM Revision 6ee8ec70 (ruby-git): vm_eval.c: fix hook call
* vm_eval.c (rb_check_funcall_with_hook): also should call the
given hook before returning Qundef when overridden r...
nobu (Nobuyoshi Nakada)
04:08 AM Feature #11882: Map or NamedMap
Robert A. Heiler wrote:
> I concur with Hampton Catlin for the most part (save for the
> name "Map", that is not a ...
avit (Andrew Vit)
03:13 AM Bug #12037 (Third Party's Issue): did_you_mean reporting impossible suggestion
Probably the same name as the erred should be removed from candidates first. nobu (Nobuyoshi Nakada)
02:57 AM Bug #11762: Array#dig can raise TypeError: no implicit conversion of Symbol/String into Integer
Andrew,
I don't think `dig!` is a good name, because `!` usually denotes dangerous version of a method in Ruby nam...
matz (Yukihiro Matsumoto)
02:38 AM Bug #11762: Array#dig can raise TypeError: no implicit conversion of Symbol/String into Integer
Yukihiro Matsumoto wrote:
> If #dig returns nil instead of exception, as you want, we cannot distinguish case 2 and ...
avit (Andrew Vit)
02:49 AM Feature #12034: RegExp does not respect file encoding directive
That encoding has never changed since 1.9.
It seems because `File.readlink` and `File.realpath` return locale strings.
nobu (Nobuyoshi Nakada)
02:04 AM Feature #11848: New #to_b method for String, Symbol, Numeric, NilClass, TrueClass and FalseClass.
I've had to do this in a few places over the years myself:
~~~
TRUTHY_VALUES = [true, 1, '1', 't', 'T', 'true', '...
avit (Andrew Vit)
01:49 AM Revision 53694 (trunk): common.mk: update-bundled_gems
* common.mk (update-bundled_gems): to update version numbers in
gems/bundled_gems file.
nobu (Nobuyoshi Nakada)
01:49 AM Revision 53694 (ruby_2_4): common.mk: update-bundled_gems
* common.mk (update-bundled_gems): to update version numbers in
gems/bundled_gems file.
nobu (Nobuyoshi Nakada)
01:49 AM Revision 53694 (ruby_2_5): common.mk: update-bundled_gems
* common.mk (update-bundled_gems): to update version numbers in
gems/bundled_gems file.
nobu (Nobuyoshi Nakada)
01:49 AM Revision 68241c2e (ruby-git): common.mk: update-bundled_gems
* common.mk (update-bundled_gems): to update version numbers in
gems/bundled_gems file.
git-svn-id: svn+ssh://ci.r...
nobu (Nobuyoshi Nakada)
01:08 AM Revision 53693 (trunk): update bundled gems
nobu (Nobuyoshi Nakada)
01:08 AM Revision 53693 (ruby_2_4): update bundled gems
nobu (Nobuyoshi Nakada)
01:08 AM Revision 53693 (ruby_2_5): update bundled gems
nobu (Nobuyoshi Nakada)
01:08 AM Revision 807b9187 (ruby-git): update bundled gems
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53693 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)

01/29/2016

11:56 PM Bug #12037 (Third Party's Issue): did_you_mean reporting impossible suggestion
The did_you_mean feature in Ruby 2.3.0 reports an impossible suggestion when you define whatever is being called in t... chrisarcand (Chris Arcand)
09:30 PM Bug #12036 (Open): Enumerator's automatic rewind behavior
When enumerating an enumerator, the enumerator automatically rewinds when #next raises an error. The concern here is ... slash_nick (Ryan Hosford)
06:59 PM Misc #12004: Code of Conduct
Lisa Beld wrote:
> I would recommend the Contributor Covenant. People complaining that it includes harassment in pub...
avit (Andrew Vit)
08:36 AM Misc #12004: Code of Conduct
Hi everyone;
First, in scope I recognize the discussion as to whether to have a code of conduct is over. Ruby ha...
einhverfr (Chris Travers)
06:37 AM Misc #12004: Code of Conduct
First off, thank you to mods for re-opening account registration. I would like to jump in and comment on this, since ... angularjays (Jay S)
03:11 AM Misc #12004: Code of Conduct
Yukihiro Matsumoto wrote:
> OK, that's enough.
>
> We will set up some form of CoC in the future. Let me think fo...
datadrake (B Meyers)
02:10 AM Misc #12004: Code of Conduct
I've noticed new accounts can register again, so I guess I'll add my two cents.
I understand the need for CoCs - t...
jaen (Tomek Mańko)
06:01 PM Bug #12035 (Rejected): scanf suspicious results.
The code: 'a b c'.scanf('%[a] %[b] %[c]')
yields the result: ["a"] and not ["a","b","c"] as expected.
So far it...
PeterCamilleri (Peter Camilleri)
04:53 PM Bug #11869: random hang/SegFault when accessing a missing constant in irb
I'm seeing this on debian 7, rhel 6, and ubuntu 14.04 at least (but running binaries compiled on debian 6, rhel 5, an... lamont (Lamont Granquist)
04:45 PM Bug #12033: WSASocket can't work with Ruby extensions.
Okay. I see.
What you're telling me is that you're basically overriding at link time the list of posix-looking fun...
nicolasnoble (Nicolas Noble)
11:12 AM Bug #12033: WSASocket can't work with Ruby extensions.
First, You don't have to care about initializing/cleanup WinSock.
Ruby does them.
To keep source level compatibil...
usa (Usaku NAKAMURA)
10:56 AM Bug #12033: WSASocket can't work with Ruby extensions.
I forgot to mention that I tried this under windows 10 and Windows 7, with the same result on both os. nicolasnoble (Nicolas Noble)
10:39 AM Bug #12033 (Open): WSASocket can't work with Ruby extensions.
Basically, when creating a gem with C code that tries to do a WSASocket() call, the socket will end up being non-viab... nicolasnoble (Nicolas Noble)
03:52 PM Feature #12034 (Open): RegExp does not respect file encoding directive
~~~
$ cat regexp-encoding.rb
# -*- encoding: binary -*-
puts ''.encoding
puts //.encoding
$ ruby regexp-encodi...
vo.x (Vit Ondruch)
03:21 PM Revision 53692 (trunk): * 2016-01-30
svn
03:21 PM Revision 53692 (ruby_2_4): * 2016-01-30
svn
03:21 PM Revision 53692 (ruby_2_5): * 2016-01-30
svn
03:21 PM Revision 562b14cb (ruby-git): * 2016-01-30
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53692 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn
03:21 PM Revision 53691 (trunk): suppress warning: assigned but unused variable
naruse (Yui NARUSE)
03:21 PM Revision 53691 (ruby_2_4): suppress warning: assigned but unused variable
naruse (Yui NARUSE)
03:21 PM Revision 53691 (ruby_2_5): suppress warning: assigned but unused variable
naruse (Yui NARUSE)
03:21 PM Revision 563706fa (ruby-git): suppress warning: assigned but unused variable
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53691 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
02:16 PM Bug #12030: Crash calling Hash#dig when hash contains ActiveRecord objects
Hi, I was able to reproduce it on a bit minified example. Here it is:
~~~
class Foo
def self.respond_to?(*ar...
akhramov (Artem Khramov)
09:32 AM Revision 53690 (trunk): r53689 test
* test/ruby/test_file_exhaustive.rb (test_readlink_junction): test
for r53689.
nobu (Nobuyoshi Nakada)
09:32 AM Revision 53690 (ruby_2_4): r53689 test
* test/ruby/test_file_exhaustive.rb (test_readlink_junction): test
for r53689.
nobu (Nobuyoshi Nakada)
09:32 AM Revision 53690 (ruby_2_5): r53689 test
* test/ruby/test_file_exhaustive.rb (test_readlink_junction): test
for r53689.
nobu (Nobuyoshi Nakada)
09:32 AM Revision 1e226382 (ruby-git): r53689 test
* test/ruby/test_file_exhaustive.rb (test_readlink_junction): test
for r53689.
git-svn-id: svn+ssh://ci.ruby-lang....
nobu (Nobuyoshi Nakada)
08:41 AM Revision 53689 (trunk): win32/file.c: drop garbage
* win32/file.c (rb_readlink): drop garbage after the substitute
name, as rb_w32_read_reparse_point returns the expe...
nobu (Nobuyoshi Nakada)
08:41 AM Revision 53689 (ruby_2_4): win32/file.c: drop garbage
* win32/file.c (rb_readlink): drop garbage after the substitute
name, as rb_w32_read_reparse_point returns the expe...
nobu (Nobuyoshi Nakada)
08:41 AM Revision 53689 (ruby_2_5): win32/file.c: drop garbage
* win32/file.c (rb_readlink): drop garbage after the substitute
name, as rb_w32_read_reparse_point returns the expe...
nobu (Nobuyoshi Nakada)
08:41 AM Revision ec943ac6 (ruby-git): win32/file.c: drop garbage
* win32/file.c (rb_readlink): drop garbage after the substitute
name, as rb_w32_read_reparse_point returns the expe...
nobu (Nobuyoshi Nakada)
08:13 AM Revision 53688 (trunk): * win32/win32.c (fileattr_to_unixmode, rb_w32_reparse_symlink_p): volume
mount point should be treated as directory, not symlink.
[ruby-core:72483] [Bug #11874]
* win32/win32.c (rb_w32_re...
usa (Usaku NAKAMURA)
08:13 AM Revision 53688 (ruby_2_4): * win32/win32.c (fileattr_to_unixmode, rb_w32_reparse_symlink_p): volume
mount point should be treated as directory, not symlink.
[ruby-core:72483] [Bug #11874]
* win32/win32.c (rb_w32_re...
usa (Usaku NAKAMURA)
08:13 AM Revision 53688 (ruby_2_5): * win32/win32.c (fileattr_to_unixmode, rb_w32_reparse_symlink_p): volume
mount point should be treated as directory, not symlink.
[ruby-core:72483] [Bug #11874]
* win32/win32.c (rb_w32_re...
usa (Usaku NAKAMURA)
08:13 AM Revision 47f6196c (ruby-git): * win32/win32.c (fileattr_to_unixmode, rb_w32_reparse_symlink_p): volume
mount point should be treated as directory, not symlink.
[ruby-core:72483] [Bug #11874]
* win32/win32.c (rb_w32_re...
usa (Usaku NAKAMURA)
08:12 AM Bug #11874 (Closed): File.realpath fail on volume mount point directory
Applied in changeset r53688.
----------
* win32/win32.c (fileattr_to_unixmode, rb_w32_reparse_symlink_p): volume
m...
usa (Usaku NAKAMURA)
08:01 AM Revision 53687 (ruby_2_4): fix a typo [ci skip]
kazu
08:01 AM Revision 53687 (ruby_2_5): fix a typo [ci skip]
kazu
08:01 AM Revision 53687 (trunk): fix a typo [ci skip]
znz (Kazuhiro NISHIYAMA)
08:01 AM Revision c0b13e29 (ruby-git): fix a typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53687 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
07:18 AM Revision 53686 (trunk): Rename parameter name
* enum.c (enum_take_while, enum_drop_while): rename block
parameter to obj, since they are generic objects. [Fix G...
nobu (Nobuyoshi Nakada)
07:18 AM Revision 53686 (ruby_2_4): Rename parameter name
* enum.c (enum_take_while, enum_drop_while): rename block
parameter to obj, since they are generic objects. [Fix G...
nobu (Nobuyoshi Nakada)
07:18 AM Revision 53686 (ruby_2_5): Rename parameter name
* enum.c (enum_take_while, enum_drop_while): rename block
parameter to obj, since they are generic objects. [Fix G...
nobu (Nobuyoshi Nakada)
07:18 AM Revision 93eb95f0 (ruby-git): Rename parameter name
* enum.c (enum_take_while, enum_drop_while): rename block
parameter to obj, since they are generic objects. [Fix G...
nobu (Nobuyoshi Nakada)
05:16 AM Revision 53685 (trunk): erb.rb: fronzen-string-literal in comment [Fix GH-1229]
* lib/erb.rb (ERB::Compiler#detect_magic_comment): allow
fronzen-string-literal in comment as well as encoding.
nobu (Nobuyoshi Nakada)
05:16 AM Revision 53685 (ruby_2_4): erb.rb: fronzen-string-literal in comment [Fix GH-1229]
* lib/erb.rb (ERB::Compiler#detect_magic_comment): allow
fronzen-string-literal in comment as well as encoding.
nobu (Nobuyoshi Nakada)
05:16 AM Revision 53685 (ruby_2_5): erb.rb: fronzen-string-literal in comment [Fix GH-1229]
* lib/erb.rb (ERB::Compiler#detect_magic_comment): allow
fronzen-string-literal in comment as well as encoding.
nobu (Nobuyoshi Nakada)
05:16 AM Revision 4f8245b7 (ruby-git): erb.rb: fronzen-string-literal in comment [Fix GH-1229]
* lib/erb.rb (ERB::Compiler#detect_magic_comment): allow
fronzen-string-literal in comment as well as encoding.
gi...
nobu (Nobuyoshi Nakada)
05:14 AM Revision 53684 (trunk): erb.rb: duplicated magic comments [Fix GH-1229]
* lib/erb.rb (ERB#def_method): insert def line just before the
first non-comment and non-empty line, not to leave d...
nobu (Nobuyoshi Nakada)
05:14 AM Revision 53684 (ruby_2_4): erb.rb: duplicated magic comments [Fix GH-1229]
* lib/erb.rb (ERB#def_method): insert def line just before the
first non-comment and non-empty line, not to leave d...
nobu (Nobuyoshi Nakada)
05:14 AM Revision 53684 (ruby_2_5): erb.rb: duplicated magic comments [Fix GH-1229]
* lib/erb.rb (ERB#def_method): insert def line just before the
first non-comment and non-empty line, not to leave d...
nobu (Nobuyoshi Nakada)
05:14 AM Revision 708a982c (ruby-git): erb.rb: duplicated magic comments [Fix GH-1229]
* lib/erb.rb (ERB#def_method): insert def line just before the
first non-comment and non-empty line, not to leave d...
nobu (Nobuyoshi Nakada)
03:53 AM Feature #12032 (Closed): Matrix.rb ruby documentation
Added documentation for three methods within matrix.rb file: elements_to_f, elements_to_i, elements_to_r Oneill38 (Megan O'Neill)
03:18 AM Revision 53683 (trunk): test_erb.rb: improve assertions
* test/erb/test_erb.rb: improve failure messages with
assert_respond_to and assert_not_respond_to.
* test/erb/test...
nobu (Nobuyoshi Nakada)
03:18 AM Revision 53683 (ruby_2_4): test_erb.rb: improve assertions
* test/erb/test_erb.rb: improve failure messages with
assert_respond_to and assert_not_respond_to.
* test/erb/test...
nobu (Nobuyoshi Nakada)
03:18 AM Revision 53683 (ruby_2_5): test_erb.rb: improve assertions
* test/erb/test_erb.rb: improve failure messages with
assert_respond_to and assert_not_respond_to.
* test/erb/test...
nobu (Nobuyoshi Nakada)
03:18 AM Revision f54b960d (ruby-git): test_erb.rb: improve assertions
* test/erb/test_erb.rb: improve failure messages with
assert_respond_to and assert_not_respond_to.
* test/erb/test...
nobu (Nobuyoshi Nakada)
02:14 AM Revision 53682 (trunk): erb.rb: frozen-string-literal safe
* lib/erb.rb (ERB#set_eoutvar): explicitly make mutable string as
a buffer to make ERB work with --enable-frozen-st...
nobu (Nobuyoshi Nakada)
02:14 AM Revision 53682 (ruby_2_4): erb.rb: frozen-string-literal safe
* lib/erb.rb (ERB#set_eoutvar): explicitly make mutable string as
a buffer to make ERB work with --enable-frozen-st...
nobu (Nobuyoshi Nakada)
02:14 AM Revision 53682 (ruby_2_5): erb.rb: frozen-string-literal safe
* lib/erb.rb (ERB#set_eoutvar): explicitly make mutable string as
a buffer to make ERB work with --enable-frozen-st...
nobu (Nobuyoshi Nakada)
02:14 AM Revision c55ad90a (ruby-git): erb.rb: frozen-string-literal safe
* lib/erb.rb (ERB#set_eoutvar): explicitly make mutable string as
a buffer to make ERB work with --enable-frozen-st...
nobu (Nobuyoshi Nakada)
02:13 AM Bug #12031 (Closed): Make ERB work with --enable-frozen-string-literal
Applied in changeset r53682.
----------
erb.rb: frozen-string-literal safe
* lib/erb.rb (ERB#set_eoutvar): explicit...
nobu (Nobuyoshi Nakada)
02:13 AM Revision 53681 (trunk): test_erb.rb: escape
* test/erb/test_erb.rb (test_token_extension): escape % in
dedented heredoc for editors which do not support this s...
nobu (Nobuyoshi Nakada)
02:13 AM Revision 53681 (ruby_2_4): test_erb.rb: escape
* test/erb/test_erb.rb (test_token_extension): escape % in
dedented heredoc for editors which do not support this s...
nobu (Nobuyoshi Nakada)
02:13 AM Revision 53681 (ruby_2_5): test_erb.rb: escape
* test/erb/test_erb.rb (test_token_extension): escape % in
dedented heredoc for editors which do not support this s...
nobu (Nobuyoshi Nakada)
02:13 AM Revision 1c3a3f47 (ruby-git): test_erb.rb: escape
* test/erb/test_erb.rb (test_token_extension): escape % in
dedented heredoc for editors which do not support this s...
nobu (Nobuyoshi Nakada)
01:46 AM Revision 53680 (trunk): * 2016-01-29
svn
01:46 AM Revision 53680 (ruby_2_4): * 2016-01-29
svn
01:46 AM Revision 53680 (ruby_2_5): * 2016-01-29
svn
01:46 AM Revision cb50da1d (ruby-git): * 2016-01-29
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53680 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn
01:46 AM Revision 53679 (trunk): * lib/net/http/header.rb: Warn nil variable on HTTP Header.
It caused to NoMethodError. [fix GH-952][fix GH-641] Patch by @teosz
* test/net/http/test_httpheader.rb: Added test f...
hsbt (Hiroshi SHIBATA)
01:46 AM Revision 53679 (ruby_2_4): * lib/net/http/header.rb: Warn nil variable on HTTP Header.
It caused to NoMethodError. [fix GH-952][fix GH-641] Patch by @teosz
* test/net/http/test_httpheader.rb: Added test f...
hsbt (Hiroshi SHIBATA)
01:46 AM Revision 53679 (ruby_2_5): * lib/net/http/header.rb: Warn nil variable on HTTP Header.
It caused to NoMethodError. [fix GH-952][fix GH-641] Patch by @teosz
* test/net/http/test_httpheader.rb: Added test f...
hsbt (Hiroshi SHIBATA)
01:46 AM Revision 809d3770 (ruby-git): * lib/net/http/header.rb: Warn nil variable on HTTP Header.
It caused to NoMethodError. [fix GH-952][fix GH-641] Patch by @teosz
* test/net/http/test_httpheader.rb: Added test f...
hsbt (Hiroshi SHIBATA)

01/28/2016

10:14 PM Misc #12004: Code of Conduct
Yukihiro Matsumoto wrote:
> OK, that's enough.
>
> We will set up some form of CoC in the future. Let me think fo...
danielpclark (Daniel P. Clark)
07:38 PM Misc #12004: Code of Conduct
Yukihiro Matsumoto wrote:
> OK, that's enough.
>
> We will set up some form of CoC in the future. Let me think fo...
iced (Andrew Kirilenko)
07:11 PM Misc #12004: Code of Conduct
Lisa Beld wrote:
> I would recommend the Contributor Covenant. People complaining that it includes harassment in p...
rklemme (Robert Klemme)
05:30 PM Misc #12004: Code of Conduct
Yukihiro Matsumoto wrote:
> OK, that's enough.
>
> We will set up some form of CoC in the future. Let me think fo...
lisa-beld (Lisa Beld)
01:30 AM Misc #12004: Code of Conduct
I would just like to add that I think CoC version 1.4.0 is a good improvement: it better defines the "scope" of what ... avit (Andrew Vit)
09:51 PM Feature #7314: Convert Proc to Lambda doesn't work in MRI
Use case: a stored block gets called with a "target" as first parameter, plus optional arguments. If the target objec... avit (Andrew Vit)
09:41 PM Bug #12031 (Closed): Make ERB work with --enable-frozen-string-literal
ERB currently does not work with --enable-frozen-string-literal:
~~~
$ echo "a" | RUBYOPT=--enable-frozen-string-...
jeremyevans0 (Jeremy Evans)
08:11 PM Bug #11962: Ruby 2.3.0 causing compile failure on extensions using a C++ compiler
BTW this causes issues compiling SWIG:
https://github.com/swig/swig/issues/593
vo.x (Vit Ondruch)
06:21 PM Bug #12030 (Closed): Crash calling Hash#dig when hash contains ActiveRecord objects
This code results in a stack consistency error:
~~~
begin
require 'bundler/inline'
rescue LoadError => e
$...
sbleon (Leon Miller-Out)
04:14 PM Bug #12029 (Rejected): Not all elements are yielded when count is given a block
nobu (Nobuyoshi Nakada)
12:44 PM Bug #12029: Not all elements are yielded when count is given a block
Hans Mackowiak wrote:
> you need splash:
>
> ```ruby
> to_enum(:foo).count { |*e| e == [1, 2] } #=> 1
> ```
...
jsyeo (Jason Yeo)
11:06 AM Bug #12029: Not all elements are yielded when count is given a block
you need splash:
```ruby
to_enum(:foo).count { |*e| e == [1, 2] } #=> 1
```
Hanmac (Hans Mackowiak)
10:19 AM Bug #12029 (Rejected): Not all elements are yielded when count is given a block
When count is called on an enumerable that yields multiple elements, not all elements are yielded to the block.
~~...
jsyeo (Jason Yeo)
04:13 PM Bug #12028 (Feedback): Crash ruby
How to reproduce? nobu (Nobuyoshi Nakada)
09:43 AM Bug #12028 (Feedback): Crash ruby
(snip segv messages) russian_max (Max Erkin)
08:32 AM Revision 53678 (trunk): * 2016-01-28
svn
08:32 AM Revision 53678 (ruby_2_4): * 2016-01-28
svn
08:32 AM Revision 53678 (ruby_2_5): * 2016-01-28
svn
08:32 AM Revision 0897a6df (ruby-git): * 2016-01-28
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53678 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn
08:32 AM Revision 53677 (trunk): socket.c: unlimited size hostname
* ext/socket/socket.c (sock_gethostname): support unlimited size
hostname.
nobu (Nobuyoshi Nakada)
08:32 AM Revision 53677 (ruby_2_4): socket.c: unlimited size hostname
* ext/socket/socket.c (sock_gethostname): support unlimited size
hostname.
nobu (Nobuyoshi Nakada)
08:32 AM Revision 53677 (ruby_2_5): socket.c: unlimited size hostname
* ext/socket/socket.c (sock_gethostname): support unlimited size
hostname.
nobu (Nobuyoshi Nakada)
08:32 AM Revision 173e287f (ruby-git): socket.c: unlimited size hostname
* ext/socket/socket.c (sock_gethostname): support unlimited size
hostname.
git-svn-id: svn+ssh://ci.ruby-lang.org/...
nobu (Nobuyoshi Nakada)
07:20 AM Feature #10658: ThreadGroup local variables
Lin Jen-Shin wrote:
> Here's a demonstration:
>
> module Kernel
> def should
> Should.new(sel...
amw (Adam Wróbel)
02:34 AM Feature #12024: Add String.buffer, for creating strings with large capacities
Jeremy Evans wrote:
> As to why `String.buffer(10000)` instead of `String.new(:buffersize=>10000)`, see https://bu...
akr (Akira Tanaka)

01/27/2016

05:17 PM Feature #12024: Add String.buffer, for creating strings with large capacities
Here's the benchmark I wrote for this:
~~~Ruby
require 'benchmark/ips'
eval("def a; b = ' ' * 1000; String.ne...
jeremyevans0 (Jeremy Evans)
02:18 PM Feature #12024: Add String.buffer, for creating strings with large capacities
Yui NARUSE wrote:
> More effective example.
What an artificial example that pinpoints realloc overhead :-)
-- ...
mame (Yusuke Endoh)
02:10 PM Feature #12024: Add String.buffer, for creating strings with large capacities
Yui NARUSE wrote:
> Motohiro KOSAKI wrote:
> > Class method is really bad idea because of thread unsafe.
>
> It...
darix (Marcus Rückert)
02:07 PM Feature #12024: Add String.buffer, for creating strings with large capacities
More effective example.
```
% cat test.rb; ./ruby test.rb
# frozen_string_literal: true
require 'benchmark'
M...
naruse (Yui NARUSE)
01:45 PM Feature #12024: Add String.buffer, for creating strings with large capacities
Motohiro KOSAKI wrote:
> Class method is really bad idea because of thread unsafe.
It return a new string object.
naruse (Yui NARUSE)
01:41 PM Feature #12024: Add String.buffer, for creating strings with large capacities
```ruby
% cat test.rb
# frozen_string_literal: true
require 'benchmark'
N = 50_000_000
Benchmark.bm 5 do |r|
...
naruse (Yui NARUSE)
01:31 PM Feature #12024: Add String.buffer, for creating strings with large capacities
On Tue, Jan 26, 2016 at 7:12 PM, <merch-redmine@jeremyevans.net> wrote:
> Issue #12024 has been updated by Jeremy ...
kosaki (Motohiro KOSAKI)
11:16 AM Feature #12024: Add String.buffer, for creating strings with large capacities
I'm unsure if this pre-allocation is really effective since recent "realloc" implementations take just O(1). What op... mame (Yusuke Endoh)
12:12 AM Feature #12024: Add String.buffer, for creating strings with large capacities
I wasn't aware of #905 when I created this, I probably should have searched first.
This feature is similar to #905...
jeremyevans0 (Jeremy Evans)
04:41 PM Bug #11935: Date.new returns inconsistent errors when passed invalid arguments
Tadayoshi Funaba appears to have been gone for a year, so it's unclear who this should be assigned to. CJKinni (Christopher Kinniburgh)
04:28 PM Misc #12004: Code of Conduct
Yukihiro Matsumoto wrote:
> OK, that's enough.
>
> We will set up some form of CoC in the future. Let me think fo...
rubydino (Ruby Dino)
04:04 PM Misc #12004: Code of Conduct
Yukihiro Matsumoto wrote:
> OK, that's enough.
>
> We will set up some form of CoC in the future. Let me think fo...
elight (Evan Light)
05:52 AM Misc #12004: Code of Conduct
Yukihiro Matsumoto wrote:
> OK, that's enough.
>
> We will set up some form of CoC in the future. Let me think fo...
davidcelis (David Celis)
05:36 AM Misc #12004: Code of Conduct
Ruby Dino wrote:
> Coraline Ada Ehmke wrote:
> > our values
>
> Right here lies the problem. Your values aren't ...
naruse (Yui NARUSE)
05:33 AM Misc #12004: Code of Conduct
OK, that's enough.
We will set up some form of CoC in the future. Let me think for a while which one we are going ...
matz (Yukihiro Matsumoto)
05:25 AM Misc #12004: Code of Conduct
Coraline Ada Ehmke wrote:
> All of these scaremongering posts about a Ruby CoC being abused reveals a deep distrust ...
gordon_king (Gordon King)
05:19 AM Misc #12004: Code of Conduct
Coraline Ada Ehmke wrote:
> It's not about my values, it's about our shared values. I'm encouraging us to figure the...
rubydino (Ruby Dino)
04:38 AM Misc #12004: Code of Conduct
Coraline Ada Ehmke wrote:
> All of these scaremongering posts about a Ruby CoC being abused reveals a deep distrust ...
Hanmac (Hans Mackowiak)
04:34 AM Misc #12004: Code of Conduct
> Right here lies the problem. Your values aren't internationally recognized, as many have brought up including the J... CoralineAda (Coraline Ada Ehmke)
04:28 AM Misc #12004: Code of Conduct
Coraline Ada Ehmke wrote:
> our values
Right here lies the problem. Your values aren't internationally recognized...
rubydino (Ruby Dino)
04:23 AM Misc #12004: Code of Conduct
All of these scaremongering posts about a Ruby CoC being abused reveals a deep distrust of the leadership in the Ruby... CoralineAda (Coraline Ada Ehmke)
04:18 AM Misc #12004: Code of Conduct
what my problem is about such "PC" is:
first: i am from a country where law is: "innocent until proven wrong" (means...
Hanmac (Hans Mackowiak)
03:46 AM Misc #12004: Code of Conduct
Gregory Brown wrote:
> Few people in this thread have the leadership responsibilities to understand that aspect of t...
gordon_king (Gordon King)
02:21 AM Misc #12004: Code of Conduct
woops, was totally blind when looking at the branches. looks good! thanks! rubyhubie (Hubie Fuller)
02:15 AM Misc #12004: Code of Conduct
Hubie Fuller wrote:
> Can we have the Contributor Covenant utilize the alphabetical order of 'age, body size, cultur...
CoralineAda (Coraline Ada Ehmke)
02:00 AM Misc #12004: Code of Conduct
Can we have the Contributor Covenant utilize the alphabetical order of 'age, body size, culture, disability, ethnicit... rubyhubie (Hubie Fuller)
12:44 AM Misc #12004: Code of Conduct
I also support adopting a Code of Conduct.
I believe CC 1.3 is a good base to work from simply because it is alrea...
sandal (Gregory Brown)
03:58 PM Feature #12026: Support warning processor
I think this filter should be "one for the whole execution" and therefore something like an environment variable or a... Eregon (Benoit Daloze)
02:57 PM Revision 53676 (trunk): depend: add capacity.o
* ext/-test-/string/depend (capacity.o): add dependencies. nobu (Nobuyoshi Nakada)
02:57 PM Revision 53676 (ruby_2_4): depend: add capacity.o
* ext/-test-/string/depend (capacity.o): add dependencies. nobu (Nobuyoshi Nakada)
02:57 PM Revision 53676 (ruby_2_5): depend: add capacity.o
* ext/-test-/string/depend (capacity.o): add dependencies. nobu (Nobuyoshi Nakada)
02:57 PM Revision c308fa68 (ruby-git): depend: add capacity.o
* ext/-test-/string/depend (capacity.o): add dependencies.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53676 b...
nobu (Nobuyoshi Nakada)
12:04 PM Revision 53675 (trunk): * remove trailing spaces.
svn
12:04 PM Revision 53675 (ruby_2_4): * remove trailing spaces.
svn
12:04 PM Revision 53675 (ruby_2_5): * remove trailing spaces.
svn
12:04 PM Revision b6e761e6 (ruby-git): * remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53675 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn
12:04 PM Revision 53674 (trunk): * test/-ext-/string/test_capacity.rb: Added missing library.
hsbt (Hiroshi SHIBATA)
12:04 PM Revision 53674 (ruby_2_4): * test/-ext-/string/test_capacity.rb: Added missing library.
hsbt (Hiroshi SHIBATA)
12:04 PM Revision 53674 (ruby_2_5): * test/-ext-/string/test_capacity.rb: Added missing library.
hsbt (Hiroshi SHIBATA)
12:04 PM Revision b7b5692a (ruby-git): * test/-ext-/string/test_capacity.rb: Added missing library.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53674 b2dd03c8-39d4-4d8f-98ff-823fe69b080e hsbt (Hiroshi SHIBATA)
12:00 PM Revision 53673 (trunk): * test/ruby/test_file.rb (TestFile#test_realpath_encoding): rescue Errno::EACCES
and skip the testcase because it'll be raised on Windows always unless the
runner doesn't have the administrator pr...
usa (Usaku NAKAMURA)
12:00 PM Revision 53673 (ruby_2_4): * test/ruby/test_file.rb (TestFile#test_realpath_encoding): rescue Errno::EACCES
and skip the testcase because it'll be raised on Windows always unless the
runner doesn't have the administrator pr...
usa (Usaku NAKAMURA)
12:00 PM Revision 53673 (ruby_2_5): * test/ruby/test_file.rb (TestFile#test_realpath_encoding): rescue Errno::EACCES
and skip the testcase because it'll be raised on Windows always unless the
runner doesn't have the administrator pr...
usa (Usaku NAKAMURA)
12:00 PM Revision cf3c1bfe (ruby-git): * test/ruby/test_file.rb (TestFile#test_realpath_encoding): rescue Errno::EACCES
and skip the testcase because it'll be raised on Windows always unless the
runner doesn't have the administrator pr...
usa (Usaku NAKAMURA)
11:52 AM Feature #12025: Reduce minimum string buffer size from 128 to 127
With glibc as Eric says it won't save memory so much.
But with jemalloc, whose next allocation size of 128 is 192, s...
naruse (Yui NARUSE)
11:37 AM Revision 53672 (trunk): * properties.
svn
11:37 AM Revision 53672 (ruby_2_4): * properties.
svn
11:37 AM Revision 53672 (ruby_2_5): * properties.
svn
11:37 AM Revision 63710b73 (ruby-git): * properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53672 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn
11:37 AM Revision 53671 (trunk): Add tests about String's internal capacity
naruse (Yui NARUSE)
11:37 AM Revision 53671 (ruby_2_4): Add tests about String's internal capacity
naruse (Yui NARUSE)
11:37 AM Revision 53671 (ruby_2_5): Add tests about String's internal capacity
naruse (Yui NARUSE)
11:37 AM Revision d14f0cfd (ruby-git): Add tests about String's internal capacity
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53671 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
09:58 AM Feature #12023: Allow ivars to be used as method arguments
With your patch, seems that `def initialize(@foo, @bar = @foo)` wouldn't work.
> ~~~diff
> + ID modified_accep...
nobu (Nobuyoshi Nakada)
09:54 AM Revision 53670 (trunk): * enc/unicode.c: Fixed bit mask in macro OnigCodePointCount
duerst (Martin Dürst)
09:54 AM Revision 53670 (ruby_2_4): * enc/unicode.c: Fixed bit mask in macro OnigCodePointCount
duerst (Martin Dürst)
09:54 AM Revision 53670 (ruby_2_5): * enc/unicode.c: Fixed bit mask in macro OnigCodePointCount
duerst (Martin Dürst)
09:54 AM Revision a7c98796 (ruby-git): * enc/unicode.c: Fixed bit mask in macro OnigCodePointCount
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53670 b2dd03c8-39d4-4d8f-98ff-823fe69b080e duerst (Martin Dürst)
08:55 AM Revision 53669 (trunk): * enc/unicode.c: Protect code point count by macro, in order to
be able to use the remaining bits for flags.
(with Kimihito Matsui)
duerst (Martin Dürst)
08:55 AM Revision 53669 (ruby_2_4): * enc/unicode.c: Protect code point count by macro, in order to
be able to use the remaining bits for flags.
(with Kimihito Matsui)
duerst (Martin Dürst)
08:55 AM Revision 53669 (ruby_2_5): * enc/unicode.c: Protect code point count by macro, in order to
be able to use the remaining bits for flags.
(with Kimihito Matsui)
duerst (Martin Dürst)
08:55 AM Revision 415949fa (ruby-git): * enc/unicode.c: Protect code point count by macro, in order to
be able to use the remaining bits for flags.
(with Kimihito Matsui)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/t...
duerst (Martin Dürst)
07:35 AM Revision 53668 (trunk): Fix doc with default value with GH-523
* lib/tempfile.rb (Tempfile#initialize): [DOC] the first parameter
`basename` is optional and defaulted to an empty...
nobu (Nobuyoshi Nakada)
07:35 AM Revision 53668 (ruby_2_4): Fix doc with default value with GH-523
* lib/tempfile.rb (Tempfile#initialize): [DOC] the first parameter
`basename` is optional and defaulted to an empty...
nobu (Nobuyoshi Nakada)
07:35 AM Revision 53668 (ruby_2_5): Fix doc with default value with GH-523
* lib/tempfile.rb (Tempfile#initialize): [DOC] the first parameter
`basename` is optional and defaulted to an empty...
nobu (Nobuyoshi Nakada)
07:35 AM Revision 75687e0a (ruby-git): Fix doc with default value with GH-523
* lib/tempfile.rb (Tempfile#initialize): [DOC] the first parameter
`basename` is optional and defaulted to an empty...
nobu (Nobuyoshi Nakada)
07:30 AM Revision 53667 (trunk): hash.c: exception examples
* hash.c (rb_hash_dig): [DOC] add examples of exceptions. nobu (Nobuyoshi Nakada)
07:30 AM Revision 53667 (ruby_2_4): hash.c: exception examples
* hash.c (rb_hash_dig): [DOC] add examples of exceptions. nobu (Nobuyoshi Nakada)
07:30 AM Revision 53667 (ruby_2_5): hash.c: exception examples
* hash.c (rb_hash_dig): [DOC] add examples of exceptions. nobu (Nobuyoshi Nakada)
07:30 AM Revision b14ea7d0 (ruby-git): hash.c: exception examples
* hash.c (rb_hash_dig): [DOC] add examples of exceptions.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53667 b2...
nobu (Nobuyoshi Nakada)
07:26 AM Revision 53666 (trunk): Fix a Ruby-Doc comment for Array#dig
* array.c (rb_ary_dig): [DOC] fix the exception class to be raised
when intermediate object does not have dig metho...
nobu (Nobuyoshi Nakada)
07:26 AM Revision 53666 (ruby_2_4): Fix a Ruby-Doc comment for Array#dig
* array.c (rb_ary_dig): [DOC] fix the exception class to be raised
when intermediate object does not have dig metho...
nobu (Nobuyoshi Nakada)
07:26 AM Revision 53666 (ruby_2_5): Fix a Ruby-Doc comment for Array#dig
* array.c (rb_ary_dig): [DOC] fix the exception class to be raised
when intermediate object does not have dig metho...
nobu (Nobuyoshi Nakada)
07:26 AM Revision 4df16807 (ruby-git): Fix a Ruby-Doc comment for Array#dig
* array.c (rb_ary_dig): [DOC] fix the exception class to be raised
when intermediate object does not have dig metho...
nobu (Nobuyoshi Nakada)
04:11 AM Revision 53665 (trunk): test_require.rb: fix temporary library directory
* test/rubygems/test_require.rb (test_dash_i_beats_gems): create
temporary library directory under the temporary di...
nobu (Nobuyoshi Nakada)
04:11 AM Revision 53665 (ruby_2_4): test_require.rb: fix temporary library directory
* test/rubygems/test_require.rb (test_dash_i_beats_gems): create
temporary library directory under the temporary di...
nobu (Nobuyoshi Nakada)
04:11 AM Revision 53665 (ruby_2_5): test_require.rb: fix temporary library directory
* test/rubygems/test_require.rb (test_dash_i_beats_gems): create
temporary library directory under the temporary di...
nobu (Nobuyoshi Nakada)
04:11 AM Revision a82d2728 (ruby-git): test_require.rb: fix temporary library directory
* test/rubygems/test_require.rb (test_dash_i_beats_gems): create
temporary library directory under the temporary di...
nobu (Nobuyoshi Nakada)
02:56 AM Bug #12027 (Rejected): Hash descendants are ignoring custom to_hash method
Because `b.is_a?(Hash)` already.
`to_hash` is the method to pretend to be a `Hash`.
nobu (Nobuyoshi Nakada)
12:20 AM Bug #12027 (Rejected): Hash descendants are ignoring custom to_hash method
I'm not sure it is not intended, but feels really strange:
~~~ruby
class A
def to_hash
{foo: 'bar'}
en...
zverok (Victor Shepelev)

01/26/2016

11:45 PM Feature #12024: Add String.buffer, for creating strings with large capacities
I think this ticket is a duplicate of #905.
--
Yusuke Endoh <mame@ruby-lang.org>
mame (Yusuke Endoh)
11:13 PM Feature #12024: Add String.buffer, for creating strings with large capacities
I like the idea.
Matz.
matz (Yukihiro Matsumoto)
07:17 PM Feature #12024 (Closed): Add String.buffer, for creating strings with large capacities
If you know you are going to need to create a large string,
it's better to create it with a large capacity. Otherwi...
jeremyevans0 (Jeremy Evans)
11:15 PM Misc #12004: Code of Conduct
I'd like to add my vote in favor of a CoC, too. The Swift team put a lot of thought into its community and currently ... stephencelis (Stephen Celis)
11:07 PM Misc #12004: Code of Conduct
Yet another prominent member of our community, working on a large project with many contributors, who supports adopti... krainboltgreene (Kurtis Rainbolt-Greene)
10:17 PM Misc #12004: Code of Conduct
Adding my vote in favor of a CoC. I'm fully in support of adopting CC 1.3. mperham (Mike Perham)
09:05 PM Misc #12004: Code of Conduct
#433 Kurtis Rainbolt-Greene wrote:
*Done. See: Backlog.*
No. NOT done. I've read this entire thread and I haven't...
cremes (Chuck Remes)
08:54 PM Misc #12004: Code of Conduct
> I'm too lazy to do the work to prove this out one way or the other
Yeah, that seems to be happening a lot in thi...
krainboltgreene (Kurtis Rainbolt-Greene)
04:58 PM Misc #12004: Code of Conduct
In #371, Kurtis Rainbolt-Greene listed several projects that have adopted the CoC and asked if any of the feared down... cremes (Chuck Remes)
04:51 PM Misc #12004: Code of Conduct
On 2016-01-26 7:39 AM, Austin Ziegler wrote:
> Ideas [are] considered equally and must stand on [their] own merit a...
avit (Andrew Vit)
04:48 PM Misc #12004: Code of Conduct
Olivier Lacan wrote:
> Can someone from Ruby Core or Matz himself please prioritize the resolution and closure of th...
rubydino (Ruby Dino)
04:03 PM Misc #12004: Code of Conduct
Can someone from Ruby Core or Matz himself please prioritize the resolution and closure of this issue?
It has been...
olivierlacan (Olivier Lacan)
12:21 PM Misc #12004: Code of Conduct
Motohiro KOSAKI wrote:
> ph ph wrote:
> > I will kiss you three times whenever.
>
> Please don't use kiss you o...
rklemme (Robert Klemme)
10:07 AM Misc #12004: Code of Conduct
> Please don't use kiss you or hug you or such kind of expression in an international community like here.
> These ...
Gedrovits (Vjatseslav Gedrovits)
05:31 AM Misc #12004: Code of Conduct
On 2016/01/26 01:32, Austin Ziegler wrote:
> I’m sorry, but this, like the code of merit, is merely a derailing tac...
duerst (Martin Dürst)
05:27 AM Misc #12004: Code of Conduct
Tsuyoshi Sawada wrote:
> Vjatseslav Gedrovits, thank you for reminding us of the nature of the poster of this thread...
kosaki (Motohiro KOSAKI)
04:33 AM Misc #12004: Code of Conduct
Yui NARUSE wrote:
> Olivier Lacan wrote:
> > Yui NARUSE wrote:
> > > These descriptions are too long for non nativ...
kosaki (Motohiro KOSAKI)
04:21 AM Misc #12004: Code of Conduct
ph ph wrote:
> Vjatseslav Gedrovits wrote:
> > OK, let's step back and see the bigger picture.
>
> I will kiss y...
kosaki (Motohiro KOSAKI)
04:10 AM Misc #12004: Code of Conduct
Eric Wong wrote:
> I am not an administrator, but I disagree with your action to suspend
> new accounts.
I als...
usa (Usaku NAKAMURA)
03:41 AM Misc #12004: Code of Conduct
Sam Saffron wrote:
> @Naruse
>
> Can you PLEASE PLEASE PLEASE prune out all the hitler bullshit and fake account...
naruse (Yui NARUSE)
03:34 AM Misc #12004: Code of Conduct
Olivier Lacan wrote:
> Yui NARUSE wrote:
> > These descriptions are too long for non native.
>
> One of the very...
naruse (Yui NARUSE)
03:32 AM Misc #12004: Code of Conduct
@Naruse
Can you PLEASE PLEASE PLEASE prune out all the hitler bullshit and fake account bullshit from this public...
sam.saffron (Sam Saffron)
03:14 AM Misc #12004: Code of Conduct
Tsuyoshi Sawada wrote:
> Vjatseslav Gedrovits, thank you for reminding us of the nature of the poster of this thread...
naruse (Yui NARUSE)
12:23 AM Misc #12004: Code of Conduct
Carlos Jennings wrote:
> is wrong, it's been done before. See how Lars Hupel hijacked the scalaz library from its in...
avit (Andrew Vit)
12:16 AM Misc #12004: Code of Conduct
I want to point out another code of conduct similar to Jeremy Evan's PostgreSQL inspired version. It is that of the F... lubyamateur (Ruby Amateur)
12:08 AM Misc #12004: Code of Conduct
Coraline Ada Ehmke wrote:
> Relevant: https://subfictional.com/2016/01/25/the-complex-reality-of-adopting-a-meaningf...
carlosjennings (Carlos Jennings)
10:13 PM Feature #12026 (Closed): Support warning processor
This adds a simple way to filter warnings from being displayed. You
just set a $WARNING_FILTER with a regexp, and an...
jeremyevans0 (Jeremy Evans)
10:11 PM Feature #12025: Reduce minimum string buffer size from 128 to 127
merch-redmine@jeremyevans.net wrote:
> String.buffer(100) wastes much less memory with this patch, as the
> malloc...
normalperson (Eric Wong)
09:11 PM Feature #12025 (Closed): Reduce minimum string buffer size from 128 to 127
This changes the minimum buffer size for string buffers from 128 to
127. The underlying C buffer is always 1 more t...
jeremyevans0 (Jeremy Evans)
10:03 PM Bug #11657: Abort Trap 6 when running a test suite
Tomoyuki Chikanaga wrote:
> The next patchlevel release 2.2.5 contains the fix for this issue.
That is excellen...
adh1003 (Andrew Hodgkinson)
05:19 PM Revision 53664 (trunk): * 2016-01-27
svn
05:19 PM Revision 53664 (ruby_2_4): * 2016-01-27
svn
05:19 PM Revision 53664 (ruby_2_5): * 2016-01-27
svn
05:19 PM Revision ae09a6ae (ruby-git): * 2016-01-27
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53664 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn
05:19 PM Revision 53663 (trunk): increase timeout for Solaris 10 SPARC
naruse (Yui NARUSE)
05:19 PM Revision 53663 (ruby_2_4): increase timeout for Solaris 10 SPARC
naruse (Yui NARUSE)
05:19 PM Revision 53663 (ruby_2_5): increase timeout for Solaris 10 SPARC
naruse (Yui NARUSE)
05:19 PM Revision 2743c491 (ruby-git): increase timeout for Solaris 10 SPARC
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53663 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
12:54 PM Revision 0e2f2ea9 (ruby-git): merge revision(s) 53654:
* gc.c (RVALUE_PAGE_WB_UNPROTECTED): fix a typo of argument name.
[Fix GH-1221]
git-svn-id: svn+ssh://ci.ruby-la...
nagachika (Tomoyuki Chikanaga)
10:39 AM Revision 53661 (trunk): fix a typo [ci skip]
znz (Kazuhiro NISHIYAMA)
10:39 AM Revision 53661 (ruby_2_4): fix a typo [ci skip]
kazu
10:39 AM Revision 53661 (ruby_2_5): fix a typo [ci skip]
kazu
10:39 AM Revision d0128a69 (ruby-git): fix a typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53661 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
10:37 AM Revision 53660 (trunk): array.c: reword [ci skip]
* array.c (permute0, rpermute0): [DOC] Substitute indexes ->
indices in documentation for consistency. [Fix GH-1222]
nobu (Nobuyoshi Nakada)
10:37 AM Revision 53660 (ruby_2_4): array.c: reword [ci skip]
* array.c (permute0, rpermute0): [DOC] Substitute indexes ->
indices in documentation for consistency. [Fix GH-1222]
nobu (Nobuyoshi Nakada)
10:37 AM Revision 53660 (ruby_2_5): array.c: reword [ci skip]
* array.c (permute0, rpermute0): [DOC] Substitute indexes ->
indices in documentation for consistency. [Fix GH-1222]
nobu (Nobuyoshi Nakada)
10:37 AM Revision 7cf2a0a1 (ruby-git): array.c: reword [ci skip]
* array.c (permute0, rpermute0): [DOC] Substitute indexes ->
indices in documentation for consistency. [Fix GH-122...
nobu (Nobuyoshi Nakada)
09:13 AM Feature #12023 (Open): Allow ivars to be used as method arguments
I've found myself writing a lot of code similar to the following, especially when writing service-style classes:
~...
mogest (Roger Nesbitt)
06:29 AM Bug #12022 (Open): Inconsistent behavior with splatted named arguments
# The Bug
When an empty hash is splatted (using \*\*) into a call of a method with no parameters, the empty hash i...
justcolin (Colin Fulton)
06:23 AM Revision 53659 (ruby_2_4): fstring early for internal iseq
All of the strings created here eventually get converted to
fstrings when they are frozen into the iseq. Prepare the...
normal
06:23 AM Revision 53659 (ruby_2_5): fstring early for internal iseq
All of the strings created here eventually get converted to
fstrings when they are frozen into the iseq. Prepare the...
normal
06:23 AM Revision 53659 (trunk): fstring early for internal iseq
All of the strings created here eventually get converted to
fstrings when they are frozen into the iseq. Prepare the...
normalperson (Eric Wong)
06:23 AM Revision 1282a4a8 (ruby-git): fstring early for internal iseq
All of the strings created here eventually get converted to
fstrings when they are frozen into the iseq. Prepare the...
normal
06:14 AM Revision 53658 (trunk): compile.c: fix tailcall optimization
* compile.c (iseq_peephole_optimize): don't apply tailcall
optimization to send/invokesuper instructions with block...
nobu (Nobuyoshi Nakada)
06:14 AM Revision 53658 (ruby_2_4): compile.c: fix tailcall optimization
* compile.c (iseq_peephole_optimize): don't apply tailcall
optimization to send/invokesuper instructions with block...
nobu (Nobuyoshi Nakada)
06:14 AM Revision 53658 (ruby_2_5): compile.c: fix tailcall optimization
* compile.c (iseq_peephole_optimize): don't apply tailcall
optimization to send/invokesuper instructions with block...
nobu (Nobuyoshi Nakada)
06:14 AM Revision f4ca0739 (ruby-git): compile.c: fix tailcall optimization
* compile.c (iseq_peephole_optimize): don't apply tailcall
optimization to send/invokesuper instructions with block...
nobu (Nobuyoshi Nakada)
06:14 AM Bug #12018 (Closed): Tail call optimization is incorrectly applied in Ruby 2.3.0
Applied in changeset r53658.
----------
compile.c: fix tailcall optimization
* compile.c (iseq_peephole_optimize): ...
nobu (Nobuyoshi Nakada)
05:33 AM Revision 53657 (ruby_2_4): Signal.list deduplicates keys
This allows us to reuse string objects used in symbols as well
as any string representations of signal names in sourc...
normal
05:33 AM Revision 53657 (ruby_2_5): Signal.list deduplicates keys
This allows us to reuse string objects used in symbols as well
as any string representations of signal names in sourc...
normal
05:33 AM Revision 53657 (trunk): Signal.list deduplicates keys
This allows us to reuse string objects used in symbols as well
as any string representations of signal names in sourc...
normalperson (Eric Wong)
05:33 AM Revision 667c0a3a (ruby-git): Signal.list deduplicates keys
This allows us to reuse string objects used in symbols as well
as any string representations of signal names in sourc...
normal
04:09 AM Revision 53656 (trunk): signal.c: reserved signals
* signal.c (rb_f_kill): should immediately deliver reserved
signals SIGILL and SIGFPE, ont only SIGSEGV and SIGBUS.
nobu (Nobuyoshi Nakada)
04:09 AM Revision 53656 (ruby_2_4): signal.c: reserved signals
* signal.c (rb_f_kill): should immediately deliver reserved
signals SIGILL and SIGFPE, ont only SIGSEGV and SIGBUS.
nobu (Nobuyoshi Nakada)
04:09 AM Revision 53656 (ruby_2_5): signal.c: reserved signals
* signal.c (rb_f_kill): should immediately deliver reserved
signals SIGILL and SIGFPE, ont only SIGSEGV and SIGBUS.
nobu (Nobuyoshi Nakada)
04:09 AM Revision a52be8fb (ruby-git): signal.c: reserved signals
* signal.c (rb_f_kill): should immediately deliver reserved
signals SIGILL and SIGFPE, ont only SIGSEGV and SIGBUS....
nobu (Nobuyoshi Nakada)
02:04 AM Feature #11181: Add a line directive to Ruby
Pull request up to date as of 2016-01-25
gam3 (Allen Morris)

01/25/2016

11:23 PM Misc #12004: Code of Conduct
Ken Gerrard wrote:
> It’s bizarre and appalling to me that Vjatseslav Gedrovits lists an alleged pedophile and a mur...
danielpclark (Daniel P. Clark)
10:55 PM Misc #12004: Code of Conduct
Relevant: https://subfictional.com/2016/01/25/the-complex-reality-of-adopting-a-meaningful-code-of-conduct/ CoralineAda (Coraline Ada Ehmke)
10:52 PM Misc #12004: Code of Conduct
Ruby Dino wrote:
>
> If you feel the need to discuss such issues in the technical community, then you should't be ...
ph (ph ph)
10:28 PM Misc #12004: Code of Conduct
> All discussions of ~~Codes of Conduct~~ firearms eventually demonstrate the need for ~~a Code of Conduct~~ firearms... lubyamateur (Ruby Amateur)
10:28 PM Misc #12004: Code of Conduct
Ken Gerrard wrote:
> It’s bizarre and appalling to me that Vjatseslav Gedrovits lists an alleged pedophile and a mur...
ph (ph ph)
10:22 PM Misc #12004: Code of Conduct
Jonathan Eyler-Werve wrote:
> Our busiest commenters say (paraphrasing) that technical communities should only dis...
ph (ph ph)
10:04 PM Misc #12004: Code of Conduct
Vjatseslav Gedrovits wrote:
> OK, let's step back and see the bigger picture.
>
I will kiss you three times whe...
ph (ph ph)
08:41 PM Misc #12004: Code of Conduct
usa@garbagecollect.jp wrote:
> I state **my** opinion as one of administrators of bugs.ruby-lang.org.
> This is **...
normalperson (Eric Wong)
08:12 PM Misc #12004: Code of Conduct
David Celis wrote:
> Yyyyyeah. I think I'd like for this to stop, please.
Why, do you fit the scenario of having ...
rubydino (Ruby Dino)
08:10 PM Misc #12004: Code of Conduct
Ruby Dino wrote:
> Ken Gerrard wrote:
> > Ruby Dino wrote:
> > > It's sort of like the gay flamer dressed so flamb...
davidcelis (David Celis)
07:24 PM Misc #12004: Code of Conduct
Ken Gerrard wrote:
> > It's sort of like the gay flamer dressed so flamboyantly going around telling people he's gay...
rubydino (Ruby Dino)
07:15 PM Misc #12004: Code of Conduct
It’s bizarre and appalling to me that Vjatseslav Gedrovits lists an alleged pedophile and a murderer alongside the cr... kgerrard (Ken Gerrard)
06:53 PM Misc #12004: Code of Conduct
Jonathan Eyler-Werve wrote:
> Our busiest commenters say (paraphrasing) that technical communities should only discu...
rubydino (Ruby Dino)
06:49 PM Misc #12004: Code of Conduct
Jonathan Eyler-Werve wrote:
> If I were moderating this exchange, I think a clear set of guidelines for participatio...
meta (mathew murphy)
06:24 PM Misc #12004: Code of Conduct
Coraline Ada Ehmke wrote:
>> Should you persist on perturbing this technical community with your
>> political id...
eylerwerve (Jonathan Eyler-Werve)
06:09 PM Misc #12004: Code of Conduct
Vjatseslav Gedrovits, thank you for reminding us of the nature of the poster of this thread by linking to: (https://t... sawa (Tsuyoshi Sawada)
04:53 PM Misc #12004: Code of Conduct
Vjatseslav Gedrovits wrote:
> What's the problem with current state of Ruby tech community?
I also asked a simi...
rklemme (Robert Klemme)
04:18 PM Misc #12004: Code of Conduct
OK, let's step back and see the bigger picture.
What is proposed is some kind of regulatory document, with consequ...
Gedrovits (Vjatseslav Gedrovits)
03:01 PM Misc #12004: Code of Conduct
Usaku NAKAMURA wrote:
> ph ph wrote:
> > Anything not related to Ruby is by definition causing hindrance to
> > t...
ph (ph ph)
02:40 PM Misc #12004: Code of Conduct
Usaku NAKAMURA wrote:
> I state **my** opinion as one of administrators of bugs.ruby-lang.org.
> This is **not** a ...
ph (ph ph)
02:25 PM Misc #12004: Code of Conduct
ph ph wrote:
> Anything not related to Ruby is by definition causing hindrance to
> the development of Ruby. That ...
usa (Usaku NAKAMURA)
02:14 PM Misc #12004: Code of Conduct
Ruby Dino wrote:
> You shouldn't immediately distrust, some of us will gladly verify with you we've been in the comm...
usa (Usaku NAKAMURA)
02:12 PM Misc #12004: Code of Conduct
Usaku NAKAMURA wrote:
> This means that we considered that this issue may be important, and
More precisely, yo...
ph (ph ph)
01:58 PM Misc #12004: Code of Conduct
Usaku NAKAMURA wrote:
> After this issue was opened, many new accounts are created.
> Most of such accounts only co...
rubydino (Ruby Dino)
01:53 PM Misc #12004: Code of Conduct
Ruby Dino wrote:
> ph ph wrote:
> > * medical condition recognized by the American Psychiatry Association (not
> ...
ph (ph ph)
01:11 PM Misc #12004: Code of Conduct
I state **my** opinion as one of administrators of bugs.ruby-lang.org.
This is **not** a consensus of the administra...
usa (Usaku NAKAMURA)
01:06 PM Misc #12004: Code of Conduct
I've found a good CoC everyone who isn't trying to push an agenda may find acceptable.
https://github.com/amacgreg...
rubydino (Ruby Dino)
12:27 PM Misc #12004: Code of Conduct
Kurtis Rainbolt-Greene wrote:
> Can we please get some moderation?
If we have any moderation, it will be the remo...
rubydino (Ruby Dino)
12:03 PM Misc #12004: Code of Conduct
Coraline Ada Ehmke wrote:
> Suggested draft for community guidelines. I've tried to incorporate language that other ...
avit (Andrew Vit)
10:19 AM Misc #12004: Code of Conduct
Can we please get some moderation? krainboltgreene (Kurtis Rainbolt-Greene)
07:22 AM Misc #12004: Code of Conduct
The more I contemplate the [revised code of conduct (or "community guidelines") by Caroline Ada Ehmke](https://bugs.r... lubyamateur (Ruby Amateur)
07:09 AM Misc #12004: Code of Conduct
ph ph wrote:
> * medical condition recognized by the American Psychiatry Association (not
> psychology....). just ...
rubydino (Ruby Dino)
06:58 AM Misc #12004: Code of Conduct
Ruby Amateur wrote:
> > Based on Matz's responses, and the general response of the community, I think it would be mo...
ph (ph ph)
06:38 AM Misc #12004: Code of Conduct
Robert A. Heiler wrote:
> The above code proposal is not good
> for many reasons, it is very vague such as "Other...
ph (ph ph)
06:31 AM Misc #12004: Code of Conduct
Benton Barnett wrote:
> ph ph wrote:
> > What on earth is "gender" VS "gender identity" VS "gender expression" ?
...
ph (ph ph)
06:18 AM Misc #12004: Code of Conduct
Coraline Ada Ehmke wrote:
> > Should you persist on perturbing this technical community with your
> > political id...
ph (ph ph)
06:12 AM Misc #12004: Code of Conduct
Yui NARUSE wrote:
> These descriptions are too long for non native.
One of the very positive features of [Contrib...
olivierlacan (Olivier Lacan)
05:29 AM Misc #12004: Code of Conduct
[I'm only writing this as my personal opinion, not speaking for Matz or anybody else.]
Ary Borenszweig wrote:
> M...
duerst (Martin Dürst)
03:51 AM Misc #12004: Code of Conduct
sawadatsuyoshi@gmail.com wrote:
> Wasn't this website powered by Redmine? How was it possible for this guy to be ab...
normalperson (Eric Wong)
03:48 AM Misc #12004: Code of Conduct
Coraline Ada Ehmke wrote:
> It applies to all collaborative spaces and documents, including mailing lists, IRC, subm...
naruse (Yui NARUSE)
02:56 AM Misc #12004: Code of Conduct
Kurtis Rainbolt-Greene wrote:
> I'm glad we're getting a community guideline.
>
> I'll be happier when we also ge...
sawa (Tsuyoshi Sawada)
02:16 AM Misc #12004: Code of Conduct
Irrelevant Kurtis.
> "And frankly, as @yukihiro_matz has stated he doesn't feel like being responsible for helping...
gordon_king (Gordon King)
01:49 AM Misc #12004: Code of Conduct
Shyouhei Urabe wrote:
> I read Coraline's Ruby Community Guidelines again. Now I feel it deserves a nod. Definitel...
davidcelis (David Celis)
01:41 AM Misc #12004: Code of Conduct
Hey Gordon,
Can you give us any examples your fears (any) happening in (any) projects?
Specifically let us know...
krainboltgreene (Kurtis Rainbolt-Greene)
01:34 AM Misc #12004: Code of Conduct
i support Jeremy's objections to Coraline's latest revision as detailed in #362. There is too much opportunity for m... gordon_king (Gordon King)
01:27 AM Misc #12004: Code of Conduct
I'm glad we're getting a community guideline.
I'll be happier when we also get a code of conduct.
krainboltgreene (Kurtis Rainbolt-Greene)
01:22 AM Misc #12004: Code of Conduct
The new guidelines look good. I support Shyouhei's suggestion to leave the final decision up to Matz. kivikakk (Ashe Connor)
01:04 AM Misc #12004: Code of Conduct
Ruby Grape has adopted a code of conduct, adapted from the Contributor Covenant, http://www.ruby-grape.org/code_of_co... dblock (Daniel Doubrovkine)
12:56 AM Misc #12004: Code of Conduct
I read Coraline's Ruby Community Guidelines again. Now I feel it deserves a nod. Definitely well thought-out, respe... shyouhei (Shyouhei Urabe)
12:09 AM Misc #12004: Code of Conduct
I'm not sure about other languages but in Japanese language, there do exist corresponding words for biological sex an... shyouhei (Shyouhei Urabe)
11:17 PM Bug #11686: Segmentation fault/memory corruption with --enable-frozen-string-literal-debug --enable-frozen-string-literal
Interesting.
I saw [BUG] or memory corruption on preview1, `ruby 2.3.0dev (2015-11-11 trunk 52539) [x86_64-darwin1...
wanabe (_ wanabe)
10:58 PM Revision 53655 (trunk): * 2016-01-26
svn
10:58 PM Revision 53655 (ruby_2_4): * 2016-01-26
svn
10:58 PM Revision 53655 (ruby_2_5): * 2016-01-26
svn
10:58 PM Revision dac394e3 (ruby-git): * 2016-01-26
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53655 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn
10:58 PM Revision 53654 (trunk): Macro typo
* gc.c (RVALUE_PAGE_WB_UNPROTECTED): fix a typo of argument name.
[Fix GH-1221]
nobu (Nobuyoshi Nakada)
10:58 PM Revision 53654 (ruby_2_4): Macro typo
* gc.c (RVALUE_PAGE_WB_UNPROTECTED): fix a typo of argument name.
[Fix GH-1221]
nobu (Nobuyoshi Nakada)
10:58 PM Revision 53654 (ruby_2_5): Macro typo
* gc.c (RVALUE_PAGE_WB_UNPROTECTED): fix a typo of argument name.
[Fix GH-1221]
nobu (Nobuyoshi Nakada)
10:58 PM Revision 4378bd66 (ruby-git): Macro typo
* gc.c (RVALUE_PAGE_WB_UNPROTECTED): fix a typo of argument name.
[Fix GH-1221]
git-svn-id: svn+ssh://ci.ruby-lang...
nobu (Nobuyoshi Nakada)
07:23 PM Feature #11539: Support explicit declaration of volatile instance variables
Linking this issue with related efforts to provide complete set of low-level tools for writing concurrent libraries. ... pitr.ch (Petr Chalupa)
06:31 PM Bug #11822: Semantics of Queue#pop after close are wrong
On 2015-12-20 12:54 AM, funny.falcon@gmail.com wrote:
> I like optional arg to pop:
> Either `pop?` or `pop(on_clo...
avit (Andrew Vit)
12:58 PM Misc #12013: io/wait: allow to wait on readable and writable
@Nobu, I was thinking whether this shouldn't be extended to the #ready? method. This by default checks whether the de... chucke (Tiago Cardoso)
11:11 AM Misc #12013: io/wait: allow to wait on readable and writable
Agreeing with Eric Wong, but apart from that, awesome! Thx Nobu! :) chucke (Tiago Cardoso)
12:33 PM Bug #12018 (Closed): Tail call optimization is incorrectly applied in Ruby 2.3.0
r51903 changed the operand order of send/invokesuper instructions, but the code applying tail call optimization still... rhenium (Kazuki Yamaguchi)
09:02 AM Feature #12017 (Open): [PATCH] dedupe string keys from Marshal.load
It seems reasonable for an application to load the same keys often when
calling Marshal.load. I see Marshal data as...
normalperson (Eric Wong)
08:34 AM Revision 53653 (ruby_2_4): fix build with VM_CHECK_MODE > 0
* ruby_assert.h (RUBY_ASSERT_WHEN): fix reference to macro name
* vm_core.h: include ruby_assert.h before using
[ru...
normal
08:34 AM Revision 53653 (ruby_2_5): fix build with VM_CHECK_MODE > 0
* ruby_assert.h (RUBY_ASSERT_WHEN): fix reference to macro name
* vm_core.h: include ruby_assert.h before using
[ru...
normal
08:34 AM Revision 53653 (trunk): fix build with VM_CHECK_MODE > 0
* ruby_assert.h (RUBY_ASSERT_WHEN): fix reference to macro name
* vm_core.h: include ruby_assert.h before using
[ru...
normalperson (Eric Wong)
08:34 AM Revision afa7c15d (ruby-git): fix build with VM_CHECK_MODE > 0
* ruby_assert.h (RUBY_ASSERT_WHEN): fix reference to macro name
* vm_core.h: include ruby_assert.h before using
[ru...
normal
07:49 AM Revision 53652 (trunk): common.mk: dependency of ripper.c
* common.mk (ext/ripper/ripper.c): explicit parse.y for nmake. nobu (Nobuyoshi Nakada)
07:49 AM Revision 53652 (ruby_2_4): common.mk: dependency of ripper.c
* common.mk (ext/ripper/ripper.c): explicit parse.y for nmake. nobu (Nobuyoshi Nakada)
07:49 AM Revision 53652 (ruby_2_5): common.mk: dependency of ripper.c
* common.mk (ext/ripper/ripper.c): explicit parse.y for nmake. nobu (Nobuyoshi Nakada)
07:49 AM Revision e56b9b43 (ruby-git): common.mk: dependency of ripper.c
* common.mk (ext/ripper/ripper.c): explicit parse.y for nmake.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@536...
nobu (Nobuyoshi Nakada)
07:45 AM Revision 53651 (trunk): revert r53618 partially
nobu (Nobuyoshi Nakada)
07:45 AM Revision 53651 (ruby_2_4): revert r53618 partially
nobu (Nobuyoshi Nakada)
07:45 AM Revision 53651 (ruby_2_5): revert r53618 partially
nobu (Nobuyoshi Nakada)
07:45 AM Revision 07e2cc3a (ruby-git): revert r53618 partially
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53651 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
06:56 AM Revision 53650 (trunk): symbol.c: more informative error message
* symbol.c (sym_check_asciionly): more informative error message
with the encoding name and the inspected content.
...
nobu (Nobuyoshi Nakada)
06:56 AM Revision 53650 (ruby_2_4): symbol.c: more informative error message
* symbol.c (sym_check_asciionly): more informative error message
with the encoding name and the inspected content.
...
nobu (Nobuyoshi Nakada)
06:56 AM Revision 53650 (ruby_2_5): symbol.c: more informative error message
* symbol.c (sym_check_asciionly): more informative error message
with the encoding name and the inspected content.
...
nobu (Nobuyoshi Nakada)
06:56 AM Revision dfca38ea (ruby-git): symbol.c: more informative error message
* symbol.c (sym_check_asciionly): more informative error message
with the encoding name and the inspected content.
...
nobu (Nobuyoshi Nakada)
06:55 AM Feature #12016 (Closed): More informative error message when Symbol encoding is invalid
Applied in changeset r53650.
----------
symbol.c: more informative error message
* symbol.c (sym_check_asciionly): ...
nobu (Nobuyoshi Nakada)
06:40 AM Feature #12016: More informative error message when Symbol encoding is invalid
alexinbeijing@gmail.com wrote:
> Feature #12016: More informative error message when Symbol encoding is invalid
> ...
normalperson (Eric Wong)
06:21 AM Feature #12016 (Closed): More informative error message when Symbol encoding is invalid
When a symbol literal is invalid in the source file's encoding, an `EncodingError` exception is raised, with the foll... alexdowad (Alex Dowad)
12:39 AM Revision 53649 (trunk): * test/ruby/test_string.rb: added testcase for next!, succ and succ!
[fix GH-1213] Patch by @K0mAtoru hsbt (Hiroshi SHIBATA)
12:39 AM Revision 53649 (ruby_2_4): * test/ruby/test_string.rb: added testcase for next!, succ and succ!
[fix GH-1213] Patch by @K0mAtoru hsbt (Hiroshi SHIBATA)
12:39 AM Revision 53649 (ruby_2_5): * test/ruby/test_string.rb: added testcase for next!, succ and succ!
[fix GH-1213] Patch by @K0mAtoru hsbt (Hiroshi SHIBATA)
12:39 AM Revision 390f087d (ruby-git): * test/ruby/test_string.rb: added testcase for next!, succ and succ!
[fix GH-1213] Patch by @K0mAtoru
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53649 b2dd03c8-39d4-4d8f-98ff-823...
hsbt (Hiroshi SHIBATA)
12:33 AM Revision 53648 (trunk): * lib/webrick/httpservlet/filehandler.rb: fix documentation for namespace.
[fix GH-1219][ci skip] Patch by @leafac hsbt (Hiroshi SHIBATA)
12:33 AM Revision 53648 (ruby_2_4): * lib/webrick/httpservlet/filehandler.rb: fix documentation for namespace.
[fix GH-1219][ci skip] Patch by @leafac hsbt (Hiroshi SHIBATA)
12:33 AM Revision 53648 (ruby_2_5): * lib/webrick/httpservlet/filehandler.rb: fix documentation for namespace.
[fix GH-1219][ci skip] Patch by @leafac hsbt (Hiroshi SHIBATA)
12:33 AM Revision 65793c9c (ruby-git): * lib/webrick/httpservlet/filehandler.rb: fix documentation for namespace.
[fix GH-1219][ci skip] Patch by @leafac
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53648 b2dd03c8-39d4-4d8f-9...
hsbt (Hiroshi SHIBATA)

01/24/2016

11:41 PM Misc #12004: Code of Conduct
On Sun, Jan 24, 2016 at 5:13 PM, <benton@bentonbarnett.com> wrote:
> Issue #12004 has been updated by Benton Barne...
kosaki (Motohiro KOSAKI)
11:17 PM Misc #12004: Code of Conduct
Benton Barnett wrote:
>
> I've encountered a fair number of people who don't consider sexual imagery/language to b...
rubydino (Ruby Dino)
11:11 PM Misc #12004: Code of Conduct
I agree with many of the points you brought up, Jeremy. Thank you for taking the time to be so thorough. I did have t... bentonbarnett (Benton Barnett)
10:36 PM Misc #12004: Code of Conduct
Coraline Ada Ehmke wrote:
> Suggested draft for community guidelines. I've tried to incorporate language that other ...
jeremyevans0 (Jeremy Evans)
10:31 PM Misc #12004: Code of Conduct
Coraline Ada Ehmke wrote:
> It's hard not to read this as a threat.
It could certainly be read that way, but give...
gordon_king (Gordon King)
10:21 PM Misc #12004: Code of Conduct
ph ph wrote:
> Robert Klemme wrote:
> > That means some form of institution, however small or informal, needs to be...
rklemme (Robert Klemme)
10:18 PM Misc #12004: Code of Conduct
Benton Barnett wrote:
> ph ph wrote:
> > What on earth is "gender" VS "gender identity" VS "gender expression" ?
...
rubydino (Ruby Dino)
10:13 PM Misc #12004: Code of Conduct
ph ph wrote:
> What on earth is "gender" VS "gender identity" VS "gender expression" ?
The American Psychologic...
bentonbarnett (Benton Barnett)
09:42 PM Misc #12004: Code of Conduct
ph ph wrote:
> What on earth is "gender" VS "gender identity" VS "gender expression" ?
>
> If english is not ...
rubydino (Ruby Dino)
09:29 PM Misc #12004: Code of Conduct
> Should you persist on perturbing this technical community with your
> political ideas, it will be perfectly warra...
CoralineAda (Coraline Ada Ehmke)
09:28 PM Misc #12004: Code of Conduct
Robert Klemme wrote:
> That means some form of institution, however small or informal, needs to be created and run b...
ph (ph ph)
09:07 PM Misc #12004: Code of Conduct
Mike Moore wrote:
> I have a great deal of respect for Coraline revising her original document to address many of th...
ph (ph ph)
08:48 PM Misc #12004: Code of Conduct
Coraline Ada Ehmke wrote:
> Suggested draft for community guidelines. I've tried to incorporate language that other ...
ph (ph ph)
08:33 PM Misc #12004: Code of Conduct
Mike Moore wrote:
> I have a great deal of respect for Coraline revising her original document to address many of th...
lubyamateur (Ruby Amateur)
08:04 PM Misc #12004: Code of Conduct
I have a great deal of respect for Coraline revising her original document to address many of the concerns raised on ... blowmage (Mike Moore)
07:19 PM Misc #12004: Code of Conduct
I can see your point, but I doubt that a statement about someone's code, rude as it might be to others, would be inte... CoralineAda (Coraline Ada Ehmke)
07:07 PM Misc #12004: Code of Conduct
Coraline Ada Ehmke wrote:
>
> * Participants must ensure that their language and actions are free of personal atta...
rubydino (Ruby Dino)
06:44 PM Misc #12004: Code of Conduct
Coraline Ada Ehmke wrote:
> Suggested draft for community guidelines. I've tried to incorporate language that other ...
rklemme (Robert Klemme)
06:34 PM Misc #12004: Code of Conduct
Suggested draft for community guidelines. I've tried to incorporate language that other people have suggested without... CoralineAda (Coraline Ada Ehmke)
06:24 PM Misc #12004: Code of Conduct
Tsuyoshi Sawada wrote:
> Benton Barnett wrote:
> > That being said, the most popular Code of Conduct that has been ...
bentonbarnett (Benton Barnett)
05:45 PM Misc #12004: Code of Conduct
> Robert Klemme wrote:
> > David Celis wrote:
> > I feel that many comments made in this thread show "non niceness"...
davidcelis (David Celis)
01:54 PM Misc #12004: Code of Conduct
My personal belief is that the issue with these CoCs is who enforces them. It seems Matz and other members don't want... asterite (Ary Borenszweig)
12:36 PM Misc #12004: Code of Conduct
David Celis wrote:
> Robert Klemme wrote:
> > Coraline Ada Ehmke wrote:
> > * I do not see that we actually ha...
rklemme (Robert Klemme)
11:41 AM Misc #12004: Code of Conduct
David Celis wrote:
> Robert Klemme wrote:
> > Folks,
> >
> > I guess by now all the arguments have been presente...
ph (ph ph)
08:29 AM Misc #12004: Code of Conduct
Hmm I was wanting to write a long reply just now about how I dislike this
code of conduct, but then I read that the ...
shevegen (Robert A. Heiler)
06:20 AM Misc #12004: Code of Conduct
Andrew Vit wrote:
> Will the CoC require that there is a 24/7 hotline and SLA too?
>
> "Community standards onl...
duerst (Martin Dürst)
04:44 AM Misc #12004: Code of Conduct
Coraline Ada Ehmke wrote:
> Gordon King wrote:
> > Coraline I just saw your tweet where you quoted my #320 above an...
gordon_king (Gordon King)
04:10 AM Misc #12004: Code of Conduct
For record: I support having _a_ CoC. Which one to have must be up to Matz I believe. And he already explicitly sai... shyouhei (Shyouhei Urabe)
02:40 AM Misc #12004: Code of Conduct
Benton Barnett wrote:
> That being said, the most popular Code of Conduct that has been proposed so far is the Contr...
sawa (Tsuyoshi Sawada)
02:15 AM Misc #12004: Code of Conduct
Daniel P. Clark wrote:
> @Benton Barnett. What percentage of those in favor are part of the compromise versions? I...
bentonbarnett (Benton Barnett)
01:23 AM Misc #12004: Code of Conduct
> Based on Matz's responses, and the general response of the community, I think it would be more helpful if we steere... lubyamateur (Ruby Amateur)
12:13 AM Misc #12004: Code of Conduct
@Benton Barnett. What percentage of those in favor are part of the compromise versions? I, as well as others, have ... danielpclark (Daniel P. Clark)
09:37 PM Bug #11686: Segmentation fault/memory corruption with --enable-frozen-string-literal-debug --enable-frozen-string-literal
This appears to be fixed in the final 2.3.0p0 release. jsc (Justin Collins)
03:00 PM Revision 53647 (trunk): * 2016-01-25
svn
03:00 PM Revision 53647 (ruby_2_4): * 2016-01-25
svn
03:00 PM Revision 53647 (ruby_2_5): * 2016-01-25
svn
03:00 PM Revision 1a690ada (ruby-git): * 2016-01-25
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53647 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn
03:00 PM Revision 53646 (trunk): test_class.rb: fix encoding
* test/ruby/test_class.rb (test_namescope_error_message): fix
encoding to UTF-8.
nobu (Nobuyoshi Nakada)
03:00 PM Revision 53646 (ruby_2_4): test_class.rb: fix encoding
* test/ruby/test_class.rb (test_namescope_error_message): fix
encoding to UTF-8.
nobu (Nobuyoshi Nakada)
03:00 PM Revision 53646 (ruby_2_5): test_class.rb: fix encoding
* test/ruby/test_class.rb (test_namescope_error_message): fix
encoding to UTF-8.
nobu (Nobuyoshi Nakada)
03:00 PM Revision c0a7c893 (ruby-git): test_class.rb: fix encoding
* test/ruby/test_class.rb (test_namescope_error_message): fix
encoding to UTF-8.
git-svn-id: svn+ssh://ci.ruby-lan...
nobu (Nobuyoshi Nakada)
02:59 PM Revision 53645 (trunk): test_class.rb: test_namescope_error_message
* test/ruby/test_class.rb (test_namescope_error_message): test for
r53644.
nobu (Nobuyoshi Nakada)
02:59 PM Revision 53645 (ruby_2_4): test_class.rb: test_namescope_error_message
* test/ruby/test_class.rb (test_namescope_error_message): test for
r53644.
nobu (Nobuyoshi Nakada)
02:59 PM Revision 53645 (ruby_2_5): test_class.rb: test_namescope_error_message
* test/ruby/test_class.rb (test_namescope_error_message): test for
r53644.
nobu (Nobuyoshi Nakada)
02:59 PM Revision 63cd3e2b (ruby-git): test_class.rb: test_namescope_error_message
* test/ruby/test_class.rb (test_namescope_error_message): test for
r53644.
git-svn-id: svn+ssh://ci.ruby-lang.org/...
nobu (Nobuyoshi Nakada)
10:36 AM Revision 53644 (ruby_2_4): vm_insnhelper.c (vm_check_if_namespace): tiny size reduction
Take advantage of "%+" modifier in the format string instead of
explicitly calling rb_inspect to reduce object size.
...
normal
10:36 AM Revision 53644 (ruby_2_5): vm_insnhelper.c (vm_check_if_namespace): tiny size reduction
Take advantage of "%+" modifier in the format string instead of
explicitly calling rb_inspect to reduce object size.
...
normal
10:36 AM Revision 53644 (trunk): vm_insnhelper.c (vm_check_if_namespace): tiny size reduction
Take advantage of "%+" modifier in the format string instead of
explicitly calling rb_inspect to reduce object size.
...
normalperson (Eric Wong)
10:36 AM Revision 0feaa041 (ruby-git): vm_insnhelper.c (vm_check_if_namespace): tiny size reduction
Take advantage of "%+" modifier in the format string instead of
explicitly calling rb_inspect to reduce object size.
...
normal
09:13 AM Revision 53643 (trunk): * common.mk: Simplifying Unicode data file download logic to make
it more reliable (including additional fix not in r53633) [Bug #12007] duerst (Martin Dürst)
09:13 AM Revision 53643 (ruby_2_4): * common.mk: Simplifying Unicode data file download logic to make
it more reliable (including additional fix not in r53633) [Bug #12007] duerst (Martin Dürst)
09:13 AM Revision 53643 (ruby_2_5): * common.mk: Simplifying Unicode data file download logic to make
it more reliable (including additional fix not in r53633) [Bug #12007] duerst (Martin Dürst)
09:13 AM Revision 615d99b7 (ruby-git): * common.mk: Simplifying Unicode data file download logic to make
it more reliable (including additional fix not in r53633) [Bug #12007]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/...
duerst (Martin Dürst)
09:12 AM Bug #12007 (Closed): Newly added Unicode data file doesn't get downloaded
Applied in changeset r53643.
----------
* common.mk: Simplifying Unicode data file download logic to make
it more ...
duerst (Martin Dürst)
02:51 AM Bug #12007: Newly added Unicode data file doesn't get downloaded
Hiroshi, Shugo, thanks for catching this!

I tested with all kinds of cases, such as only some files missing, all ...
duerst (Martin Dürst)
08:42 AM Feature #11100: Permit multiple captures with String[Regexp, ...]
Fixed proposed patch and added tests avit (Andrew Vit)
08:41 AM Misc #12013: io/wait: allow to wait on readable and writable
Regarding r53642, how about we limit the symbols to just `:r`/`:w`/`:rw`?
Fewer ways to accomplish the same thing ...
normalperson (Eric Wong)
07:54 AM Misc #12013 (Closed): io/wait: allow to wait on readable and writable
Applied in changeset r53642.
----------
wait readable/writable
* ext/io/wait/wait.c (io_wait_readwrite): [EXPERIMEN...
nobu (Nobuyoshi Nakada)
07:55 AM Revision 53642 (trunk): wait readable/writable
* ext/io/wait/wait.c (io_wait_readwrite): [EXPERIMENTAL] allow to
wait for multiple modes, readable and writable, a...
nobu (Nobuyoshi Nakada)
07:55 AM Revision 53642 (ruby_2_4): wait readable/writable
* ext/io/wait/wait.c (io_wait_readwrite): [EXPERIMENTAL] allow to
wait for multiple modes, readable and writable, a...
nobu (Nobuyoshi Nakada)
07:55 AM Revision 53642 (ruby_2_5): wait readable/writable
* ext/io/wait/wait.c (io_wait_readwrite): [EXPERIMENTAL] allow to
wait for multiple modes, readable and writable, a...
nobu (Nobuyoshi Nakada)
07:55 AM Revision b58fac9a (ruby-git): wait readable/writable
* ext/io/wait/wait.c (io_wait_readwrite): [EXPERIMENTAL] allow to
wait for multiple modes, readable and writable, a...
nobu (Nobuyoshi Nakada)
05:30 AM Revision 53641 (trunk): * 2016-01-24
svn
05:30 AM Revision 53641 (ruby_2_4): * 2016-01-24
svn
05:30 AM Revision 53641 (ruby_2_5): * 2016-01-24
svn
05:30 AM Revision 57752a25 (ruby-git): * 2016-01-24
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53641 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn
05:30 AM Revision 53640 (trunk): test_io_wait.rb: wait_readable
* test/io/wait/test_io_wait.rb: add tests for IO#wait_readable,
same as IO#wait.
nobu (Nobuyoshi Nakada)
05:30 AM Revision 53640 (ruby_2_4): test_io_wait.rb: wait_readable
* test/io/wait/test_io_wait.rb: add tests for IO#wait_readable,
same as IO#wait.
nobu (Nobuyoshi Nakada)
05:30 AM Revision 53640 (ruby_2_5): test_io_wait.rb: wait_readable
* test/io/wait/test_io_wait.rb: add tests for IO#wait_readable,
same as IO#wait.
nobu (Nobuyoshi Nakada)
05:30 AM Revision 5320f884 (ruby-git): test_io_wait.rb: wait_readable
* test/io/wait/test_io_wait.rb: add tests for IO#wait_readable,
same as IO#wait.
git-svn-id: svn+ssh://ci.ruby-lan...
nobu (Nobuyoshi Nakada)
04:35 AM Feature #10617: Change multiple assignment in conditional from parse error to warning
Andrew Vit wrote:
> I think it's too confusing
There is nothing intrinsically confusing about testing an expressi...
bughit (bug hit)
03:42 AM Feature #10617: Change multiple assignment in conditional from parse error to warning
I think it's too confusing or ambiguous to allow multiple assignment in conditional.
It's very easy to just do the ...
avit (Andrew Vit)
02:07 AM Bug #11746: RDoc incorrect example call method on heredoc
This looks like a limitation in the RDoc ruby lexer. The documentation in doc/syntax/literals.rdoc looks correct.
...
avit (Andrew Vit)

01/23/2016

11:46 PM Misc #12004: Code of Conduct
Daniel P. Clark wrote:
> Olivier Lacan wrote:
> > It seems, however, that most of the reasonable participants of th...
bentonbarnett (Benton Barnett)
09:56 PM Misc #12004: Code of Conduct
Coraline Ada Ehmke wrote:
> If you don't trust project managers with a code of conduct, then how can you possibly tr...
avit (Andrew Vit)
09:36 PM Misc #12004: Code of Conduct
Jeremy Evans wrote:
> Since I originally posted my proposal for a CoC, based on PostgreSQL's
> draft CoC, PostgreSQ...
lubyamateur (Ruby Amateur)
09:32 PM Misc #12004: Code of Conduct
Coraline Ada Ehmke wrote:
> Gordon King wrote:
> > Coraline I just saw your tweet where you quoted my #320 above an...
rubydino (Ruby Dino)
09:24 PM Misc #12004: Code of Conduct
Since I originally posted my proposal for a CoC, based on PostgreSQL's
draft CoC, PostgreSQL has updated their draft...
jeremyevans0 (Jeremy Evans)
09:21 PM Misc #12004: Code of Conduct
Gordon King wrote:
> Coraline I just saw your tweet where you quoted my #320 above and left out my last line, thereb...
CoralineAda (Coraline Ada Ehmke)
09:20 PM Misc #12004: Code of Conduct
Coraline Ada Ehmke wrote:
> It's important to note in the face of all this hand-wavy "SJWs are coming to steal my ch...
lubyamateur (Ruby Amateur)
09:11 PM Misc #12004: Code of Conduct
Coraline I just saw your tweet where you quoted my #320 above and left out my last line, thereby removing the full co... gordon_king (Gordon King)
09:04 PM Misc #12004: Code of Conduct
Coraline Ada Ehmke wrote:
>
> If you don't trust project managers with a code of conduct, then how can you possib...
rubydino (Ruby Dino)
09:00 PM Misc #12004: Code of Conduct
It's important to note in the face of all this hand-wavy "SJWs are coming to steal my cheese" nonsense that enforceme... CoralineAda (Coraline Ada Ehmke)
08:53 PM Misc #12004: Code of Conduct
David Celis wrote:
> > * A CoC will encourage some bad, unnecessary or unwanted behaviors:
> > * judging and poli...
lubyamateur (Ruby Amateur)
08:52 PM Misc #12004: Code of Conduct
Coraline Ada Ehmke wrote:
> Wow, that is so inappropriate.
Now now, tetchy much :) Seriously good luck with givin...
gordon_king (Gordon King)
08:42 PM Misc #12004: Code of Conduct
Gordon King wrote:
> Without getting into the politics of the case, I did think this quote from Gregory Allan Elliot...
CoralineAda (Coraline Ada Ehmke)
08:40 PM Misc #12004: Code of Conduct
Without getting into the politics of the case, I did think this quote from Gregory Allan Elliot was interesting, wher... gordon_king (Gordon King)
08:21 PM Misc #12004: Code of Conduct
David Celis wrote:
> Ruby Dino wrote:
> > As stated earlier people who are claiming, "Oh no, they don't have a CoC ...
rubydino (Ruby Dino)
08:15 PM Misc #12004: Code of Conduct
Ruby Dino wrote:
> As stated earlier people who are claiming, "Oh no, they don't have a CoC so I don't feel safe" ne...
davidcelis (David Celis)
07:30 PM Misc #12004: Code of Conduct
David Celis wrote:
> People just wanna be a part of Ruby without being afraid to show themselves for who they are.
...
rubydino (Ruby Dino)
06:28 PM Misc #12004: Code of Conduct
Robert Klemme wrote:
> Folks,
>
> I guess by now all the arguments have been presented already. I'll just post i...
davidcelis (David Celis)
06:25 PM Misc #12004: Code of Conduct
I have wanted to stay neutral but the more I see, the less generous I am feeling about the idea of any CoC at all. I ... avit (Andrew Vit)
04:41 PM Misc #12004: Code of Conduct
Folks,
I guess by now all the arguments have been presented already. I'll just post in case someone wants to draw...
rklemme (Robert Klemme)
01:15 PM Misc #12004: Code of Conduct
Olivier Lacan wrote:
> It seems, however, that most of the reasonable participants of this thread agree that a more ...
danielpclark (Daniel P. Clark)
08:47 AM Misc #12004: Code of Conduct
Olivier Lacan wrote:
> This thread could be worrisome if it weren't so blindingly obvious where the bile originates ...
ph (ph ph)
08:37 AM Misc #12004: Code of Conduct
We are not a community. We are *technical* community.
We live in national communities which have laws, which can n...
ph (ph ph)
08:24 AM Misc #12004: Code of Conduct
David Celis wrote:
> Gordon King wrote:
> > In this entire debate, nothing said on this board has equalled the vitr...
lubyamateur (Ruby Amateur)
07:33 AM Misc #12004: Code of Conduct
David Celis wrote:
> Gordon King wrote:
> > In this entire debate, nothing said on this board has equalled the vitr...
gordon_king (Gordon King)
07:02 AM Misc #12004: Code of Conduct
Gordon King wrote:
> In this entire debate, nothing said on this board has equalled the vitriol expressed by Kurtis ...
davidcelis (David Celis)
06:03 AM Misc #12004: Code of Conduct
Brenna Flood wrote:
> While I would love to agree with you, this is just not possible. If you'll allow, the person w...
rubydino (Ruby Dino)
05:54 AM Misc #12004: Code of Conduct
Ruby Dino wrote:
> Let me reduce here, **"Get off the computer and go outside"**
While I would love to agree wi...
brennx0r (Brenna Flood)
05:43 AM Misc #12004: Code of Conduct
Brenna Flood wrote:
> Ruby Dino wrote:
> Much like people screaming, "They're harassment me online!" when a person ...
rubydino (Ruby Dino)
05:30 AM Misc #12004: Code of Conduct
Ruby Dino wrote:
Much like people screaming, "They're harassment me online!" when a person is merely countering argu...
brennx0r (Brenna Flood)
04:58 AM Misc #12004: Code of Conduct
Marie Markwell wrote:
> > The Ruby community already feels it is a safe and respectful community.
>
> The fact th...
rubydino (Ruby Dino)
04:50 AM Misc #12004: Code of Conduct
Motohiro KOSAKI wrote:
> [ANN] user account creation on the redmine is now temporary stopped. Sorry for the inconven...
rubydino (Ruby Dino)
03:41 AM Misc #12004: Code of Conduct
>> Sorry, I respectfully and strong disagree to reuse security@ruby-lang.org. security@ruby-lang.org is not only sub... kosaki (Motohiro KOSAKI)
03:26 AM Misc #12004: Code of Conduct
Motohiro KOSAKI wrote:
> Sorry, I respectfully and strong disagree to reuse security@ruby-lang.org. security@ruby-...
duerst (Martin Dürst)
03:02 AM Misc #12004: Code of Conduct
Marie Markwell wrote:
> 4. Removing attribution? Really?
This was presumably not intentional, it was so Matz can ...
lubyamateur (Ruby Amateur)
02:52 AM Misc #12004: Code of Conduct
Jeremy Evans wrote:
> I think "responsibilities" here applies to contributors, as they are the ones responsible for ...
lubyamateur (Ruby Amateur)
02:47 AM Misc #12004: Code of Conduct
Benton Barnett wrote:
> Agreed :) Which is why it pains me to see 8 people railroading this conversation.
Respect...
gordon_king (Gordon King)
02:40 AM Misc #12004: Code of Conduct
[ANN] user account creation on the redmine is now temporary stopped. Sorry for the inconvenience. kosaki (Motohiro KOSAKI)
02:31 AM Misc #12004: Code of Conduct
Kurtis Rainbolt-Greene wrote:
> > A reporting mechanism and enforcement information is not necessary, though it coul...
jeremyevans0 (Jeremy Evans)
02:17 AM Misc #12004: Code of Conduct
Gordon King wrote:
> is the troll with their two dozen comments included in your opposed stats or did you just ignor...
bentonbarnett (Benton Barnett)
02:12 AM Misc #12004: Code of Conduct
> A reporting mechanism and enforcement information is not necessary, though it could be included in a CoC.
What e...
krainboltgreene (Kurtis Rainbolt-Greene)
02:10 AM Misc #12004: Code of Conduct
Andrew Vit wrote:
> Benton Barnett wrote:
> > New accounts who are against the code of conduct are posting 4 times ...
bentonbarnett (Benton Barnett)
02:07 AM Misc #12004: Code of Conduct
Coraline Ada Ehmke wrote:
> Since what is now proposed lacks a reporting mechanism and enforcement information, I do...
jeremyevans0 (Jeremy Evans)
02:03 AM Misc #12004: Code of Conduct
Benton Barnett wrote:
> 8 people with newly created accounts, who also were against adding a code of conduct, are re...
gordon_king (Gordon King)
01:54 AM Misc #12004: Code of Conduct
Benton Barnett wrote:
> New accounts who are against the code of conduct are posting 4 times (!!!) as often as other...
avit (Andrew Vit)
01:48 AM Misc #12004: Code of Conduct
Sorry, you misunderstood: I meant a counter-example for "The Ruby community already feels it is a safe and respectful... avit (Andrew Vit)
01:48 AM Misc #12004: Code of Conduct
Gordon King wrote:
> With so few, I think we can all be grateful that a decision that affects thousands of programme...
bentonbarnett (Benton Barnett)
01:41 AM Misc #12004: Code of Conduct
> Has anyone said the opposite? Or provided a single counter-example?
Well, to start with, this issue itself.
A...
duckinator (Marie Markwell)
01:37 AM Misc #12004: Code of Conduct
Kurtis Rainbolt-Greene wrote:
> > The Ruby community already feels it is a safe and respectful community.
>
> No....
lubyamateur (Ruby Amateur)
01:31 AM Misc #12004: Code of Conduct
Kurtis Rainbolt-Greene wrote:
> > The Ruby community already feels it is a safe and respectful community.
>
> No....
avit (Andrew Vit)
01:29 AM Misc #12004: Code of Conduct
> The Ruby community already feels it is a safe and respectful community.
The fact that this issue was raised and ...
duckinator (Marie Markwell)
01:27 AM Misc #12004: Code of Conduct
To start: I 100% agree with adding a CoC. I also agree with using the Contributor Covenant. I would be willing to con... duckinator (Marie Markwell)
01:27 AM Misc #12004: Code of Conduct
Olivier Lacan wrote:
> I must insist on the consequences for violations to be more clearly defined. Otherwise the fa...
gordon_king (Gordon King)
01:26 AM Misc #12004: Code of Conduct
> The Ruby community already feels it is a safe and respectful community.
No. Some people have said this. That doe...
krainboltgreene (Kurtis Rainbolt-Greene)
01:22 AM Misc #12004: Code of Conduct
Olivier Lacan wrote:
> I must insist on the consequences for violations to be more clearly defined. Otherwise the fa...
lubyamateur (Ruby Amateur)
01:16 AM Misc #12004: Code of Conduct
Ruby Dino wrote:
> > But what if harassment happens where the mods cannot see? For example, what if a new Ruby user ...
jcroisant (John Croisant)
01:15 AM Misc #12004: Code of Conduct
Benton Barnett wrote:
> I totalled up the number of people who have expressed being for or against adding a code of ...
gordon_king (Gordon King)
01:09 AM Misc #12004: Code of Conduct
Ruby Amateur wrote:
> To simplify for those looking up thread for [Jeremy Evan's version](https://bugs.ruby-lang.org...
olivierlacan (Olivier Lacan)
12:57 AM Misc #12004: Code of Conduct
I totaled up the number of people who have expressed being for or against adding a code of conduct in this thread. I ... bentonbarnett (Benton Barnett)
12:33 AM Misc #12004: Code of Conduct
> While I'm posting under a pseudoname, I've been in this community since 99'. He only seems to be interesting in sti... krainboltgreene (Kurtis Rainbolt-Greene)
12:22 AM Misc #12004: Code of Conduct
It's a pity the trolling of a fake Coraline has prevented the real one answering my question in #175 but I'm sure it'... rdrake98 (Richard Drake)
12:10 AM Misc #12004: Code of Conduct
To simplify for those looking up thread for [Jeremy Evan's version](https://bugs.ruby-lang.org/issues/12004#note-104)... lubyamateur (Ruby Amateur)
06:55 PM Bug #11595: Time#utc? and Time#gmt? return misleading results based on $TZ
Careful: not every time with offset 0 is UTC.
A time zone with offset +0100/-0100 may have DST rules, and should ...
avit (Andrew Vit)
01:31 PM Revision 53639 (trunk): Add test for Array#keep_if
* test/ruby/test_array.rb (test_keep_if): Add test for
Array#keep_if separate from Array#select! [Fix GH-1218]
nobu (Nobuyoshi Nakada)
01:31 PM Revision 53639 (ruby_2_4): Add test for Array#keep_if
* test/ruby/test_array.rb (test_keep_if): Add test for
Array#keep_if separate from Array#select! [Fix GH-1218]
nobu (Nobuyoshi Nakada)
01:31 PM Revision 53639 (ruby_2_5): Add test for Array#keep_if
* test/ruby/test_array.rb (test_keep_if): Add test for
Array#keep_if separate from Array#select! [Fix GH-1218]
nobu (Nobuyoshi Nakada)
01:31 PM Revision be8b517f (ruby-git): Add test for Array#keep_if
* test/ruby/test_array.rb (test_keep_if): Add test for
Array#keep_if separate from Array#select! [Fix GH-1218]
gi...
nobu (Nobuyoshi Nakada)
01:27 PM Revision 53638 (trunk): appveyor.yml: simplify
* appveyor.yml (install, build_script): simplify by using same opt
dir for libressl and zlib.
nobu (Nobuyoshi Nakada)
01:27 PM Revision 53638 (ruby_2_4): appveyor.yml: simplify
* appveyor.yml (install, build_script): simplify by using same opt
dir for libressl and zlib.
nobu (Nobuyoshi Nakada)
01:27 PM Revision 53638 (ruby_2_5): appveyor.yml: simplify
* appveyor.yml (install, build_script): simplify by using same opt
dir for libressl and zlib.
nobu (Nobuyoshi Nakada)
01:27 PM Revision dd4374c3 (ruby-git): appveyor.yml: simplify
* appveyor.yml (install, build_script): simplify by using same opt
dir for libressl and zlib.
git-svn-id: svn+ssh:...
nobu (Nobuyoshi Nakada)
12:24 PM Bug #12007: Newly added Unicode data file doesn't get downloaded
I reverted r53634 at r53637. hsbt (Hiroshi SHIBATA)
11:57 AM Bug #12007 (Open): Newly added Unicode data file doesn't get downloaded
It seems that RubyCI was broken by this change.
from http://rubyci.s3.amazonaws.com/tk2-243-31075/ruby-trunk/log/2...
shugo (Shugo Maeda)
09:44 AM Bug #12007: Newly added Unicode data file doesn't get downloaded
Nobuyoshi Nakada wrote:
> Remove `.unicode-8.0.0.time` file.
I know. If it were only about me, I could just downl...
duerst (Martin Dürst)
09:38 AM Bug #12007 (Closed): Newly added Unicode data file doesn't get downloaded
Applied in changeset r53634.
----------
ChangeLog: Fixing wrong time on previous commit, and adding
previous commit ...
duerst (Martin Dürst)
11:55 AM Revision 53637 (trunk): * common.mk: revert r53633. It broke rubyci and travis.
https://travis-ci.org/ruby/ruby/builds/104259623 hsbt (Hiroshi SHIBATA)
11:55 AM Revision 53637 (ruby_2_4): * common.mk: revert r53633. It broke rubyci and travis.
https://travis-ci.org/ruby/ruby/builds/104259623 hsbt (Hiroshi SHIBATA)
11:55 AM Revision 53637 (ruby_2_5): * common.mk: revert r53633. It broke rubyci and travis.
https://travis-ci.org/ruby/ruby/builds/104259623 hsbt (Hiroshi SHIBATA)
11:55 AM Revision 4bfda5d9 (ruby-git): * common.mk: revert r53633. It broke rubyci and travis.
https://travis-ci.org/ruby/ruby/builds/104259623
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53637 b2dd03c8-39...
hsbt (Hiroshi SHIBATA)
11:24 AM Bug #12003: Unexpected behavior of === with Range of Date objects
Ross Kaffenberger wrote:
> In Ruby 2.2, a Range of Date objects will return true when matched with === for a new Dat...
shugo (Shugo Maeda)
11:15 AM Bug #12003 (Closed): Unexpected behavior of === with Range of Date objects
Applied in changeset r53635.
----------
* range.c (range_eqq): revert r11113 because rb_call_super() is
called in ...
shugo (Shugo Maeda)
11:19 AM Revision 53636 (trunk): fix typo.
shugo (Shugo Maeda)
11:19 AM Revision 53636 (ruby_2_4): fix typo.
shugo (Shugo Maeda)
11:19 AM Revision 53636 (ruby_2_5): fix typo.
shugo (Shugo Maeda)
11:19 AM Revision a0019b27 (ruby-git): fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53636 b2dd03c8-39d4-4d8f-98ff-823fe69b080e shugo (Shugo Maeda)
11:16 AM Revision 53635 (trunk): * range.c (range_eqq): revert r11113 because rb_call_super() is
called in range_include() and thus r11113 doesn't work when the
receiver Range object consists of non linear object...
shugo (Shugo Maeda)
11:16 AM Revision 53635 (ruby_2_4): * range.c (range_eqq): revert r11113 because rb_call_super() is
called in range_include() and thus r11113 doesn't work when the
receiver Range object consists of non linear object...
shugo (Shugo Maeda)
11:16 AM Revision 53635 (ruby_2_5): * range.c (range_eqq): revert r11113 because rb_call_super() is
called in range_include() and thus r11113 doesn't work when the
receiver Range object consists of non linear object...
shugo (Shugo Maeda)
11:16 AM Revision 62b750bb (ruby-git): * range.c (range_eqq): revert r11113 because rb_call_super() is
called in range_include() and thus r11113 doesn't work when the
receiver Range object consists of non linear object...
shugo (Shugo Maeda)
09:38 AM Revision 53634 (trunk): ChangeLog: Fixing wrong time on previous commit, and adding
previous commit message to svn [ci skip]
The message on the previous commit should have read:
common.mk: Simplifying...
duerst (Martin Dürst)
09:38 AM Revision 53634 (ruby_2_4): ChangeLog: Fixing wrong time on previous commit, and adding
previous commit message to svn [ci skip]
The message on the previous commit should have read:
common.mk: Simplifying...
duerst (Martin Dürst)
09:38 AM Revision 53634 (ruby_2_5): ChangeLog: Fixing wrong time on previous commit, and adding
previous commit message to svn [ci skip]
The message on the previous commit should have read:
common.mk: Simplifying...
duerst (Martin Dürst)
09:38 AM Revision 387e838c (ruby-git): ChangeLog: Fixing wrong time on previous commit, and adding
previous commit message to svn [ci skip]
The message on the previous commit should have read:
common.mk: Simplifying...
duerst (Martin Dürst)
09:32 AM Revision 53633 (trunk)
duerst (Martin Dürst)
09:32 AM Revision 53633 (ruby_2_4)
duerst (Martin Dürst)
09:32 AM Revision 53633 (ruby_2_5)
duerst (Martin Dürst)
09:32 AM Revision 0d3d8a8c (ruby-git): git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53633 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
duerst (Martin Dürst)
08:44 AM Feature #12005: Unify Fixnum and Bignum into Integer
I like the idea behind it. \o/
Would probably make more sense too if the defining difference for it
used to be du...
shevegen (Robert A. Heiler)
08:42 AM Feature #12010: Exclude dot and dotdot from Dir#each
> default it to include to make migration easier
I dunno. I never found a usecase for `'.'` and `'..'` so I would ...
shevegen (Robert A. Heiler)
08:18 AM Revision 53632 (trunk): appveyor.yml: exclude unavailable extensions
* appveyor.yml (build_script): exclude unavailable extensions,
gdb, gdbm, readline, and tk/tkutil.
nobu (Nobuyoshi Nakada)
08:18 AM Revision 53632 (ruby_2_4): appveyor.yml: exclude unavailable extensions
* appveyor.yml (build_script): exclude unavailable extensions,
gdb, gdbm, readline, and tk/tkutil.
nobu (Nobuyoshi Nakada)
08:18 AM Revision 53632 (ruby_2_5): appveyor.yml: exclude unavailable extensions
* appveyor.yml (build_script): exclude unavailable extensions,
gdb, gdbm, readline, and tk/tkutil.
nobu (Nobuyoshi Nakada)
08:18 AM Revision 90f05d9b (ruby-git): appveyor.yml: exclude unavailable extensions
* appveyor.yml (build_script): exclude unavailable extensions,
gdb, gdbm, readline, and tk/tkutil.
git-svn-id: svn...
nobu (Nobuyoshi Nakada)
07:30 AM Revision 53631 (trunk): * tool/downloader.rb: Fixed a logical error, improved documentation
duerst (Martin Dürst)
07:30 AM Revision 53631 (ruby_2_4): * tool/downloader.rb: Fixed a logical error, improved documentation
duerst (Martin Dürst)
07:30 AM Revision 53631 (ruby_2_5): * tool/downloader.rb: Fixed a logical error, improved documentation
duerst (Martin Dürst)
07:30 AM Revision 39988ff0 (ruby-git): * tool/downloader.rb: Fixed a logical error, improved documentation
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53631 b2dd03c8-39d4-4d8f-98ff-823fe69b080e duerst (Martin Dürst)
06:27 AM Bug #12015 (Open): Improving code coverage visibility
In https://bugs.ruby-lang.org/issues/10189 the simplecov gem was added to generate coverage reports for specs.
How...
mlarraz (Matt Larraz)
05:19 AM Revision 53630 (ruby_2_4): fix a typo [ci skip]
kazu
05:19 AM Revision 53630 (ruby_2_5): fix a typo [ci skip]
kazu
05:19 AM Revision 53630 (trunk): fix a typo [ci skip]
znz (Kazuhiro NISHIYAMA)
05:19 AM Revision 9608176f (ruby-git): fix a typo [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53630 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
02:43 AM Revision 53629 (trunk): Use SVG Travis badge over PNG
* README.md: Use SVG Travis badge over PNG for better quality and
devise support. [Fix GH-1214] [Fix GH-1216]
nobu (Nobuyoshi Nakada)
02:43 AM Revision 53629 (ruby_2_4): Use SVG Travis badge over PNG
* README.md: Use SVG Travis badge over PNG for better quality and
devise support. [Fix GH-1214] [Fix GH-1216]
nobu (Nobuyoshi Nakada)
02:43 AM Revision 53629 (ruby_2_5): Use SVG Travis badge over PNG
* README.md: Use SVG Travis badge over PNG for better quality and
devise support. [Fix GH-1214] [Fix GH-1216]
nobu (Nobuyoshi Nakada)
02:43 AM Revision a3f4fcb4 (ruby-git): Use SVG Travis badge over PNG
* README.md: Use SVG Travis badge over PNG for better quality and
devise support. [Fix GH-1214] [Fix GH-1216]
git...
nobu (Nobuyoshi Nakada)
02:30 AM Revision 53628 (trunk): Update documentation of CSV header converter
* lib/csv.rb: Update documentation of CSV header converter for
r45498, [GH-575]. [Fix GH-1215]
nobu (Nobuyoshi Nakada)
02:30 AM Revision 53628 (ruby_2_4): Update documentation of CSV header converter
* lib/csv.rb: Update documentation of CSV header converter for
r45498, [GH-575]. [Fix GH-1215]
nobu (Nobuyoshi Nakada)
02:30 AM Revision 53628 (ruby_2_5): Update documentation of CSV header converter
* lib/csv.rb: Update documentation of CSV header converter for
r45498, [GH-575]. [Fix GH-1215]
nobu (Nobuyoshi Nakada)
02:30 AM Revision ba5a40fe (ruby-git): Update documentation of CSV header converter
* lib/csv.rb: Update documentation of CSV header converter for
r45498, [GH-575]. [Fix GH-1215]
git-svn-id: svn+ss...
nobu (Nobuyoshi Nakada)
02:15 AM Revision 53627 (trunk): configure.bat: put a space
* win32/configure.bat: put a space after replaced string to get
rid of something weird sometimes.
nobu (Nobuyoshi Nakada)
02:15 AM Revision 53627 (ruby_2_4): configure.bat: put a space
* win32/configure.bat: put a space after replaced string to get
rid of something weird sometimes.
nobu (Nobuyoshi Nakada)
02:15 AM Revision 53627 (ruby_2_5): configure.bat: put a space
* win32/configure.bat: put a space after replaced string to get
rid of something weird sometimes.
nobu (Nobuyoshi Nakada)
02:15 AM Revision ac555013 (ruby-git): configure.bat: put a space
* win32/configure.bat: put a space after replaced string to get
rid of something weird sometimes.
git-svn-id: svn+...
nobu (Nobuyoshi Nakada)
01:39 AM Bug #11118: Unable to build Ruby with Visual Studio 2015 RC
I also write about this on Microsoft Connect.
https://connect.microsoft.com/VisualStudio/feedback/details/1279133
...
naruse (Yui NARUSE)
01:02 AM Bug #12014 (Closed): Visual Studio 2015 build error __imp___pioinfo
Ruby 2.2 and 2.3 doesn't and won't support Visual Studio 2015.
Use 2013 or prior, or mingw64.
Anyway this ticket ...
naruse (Yui NARUSE)

01/22/2016

11:52 PM Misc #12004: Code of Conduct
Yukihiro Matsumoto wrote:
> My acceptable modified version of the CoC is like the following
>
> > Contributor Cod...
olivierlacan (Olivier Lacan)
11:34 PM Misc #12004: Code of Conduct
Motohiro KOSAKI wrote:
> > Motohiro KOSAKI wrote:
> >> I hope everyone understand a good man can write toxic bad
...
davidcelis (David Celis)
11:32 PM Misc #12004: Code of Conduct
> Motohiro KOSAKI wrote:
>> I hope everyone understand a good man can write toxic bad
>
> I feel kind of marginal...
kosaki (Motohiro KOSAKI)
11:21 PM Misc #12004: Code of Conduct
> Motohiro KOSAKI wrote:
>> But currently clearly nobody trained because our community have no issue now.
>
> 1)...
kosaki (Motohiro KOSAKI)
11:17 PM Misc #12004: Code of Conduct
John Croisant wrote:
>
> But what if harassment happens where the mods cannot see? For example, what if a new Ruby...
rubydino (Ruby Dino)
11:16 PM Misc #12004: Code of Conduct
[ANN] I locked https://bugs.ruby-lang.org/users/10502
This is fake account.
hsbt (Hiroshi SHIBATA)
11:15 PM Misc #12004: Code of Conduct
Motohiro KOSAKI wrote:
> I hope everyone understand a good man can write toxic bad code
I feel kind of marginaliz...
transmom (Brenda Sandberg)
11:11 PM Misc #12004: Code of Conduct
Motohiro KOSAKI wrote:
> But currently clearly nobody trained because our community have no issue now.
1) Even i...
olivierlacan (Olivier Lacan)
11:08 PM Misc #12004: Code of Conduct
Kurtis Rainbolt-Greene wrote:
> It should be noted that both Rust and node have seemly reacted to this discussion by...
rubydino (Ruby Dino)
11:03 PM Misc #12004: Code of Conduct
> A few people from the Ruby core team seem worried (in this thread) that no one has the time to respond to such iss... kosaki (Motohiro KOSAKI)
11:02 PM Misc #12004: Code of Conduct
It should be noted that both Rust and node have seemly reacted to this discussion by doing exactly what Olivier Lucan... krainboltgreene (Kurtis Rainbolt-Greene)
10:58 PM Misc #12004: Code of Conduct
Andreas Fast wrote:
> I still think that the tone of Coraline's proposal isn't very much aligned with the ruby commu...
lubyamateur (Ruby Amateur)
10:56 PM Misc #12004: Code of Conduct
Motohiro KOSAKI wrote:
> > - Provide a list of examples of unacceptable behavior. Otherwise people may be not sure w...
CoralineAE (Coraline [fake account and locked])
10:51 PM Misc #12004: Code of Conduct
Olivier Lacan wrote:
> please can vulnerable trans-gendereded women email me on hi@olivierlacan.com
CoralineAE (Coraline [fake account and locked])
10:51 PM Misc #12004: Code of Conduct
> - Provide a list of examples of unacceptable behavior. Otherwise people may be not sure whether the behavior is al... kosaki (Motohiro KOSAKI)
10:47 PM Misc #12004: Code of Conduct
Andreas Fast wrote:
> We can still rely on common sense for forceful action should it be needed, and as we've seen i...
olivierlacan (Olivier Lacan)
10:36 PM Misc #12004: Code of Conduct
Motohiro KOSAKI wrote:
> > conduct@ruby-lang.org seems like an obvious address to contact in order to deal with such...
CoralineAE (Coraline [fake account and locked])
10:32 PM Misc #12004: Code of Conduct
> conduct@ruby-lang.org seems like an obvious address to contact in order to deal with such issues.
>
> Like secur...
kosaki (Motohiro KOSAKI)
10:30 PM Misc #12004: Code of Conduct
Andreas Fast wrote:
> I still think that the tone of Coraline's proposal isn't very much aligned with the ruby commu...
CoralineAE (Coraline [fake account and locked])
10:27 PM Misc #12004: Code of Conduct
Olivier Lacan wrote:
> conduct@ruby-lang.org seems like an obvious address to contact in order to deal with such iss...
CoralineAE (Coraline [fake account and locked])
10:24 PM Misc #12004: Code of Conduct
I still think that the tone of Coraline's proposal isn't very much aligned with the ruby community. I think that the ... afast (Andreas Fast)
10:18 PM Misc #12004: Code of Conduct
conduct@ruby-lang.org seems like an obvious address to contact in order to deal with such issues.
Like security, d...
olivierlacan (Olivier Lacan)
10:13 PM Misc #12004: Code of Conduct
This thread has had personal attacks, trolls, and impersonation. The mods have acted in some cases (in other cases we... jcroisant (John Croisant)
10:05 PM Misc #12004: Code of Conduct
This thread could be worrisome if it weren't so blindingly obvious where the bile originates from. There have been in... olivierlacan (Olivier Lacan)
10:04 PM Misc #12004: Code of Conduct
Hello this is the real Coralina, we need to stop this trolling ASAP as its derailing this vital conversation about im... CoralineAE (Coraline [fake account and locked])
09:57 PM Misc #12004: Code of Conduct
Motohiro KOSAKI wrote:
> > Just as an idea, what about the following: We already have a mail address specifically de...
davidcelis (David Celis)
09:57 PM Misc #12004: Code of Conduct
Motohiro KOSAKI wrote:
> Sorry, I respectfully and strong disagree to reuse security@ruby-lang.org. security@ruby-la...
CoralineAE (Coraline [fake account and locked])
09:41 PM Misc #12004: Code of Conduct
> Just as an idea, what about the following: We already have a mail address specifically designed and operated to add... kosaki (Motohiro KOSAKI)
09:30 PM Misc #12004: Code of Conduct
I was thinking, could we vote to replace Matz with Anita Sarkeesian as I feel she is more ethically qualified to lead... CoralineAE (Coraline [fake account and locked])
09:29 PM Misc #12004: Code of Conduct
Any moderation, please. krainboltgreene (Kurtis Rainbolt-Greene)
09:07 PM Misc #12004: Code of Conduct
Josh Mills wrote:
> I love the Ruby community. I've come to love many of the people (Aaron, Coraline, Matz, etc). If...
CoralineAE (Coraline [fake account and locked])
08:57 PM Misc #12004: Code of Conduct
I love the Ruby community. I've come to love many of the people (Aaron, Coraline, Matz, etc). If these people, which ... trueheart78 (Josh Mills)
08:47 PM Misc #12004: Code of Conduct
I think the moderators have been pinged. However, due to time zone, we might not see any action until 12:00AM GMT giv... sikachu (Prem Sichanugrist)
08:41 PM Misc #12004: Code of Conduct
More moderation, please. eylerwerve (Jonathan Eyler-Werve)
08:25 PM Misc #12004: Code of Conduct
Lauren Voswinkel wrote:
> some stuff
Wow, great points Lauren. Are you transgendered and if so do you happen to h...
CoralineAE (Coraline [fake account and locked])
08:22 PM Misc #12004: Code of Conduct
Ruby Dino wrote:
> We've had many admins on ruby-lang throughout the time, some with commit privs have admin access....
valarissa (Lauren Voswinkel)
08:16 PM Misc #12004: Code of Conduct
Matz,
I forgot to mention, if you would like to see the inspiration behind the CoC please see:
http://ddickerso...
CoralineAE (Coraline [fake account and locked])
08:15 PM Misc #12004: Code of Conduct
Aston J wrote:
> Matz,
>
> Please don't feel like you have to act now. It would be totally fine to thank everyone...
RedFred (Fred Heath)
08:07 PM Misc #12004: Code of Conduct
Lauren Voswinkel wrote:
> Which is fair, looking at my initial comment on here, do you support or not support a CoC ...
rubydino (Ruby Dino)
08:01 PM Misc #12004: Code of Conduct
Matz,
You are from Glorious Japan. I am from Germany. Our people stood together in the 1940s as one. We know that ...
CoralineAE (Coraline [fake account and locked])
07:59 PM Misc #12004: Code of Conduct
Ruby Dino wrote:
> The relevance of WHICH CoC Ruby should adopt if any. The Contributors Covenant is bad spirited, ...
valarissa (Lauren Voswinkel)
07:55 PM Misc #12004: Code of Conduct
Matz,
Please don't feel like you have to act now. It would be totally fine to thank everyone for bringing the matt...
AstonJ (Aston J)
07:52 PM Misc #12004: Code of Conduct
Lauren Voswinkel wrote:
> Which has exactly what relevance to the discussion of codes of conduct and whether or not ...
rubydino (Ruby Dino)
07:51 PM Misc #12004: Code of Conduct
Fred Heath wrote:
> Coraline Ada Ehmke wrote:
> > David Celis wrote:
> > > Fred, please tone down the sarcasm. It'...
davidcelis (David Celis)
07:50 PM Misc #12004: Code of Conduct
Fred Heath wrote:
> Coraline Ada Ehmke wrote:
> > David Celis wrote:
> > > Fred, please tone down the sarcasm. It'...
valarissa (Lauren Voswinkel)
07:49 PM Misc #12004: Code of Conduct
I forgot, I have some links to post:
WOW MUST SEE Auschwitz the true story ( David Cole in Auschwitz Full Document...
CoralineAE (Coraline [fake account and locked])
07:47 PM Misc #12004: Code of Conduct
Coraline Ada Ehmke wrote:
> David Celis wrote:
> > Fred, please tone down the sarcasm. It's already been made clear...
RedFred (Fred Heath)
07:43 PM Misc #12004: Code of Conduct
Ruby Dino wrote:
> Lauren Voswinkel wrote:
> > This is to say that I am not denying your experiences, they are real...
valarissa (Lauren Voswinkel)
07:39 PM Misc #12004: Code of Conduct
David Celis wrote:
> Please disable user 10502. That's not Coraline Ada Ehmke, it's somebody else pretending to be h...
CoralineAE (Coraline [fake account and locked])
07:37 PM Misc #12004: Code of Conduct
Paul Hinze wrote:
>I hope the message that shines through is one that reflects the values of the core of the Ruby co...
CoralineAE (Coraline [fake account and locked])
07:36 PM Misc #12004: Code of Conduct
Please disable user 10502. That's not Coraline Ada Ehmke, it's somebody else pretending to be her. Thanks! davidcelis (David Celis)
07:35 PM Misc #12004: Code of Conduct
Lauren Voswinkel wrote:
> This is to say that I am not denying your experiences, they are real and valid. However, y...
rubydino (Ruby Dino)
07:35 PM Misc #12004: Code of Conduct
Lauren Voswinkel wrote:
> Ruby Dino wrote:
>
> > As a minority far oppressed more than Coraline, she needs to jus...
CoralineAE (Coraline [fake account and locked])
07:33 PM Misc #12004: Code of Conduct
Coraline Ada Ehmke wrote:
> Lauren Voswinkel wrote:
> > Disregard #209, as it comes from the fake account created b...
valarissa (Lauren Voswinkel)
07:33 PM Misc #12004: Code of Conduct
Lauren Voswinkel wrote:
> Disregard #209, as it comes from the fake account created by someone impersonating the ori...
rubydino (Ruby Dino)
07:32 PM Misc #12004: Code of Conduct
Ruby Dino wrote:
> As a minority far oppressed more than Coraline, she needs to just drop it.
This is a claim t...
valarissa (Lauren Voswinkel)
07:32 PM Misc #12004: Code of Conduct
I'm adding my voice the growing group of Ruby project creators/maintainers on this thread who support the adoption of... phinze (Paul Hinze)
07:29 PM Misc #12004: Code of Conduct
Lauren Voswinkel wrote:
> Disregard #209, as it comes from the fake account created by someone impersonating the ori...
CoralineAE (Coraline [fake account and locked])
07:27 PM Misc #12004: Code of Conduct
Lauren Voswinkel wrote:
> Does a code of conduct push towards a certain mindset or set of views? Absolutely. It work...
CoralineAE (Coraline [fake account and locked])
07:25 PM Misc #12004: Code of Conduct
Disregard #209, as it comes from the fake account created by someone impersonating the original poster. valarissa (Lauren Voswinkel)
07:25 PM Misc #12004: Code of Conduct
Jonathan Eyler-Werve wrote:
> I strongly support adopting a code of conduct, with enforcement provisions. The fake a...
rubydino (Ruby Dino)
07:22 PM Misc #12004: Code of Conduct
A code of conduct, fundamentally, exists in a community in the same way that a disaster plan exists. It is there, so ... valarissa (Lauren Voswinkel)
07:21 PM Misc #12004: Code of Conduct
Hi guys,
I've done a lot of thinking over the last day and after reading this thread, I understand how a CoC for t...
CoralineAE (Coraline [fake account and locked])
07:18 PM Misc #12004: Code of Conduct
I strongly support adopting a code of conduct, with enforcement provisions. The fake account creation and personal at... eylerwerve (Jonathan Eyler-Werve)
07:16 PM Misc #12004: Code of Conduct
Anonymous wrote:
> I hope this is not what we are to expect in the CoC future: https://archive.is/0x6Wr
>
> PS: P...
rubydino (Ruby Dino)
07:02 PM Misc #12004: Code of Conduct
I hope this is not what we are to expect in the CoC future: https://archive.is/0x6Wr
PS: Please stop deleting acco...
Anonymous
06:36 PM Misc #12004: Code of Conduct
The need for a Code of Conduct is subjective, what we need is keep communities open to new ideas, after all they are ... Anonymous
06:34 PM Misc #12004: Code of Conduct
tech Communities are nothing but a game to me
spent months of time strategically planting ideas into codes of cond...
CoralineAE (Coraline [fake account and locked])
06:26 PM Misc #12004: Code of Conduct
I did not post that. This user is a fraud: https://bugs.ruby-lang.org/users/10502 CoralineAda (Coraline Ada Ehmke)
06:23 PM Misc #12004: Code of Conduct
David Celis wrote:
> Fred, please tone down the sarcasm. It's already been made clear more than once that sort of la...
CoralineAE (Coraline [fake account and locked])
06:19 PM Misc #12004: Code of Conduct
I strongly support the creation of a policy "with teeth". It is not sufficient to list the ways that people should be... cjcsuhta (Corey Csuhta)
04:28 PM Misc #12004: Code of Conduct
Fred, please tone down the sarcasm. It's already been made clear more than once that sort of language doesn't transla... davidcelis (David Celis)
04:11 PM Misc #12004: Code of Conduct
Usaku NAKAMURA wrote:

> Ah, sorry, it is difficult to read the fine nuances of English to me ;-(
> (My mother to...
RedFred (Fred Heath)
04:05 PM Misc #12004: Code of Conduct
Richard Drake wrote:
> At least ten of us on this thread have made it clear we see what happened to Elia Schito in...
aspleenic (PJ Hagerty)
03:55 PM Misc #12004: Code of Conduct
Fred: sorry that I too initially didn't get the irony. Well said. rdrake98 (Richard Drake)
03:54 PM Misc #12004: Code of Conduct
PJ Hagerty:
> I don't see any negatives.
At least ten of us on this thread have made it clear we see what happe...
rdrake98 (Richard Drake)
03:49 PM Misc #12004: Code of Conduct
Fred Heath wrote:
> Thank you and sorry for the misunderstanding. It wasn't an actual question and I wasn't expectin...
usa (Usaku NAKAMURA)
03:46 PM Misc #12004: Code of Conduct
Coraline Ada Ehmke wrote:
> Since what is now proposed lacks a reporting mechanism and enforcement information, I do...
rubydino (Ruby Dino)
03:43 PM Misc #12004: Code of Conduct
For what it's worth, as a conference organizer (not just of Ruby, but other communities as well), I've seen CoCs in a... aspleenic (PJ Hagerty)
03:40 PM Misc #12004: Code of Conduct
Enacting a Code of Conduct probably ranges from being tolerable to necessary; however it pretty clearly not as bad of... rubyhubie (Hubie Fuller)
03:37 PM Misc #12004: Code of Conduct
Since what is now proposed lacks a reporting mechanism and enforcement information, I don't think it's accurate to de... CoralineAda (Coraline Ada Ehmke)
03:35 PM Misc #12004: Code of Conduct
Usaku NAKAMURA wrote:
> Fred Heath wrote:
> > Hold on. Are you telling us that you dealt with disruptive behaviour ...
RedFred (Fred Heath)
03:07 PM Misc #12004: Code of Conduct
Fred Heath wrote:
> Hold on. Are you telling us that you dealt with disruptive behaviour without an offense-defining...
usa (Usaku NAKAMURA)
03:02 PM Misc #12004: Code of Conduct
I just wanted to briefly note that I was once denied attendance at a Ruby-focused event with a Code of Conduct (Madis... betafive (Beta Five)
02:56 PM Misc #12004: Code of Conduct
Usaku NAKAMURA wrote:
> [ANN]
> I locked "Young Hitler" on my own responsibility.
Hold on. Are you telling us th...
RedFred (Fred Heath)
02:49 PM Misc #12004: Code of Conduct
[ANN]
I locked "Young Hitler" on my own responsibility.
usa (Usaku NAKAMURA)
02:44 PM Misc #12004: Code of Conduct
Fred Heath wrote:
> Richard Drake wrote:
> > To the moderators: Young Hitler (#170 and #179) is a obvious troll. We...
rubydino (Ruby Dino)
02:43 PM Misc #12004: Code of Conduct
Fred, we don't need a CoC to call out trolls, just common-sense. That's how Ruby has prospered for 20 years. rdrake98 (Richard Drake)
02:34 PM Misc #12004: Code of Conduct
Richard Drake wrote:
> To the moderators: Young Hitler (#170 and #179) is a obvious troll. We don't need fake (or po...
RedFred (Fred Heath)
02:16 PM Misc #12004: Code of Conduct
To the moderators: Young Hitler (#170 and #179) is an obvious troll. We don't need fake (or possibly real, and evil) ... rdrake98 (Richard Drake)
02:09 PM Misc #12004: Code of Conduct
Pat (#176):
That's a null point on the graph. Of course if you haven't got enough knowledge to take a position on ...
rdrake98 (Richard Drake)
02:06 PM Misc #12004: Code of Conduct
Pat Allan wrote:
> So Coraline has 'political' opinions. Okay. It's clear that you do as well. And I do, and Matz do...
rubydino (Ruby Dino)
02:03 PM Misc #12004: Code of Conduct
Ruby Dino wrote:
> I've posted this link earlier in the thread, read the posts. Read the redacted sections of index....
pat (Pat Allan)
01:42 PM Misc #12004: Code of Conduct
Pat Allan wrote:
> Supporting Coraline's proposed Code of Conduct is not the same as supporting every action Coralin...
rubydino (Ruby Dino)
01:21 PM Misc #12004: Code of Conduct
Richard Drake wrote:
> Agreed. But not one supporter of Ehmke's CoC on this thread has admitted that the treatment o...
pat (Pat Allan)
01:07 PM Misc #12004: Code of Conduct
Ruby Amateur:
> If that isn't a case of over reaction and retribution, then I don't know what is. After this ordea...
rdrake98 (Richard Drake)
12:54 PM Misc #12004: Code of Conduct
I like Jeremy Evans version. And I like the direction Matz is taking this.
---
On points of defining language ...
danielpclark (Daniel P. Clark)
12:41 PM Misc #12004: Code of Conduct
Pat Allan wrote:
> I can't say I'm getting quite the vibe you are regarding a thirst for retribution. My take is m...
lubyamateur (Ruby Amateur)
12:06 PM Misc #12004: Code of Conduct
Yukihiro Matsumoto wrote:
> I like Jeremy's version better if it's acceptable for others.
>
> Matz.
I like thi...
afast (Andreas Fast)
12:00 PM Misc #12004: Code of Conduct
Ted Johansson wrote:
> I am a strong proponent of having **a** code of conduct. It is important to be clear with wha...
pat (Pat Allan)
11:53 AM Misc #12004: Code of Conduct
(this comment is removed) YoungHitler1488 (Young Hitler)
11:52 AM Misc #12004: Code of Conduct
Jeremy Evans wrote:
> Possible advantages over the Contributor Covenant:
>
> 1) Significantly shorter. Ruby value...
usa (Usaku NAKAMURA)
10:33 AM Misc #12004: Code of Conduct
Yukihiro Matsumoto wrote:
> Our community have 20+ years of history. We had a few issues in the past, but all of the...
drenmi (Ted Johansson)
10:17 AM Misc #12004: Code of Conduct
>> Martin Dürst wrote
>> While it has some good language, I totally miss the fun aspect that is core to Ruby.
I ...
RedFred (Fred Heath)
09:54 AM Misc #12004: Code of Conduct
Fred Heath wrote:

> [Code Of Merit](https://github.com/rosarior/Code-of-Merit/blob/master/CODE_OF_MERIT.md)
>...
duerst (Martin Dürst)
09:21 AM Misc #12004: Code of Conduct
Yukihiro Matsumoto wrote:
> Coraline Ada Ehmke wrote:
> > I understand not wanting bureaucracy, but something can a...
duerst (Martin Dürst)
09:12 AM Misc #12004: Code of Conduct
>> Matz said
>> I don't want to live in the community where a member can possibly be casted out forcefully. It's not...
RedFred (Fred Heath)
09:07 AM Misc #12004: Code of Conduct
Coraline Ada Ehmke wrote:
> Yukihiro Matsumoto wrote:
>
> > I understand the importance of declaration of our int...
naruse (Yui NARUSE)
07:57 AM Misc #12004: Code of Conduct
Coraline Ada Ehmke wrote:
> If you don't want a committee then at least this delegate responsibility to someone.
...
gordon_king (Gordon King)
07:49 AM Misc #12004: Code of Conduct
Stay on topic. Thank you everyone. shyouhei (Shyouhei Urabe)
07:46 AM Misc #12004: Code of Conduct
Ruby Dino wrote:
> David Celis wrote:
> >
> > The oft-mentioned ideal of MINASWAN is important to the Ruby commun...
davidcelis (David Celis)
07:45 AM Misc #12004: Code of Conduct
Coraline Ada Ehmke wrote:
> I understand not wanting bureaucracy, but something can and has to be done if a member o...
matz (Yukihiro Matsumoto)
07:36 AM Misc #12004: Code of Conduct
David Celis wrote:
>
> The oft-mentioned ideal of MINASWAN is important to the Ruby community. You're right that s...
rubydino (Ruby Dino)
07:28 AM Misc #12004: Code of Conduct
Ruby Dino wrote:
> David Celis wrote:
> > Engineering and science are progressed by humans. Machines aren't writing...
davidcelis (David Celis)
07:27 AM Misc #12004: Code of Conduct
Yukihiro Matsumoto wrote:
> I understand the importance of declaration of our intention against harassment (theref...
CoralineAda (Coraline Ada Ehmke)
07:20 AM Misc #12004: Code of Conduct
David Celis wrote:
> Engineering and science are progressed by humans. Machines aren't writing our Ruby code; humans...
rubydino (Ruby Dino)
07:19 AM Misc #12004: Code of Conduct
Yukihiro Matsumoto wrote:
> David,
>
> Thank you for the offering. I appreciate your intention to help the commun...
davidcelis (David Celis)
07:10 AM Misc #12004: Code of Conduct
David,
Thank you for the offering. I appreciate your intention to help the community.
I understand the importan...
matz (Yukihiro Matsumoto)
07:09 AM Misc #12004: Code of Conduct
Ruby Dino wrote:
> David Celis wrote:
> > I think that if people can come to understand why their actions were harm...
davidcelis (David Celis)
07:03 AM Misc #12004: Code of Conduct
David Celis wrote:
> I think that if people can come to understand why their actions were harmful and show empathy, ...
rubydino (Ruby Dino)
07:02 AM Misc #12004: Code of Conduct
David Celis wrote:
> Yukihiro Matsumoto wrote:
> > Enforcement requires obligation for both sides. We (or at least ...
brennx0r (Brenna Flood)
06:51 AM Misc #12004: Code of Conduct
Yukihiro Matsumoto wrote:
> Enforcement requires obligation for both sides. We (or at least I) don't want that privi...
davidcelis (David Celis)
06:46 AM Misc #12004: Code of Conduct
Ruby Dino wrote:
> This is why people look up to you, your kindness is beyond extraordinary.
I haven't always bee...
matz (Yukihiro Matsumoto)
06:27 AM Misc #12004: Code of Conduct
Yukihiro Matsumoto wrote:
> Besides that, I don't want to live in the community where a member can possibly be caste...
rubydino (Ruby Dino)
06:25 AM Misc #12004: Code of Conduct
David Celis wrote:
> Artem Khramov wrote:
> > Weren't we nice before?
>
> Some people are nice, some people are ...
rubydino (Ruby Dino)
06:25 AM Misc #12004: Code of Conduct
Enforcement requires obligation for both sides. We (or at least I) don't want that privilege and obligation.
We (or ...
matz (Yukihiro Matsumoto)
06:18 AM Misc #12004: Code of Conduct
Artem Khramov wrote:
> Weren't we nice before?
Some people are nice, some people are not nice. People being nice ...
davidcelis (David Celis)
05:56 AM Misc #12004: Code of Conduct
David Celis wrote:
> Steve Shreeve wrote:
> > I agree wholeheartedly with Matz. There is no need for this CoC. Thes...
sawa (Tsuyoshi Sawada)
05:55 AM Misc #12004: Code of Conduct
Weren't we nice before? akhramov (Artem Khramov)
05:51 AM Misc #12004: Code of Conduct
Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailm...
austin (Austin Ziegler)
05:49 AM Misc #12004: Code of Conduct
Yukihiro Matsumoto wrote:
> David Celis wrote:
> > This is an unfortunate conundrum, then. A code of conduct should...
davidcelis (David Celis)
05:40 AM Misc #12004: Code of Conduct
I agree wholeheartedly with Matz. There is no need for this CoC. These efforts to prevent "micro-agressions", etc. ar... shreeve (Steve Shreeve)
05:21 AM Misc #12004: Code of Conduct
David Celis wrote:
> This is an unfortunate conundrum, then. A code of conduct should be treated similarly to a law....
matz (Yukihiro Matsumoto)
05:18 AM Misc #12004: Code of Conduct
Strand McCutchen wrote:
> If Ruby can't adopt a code of conduct which specifies clearly how maintainers will enforce...
sawa (Tsuyoshi Sawada)
05:16 AM Misc #12004: Code of Conduct
> I'm okay with whatever gets approved by Matz.
Agreed, almost by definition :)
> I like Jeremy's version bette...
rdrake98 (Richard Drake)
05:14 AM Misc #12004: Code of Conduct
Yukihiro Matsumoto wrote:
> Strand,
>
> I understand your worry for the lack of enforcement. But it's not a law. ...
davidcelis (David Celis)
05:11 AM Misc #12004: Code of Conduct
Strand,
I understand your worry for the lack of enforcement. But it's not a law. I consider it's our declaration o...
matz (Yukihiro Matsumoto)
05:04 AM Misc #12004: Code of Conduct
Ruby Dino wrote:
> Austin Ziegler wrote:
> > I’m not sure that you do.
> >
> > What I do know is that you’re ex...
davidcelis (David Celis)
04:48 AM Misc #12004: Code of Conduct
Strand McCutchen wrote:
> Please do not adopt the the [proposed code of conduct adapted by Jeremy](https://bugs.ruby...
rubydino (Ruby Dino)
04:47 AM Misc #12004: Code of Conduct
Austin Ziegler wrote:
> I’m not sure that you do.
>
> What I do know is that you’re expounding “Respectability P...
rubydino (Ruby Dino)
04:45 AM Misc #12004: Code of Conduct
Please do not adopt the the [proposed code of conduct adapted by Jeremy](https://bugs.ruby-lang.org/issues/12004#note... strand (Strand McCutchen)
04:40 AM Misc #12004: Code of Conduct
merch-redmine@jeremyevans.net wrote:
> Eric Wong wrote:
> > Actually, you left out what I considered the most imp...
normalperson (Eric Wong)
04:31 AM Misc #12004: Code of Conduct
naruse@airemix.jp wrote:
> Eric Wong wrote:
> > naruse@airemix.jp wrote:
> > > How we handle ML archives are dif...
normalperson (Eric Wong)
04:25 AM Misc #12004: Code of Conduct
I like Jeremy's version better if it's acceptable for others.
Matz.
matz (Yukihiro Matsumoto)
04:21 AM Misc #12004: Code of Conduct
Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailm...
austin (Austin Ziegler)
04:11 AM Misc #12004: Code of Conduct
Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailm...
austin (Austin Ziegler)
03:45 AM Misc #12004: Code of Conduct
Eric Wong wrote:
> Actually, you left out what I considered the most important point:
>
> * We are tolerant o...
jeremyevans0 (Jeremy Evans)
03:41 AM Misc #12004: Code of Conduct
Eric Wong wrote:
> naruse@airemix.jp wrote:
> > Shugo Maeda wrote:
> > > Yukihiro Matsumoto wrote:
> > > > The...
naruse (Yui NARUSE)
03:39 AM Misc #12004: Code of Conduct
This is how projects die.
Absolutely sickening.
Beta male white knights falling over themselves for a nutcase S...
HillaryS (Hillary S)
03:21 AM Misc #12004: Code of Conduct
The "Code of Ethics and Professional Conduct" of W3C is another text to consider as a base for ours: https://www.w3.o... duerst (Martin Dürst)
03:18 AM Misc #12004: Code of Conduct
Some other options to consider here as a starting point:
http://geekfeminism.wikia.com/wiki/Code_of_conduct_evalua...
avit (Andrew Vit)
03:13 AM Misc #12004: Code of Conduct
Yui NARUSE wrote:
> I find the English translation of the law: http://www.japaneselawtranslation.go.jp/law/detail/?i...
duerst (Martin Dürst)
03:11 AM Misc #12004: Code of Conduct
naruse@airemix.jp wrote:
> Shugo Maeda wrote:
> > Yukihiro Matsumoto wrote:
> > > The project maintainers here me...
normalperson (Eric Wong)
03:02 AM Misc #12004: Code of Conduct
merch-redmine@jeremyevans.net wrote:
> The current draft Code of Conduct that PostgreSQL is considering can
> be f...
normalperson (Eric Wong)
02:55 AM Misc #12004: Code of Conduct
Shugo Maeda wrote:
> Yukihiro Matsumoto wrote:
> > The project maintainers here mean a subset of contributors who h...
naruse (Yui NARUSE)
02:44 AM Misc #12004: Code of Conduct
Andrew Vit wrote:
>
> Why would this be needed?
It's not. Coraline is just trying to shoehorn in her own philos...
rubydino (Ruby Dino)
02:44 AM Misc #12004: Code of Conduct
Martin Dürst wrote:
>
> Just some ideas. I'm okay with whatever gets approved by Matz.
+1 to everything Martin ...
phluid61 (Matthew Kerwin)
02:41 AM Misc #12004: Code of Conduct
Yukihiro Matsumoto wrote:
> The project maintainers here mean a subset of contributors who have privilege to modify ...
shugo (Shugo Maeda)
02:40 AM Misc #12004: Code of Conduct
Yukihiro Matsumoto wrote:
> My acceptable modified version of the CoC is like the following
I very much support...
duerst (Martin Dürst)
02:40 AM Misc #12004: Code of Conduct
Matz:
The code of conduct which you provided, let's call it **The Ruby Code of Conduct**, is an excellent place to...
strand (Strand McCutchen)
02:37 AM Misc #12004: Code of Conduct
[Administration note] @tenderlove
Could you lock the account instead of removing the account?
It makes easy to reco...
naruse (Yui NARUSE)
02:34 AM Misc #12004: Code of Conduct
Jeremy Evans wrote:
> 2) Doesn't enumerate protected characteristics,
> 3) Doesn't enumerate unacceptable behavior,...
avit (Andrew Vit)
02:29 AM Misc #12004: Code of Conduct
Jeremy Evans wrote:
> The current draft Code of Conduct that PostgreSQL is considering can
> be found at http://www...
naruse (Yui NARUSE)
02:27 AM Misc #12004: Code of Conduct
While maintaining objection to any CoC at all -...
Yukihiro Matsumoto wrote:
> ... Maintainers are obligated to ...
gordon_king (Gordon King)
02:25 AM Misc #12004: Code of Conduct
Coraline Ada Ehmke wrote:
> > > My acceptable modified version of the CoC is like the following
>
> I think that'...
davidcelis (David Celis)
02:20 AM Misc #12004: Code of Conduct
I find the English translation of the law: http://www.japaneselawtranslation.go.jp/law/detail/?id=2088&vm=04&re=01
I...
naruse (Yui NARUSE)
02:18 AM Misc #12004: Code of Conduct
The current draft Code of Conduct that PostgreSQL is considering can
be found at http://www.postgresql.org/message-i...
jeremyevans0 (Jeremy Evans)
02:18 AM Misc #12004: Code of Conduct
The project maintainers here mean a subset of contributors who have privilege to modify the web sites, wiki, list arc... matz (Yukihiro Matsumoto)
02:11 AM Misc #12004: Code of Conduct
Yukihiro Matsumoto wrote at https://bugs.ruby-lang.org/issues/12004#note-95:
> My acceptable modified version of the...
usa (Usaku NAKAMURA)
02:02 AM Misc #12004: Code of Conduct
By Japanese law, Matz (and administrators of sub systems) already has responsibility to remove comments which entrenc... naruse (Yui NARUSE)
01:49 AM Misc #12004: Code of Conduct
To: Caroline and others who support CoC
Please let us learn. Most ruby committers are inexparts in this area. Wh...
shyouhei (Shyouhei Urabe)
01:40 AM Misc #12004: Code of Conduct
Coraline Ada Ehmke wrote:
>
> a conversation about enforcement should follow.
What's wrong with "a response tha...
avit (Andrew Vit)
01:39 AM Misc #12004: Code of Conduct
> > My acceptable modified version of the CoC is like the following
I think that's acceptable. Now that that is es...
CoralineAda (Coraline Ada Ehmke)
01:31 AM Misc #12004: Code of Conduct
Yukihiro Matsumoto wrote:
>
> My acceptable modified version of the CoC is like the following
>
> > Contributor...
phluid61 (Matthew Kerwin)
01:20 AM Misc #12004: Code of Conduct
I support having a Code of Conduct. I will defer to others to decide which one. headius (Charles Nutter)
01:12 AM Misc #12004: Code of Conduct
Strand,
First, PostgreSQL CoC is here http://www.spinics.net/lists/pgsql/msg165105.html
I am not against having...
matz (Yukihiro Matsumoto)
12:33 AM Misc #12004: Code of Conduct
Just to throw another voice in the ring, we've adopted a Contributor Covenant based Code of Conduct on Rails. I've al... seantheprogrammer (Sean Griffin)
12:31 AM Misc #12004: Code of Conduct
+1, formalizing "MINASWAN" into actionable, specific guidelines is necessary in order to effectively manage volunteer... willbradley (Will Bradley)
12:25 AM Misc #12004: Code of Conduct
I support the adoption of this code of conduct. It seems reasonable and well-written.
To those concerned about pre...
melquiades (Paul Cantrell)
12:17 AM Misc #12004: Code of Conduct
Matz,
Can you link to the Postgres Code of Conduct? A quick search brought up a code of conduct for their confere...
strand (Strand McCutchen)
11:17 PM Bug #12014 (Closed): Visual Studio 2015 build error __imp___pioinfo
#11118 still applies for ruby_2_2 on git. This is ruby_2_3 and trunk, revision ed2e608.
I've been following the su...
nbush (Nathan Bush)
03:49 PM Revision 53626 (trunk): * win32/configure.bat: set svn:eol-style to CRLF.
shugo (Shugo Maeda)
03:49 PM Revision 53626 (ruby_2_4): * win32/configure.bat: set svn:eol-style to CRLF.
shugo (Shugo Maeda)
03:49 PM Revision 53626 (ruby_2_5): * win32/configure.bat: set svn:eol-style to CRLF.
shugo (Shugo Maeda)
03:49 PM Revision d735054a (ruby-git): * win32/configure.bat: set svn:eol-style to CRLF.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53626 b2dd03c8-39d4-4d8f-98ff-823fe69b080e shugo (Shugo Maeda)
03:13 PM Revision 53625 (trunk): * 2016-01-23
svn
03:13 PM Revision 53625 (ruby_2_4): * 2016-01-23
svn
03:13 PM Revision 53625 (ruby_2_5): * 2016-01-23
svn
03:13 PM Revision 53624 (trunk): * remove trailing spaces.
svn
03:13 PM Revision 53624 (ruby_2_4): * remove trailing spaces.
svn
03:13 PM Revision 53624 (ruby_2_5): * remove trailing spaces.
svn
03:13 PM Revision 7ceffa02 (ruby-git): * remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53624 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn
03:13 PM Revision 7ecd001e (ruby-git): * 2016-01-23
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53625 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn
03:13 PM Revision 53623 (trunk): configure.bat: fix strange goto
* win32/configure.bat: get rid of wrong goto destination by
putting something before LF.
nobu (Nobuyoshi Nakada)
03:13 PM Revision 53623 (ruby_2_4): configure.bat: fix strange goto
* win32/configure.bat: get rid of wrong goto destination by
putting something before LF.
nobu (Nobuyoshi Nakada)
03:13 PM Revision 53623 (ruby_2_5): configure.bat: fix strange goto
* win32/configure.bat: get rid of wrong goto destination by
putting something before LF.
nobu (Nobuyoshi Nakada)
03:13 PM Revision cf8e95cc (ruby-git): configure.bat: fix strange goto
* win32/configure.bat: get rid of wrong goto destination by
putting something before LF.
git-svn-id: svn+ssh://ci....
nobu (Nobuyoshi Nakada)
02:40 PM Revision 53622 (trunk): * properties.
svn
02:40 PM Revision 53622 (ruby_2_4): * properties.
svn
02:40 PM Revision 53622 (ruby_2_5): * properties.
svn
02:40 PM Revision bd493068 (ruby-git): * properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53622 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn
02:40 PM Revision 53621 (trunk): configure.bat: set eol-style
* win32/configure.bat: should be CRLF eol-style. nobu (Nobuyoshi Nakada)
02:40 PM Revision 53621 (ruby_2_4): configure.bat: set eol-style
* win32/configure.bat: should be CRLF eol-style. nobu (Nobuyoshi Nakada)
02:40 PM Revision 53621 (ruby_2_5): configure.bat: set eol-style
* win32/configure.bat: should be CRLF eol-style. nobu (Nobuyoshi Nakada)
02:40 PM Revision 1d9cb219 (ruby-git): configure.bat: set eol-style
* win32/configure.bat: should be CRLF eol-style.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53621 b2dd03c8-39...
nobu (Nobuyoshi Nakada)
02:28 PM Revision 53620 (trunk): * properties.
svn
02:28 PM Revision 53620 (ruby_2_4): * properties.
svn
02:28 PM Revision 53620 (ruby_2_5): * properties.
svn
02:28 PM Revision ba7f85f8 (ruby-git): * properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53620 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn
02:28 PM Revision 53619 (trunk): configure.bat: --with-libdir
* win32/configure.bat: add --with-libdir option for basename of
libdir. on Windows it must be placed under exec_pr...
nobu (Nobuyoshi Nakada)
02:28 PM Revision 53619 (ruby_2_4): configure.bat: --with-libdir
* win32/configure.bat: add --with-libdir option for basename of
libdir. on Windows it must be placed under exec_pr...
nobu (Nobuyoshi Nakada)
02:28 PM Revision 53619 (ruby_2_5): configure.bat: --with-libdir
* win32/configure.bat: add --with-libdir option for basename of
libdir. on Windows it must be placed under exec_pr...
nobu (Nobuyoshi Nakada)
02:28 PM Revision 98eae5d7 (ruby-git): configure.bat: --with-libdir
* win32/configure.bat: add --with-libdir option for basename of
libdir. on Windows it must be placed under exec_pr...
nobu (Nobuyoshi Nakada)
12:30 PM Revision 53618 (trunk): common.mk: source dependency for nmake
* common.mk (ext/rbconfig/sizeof/sizes.c): separate the dependency
with VPATH and the command, get rid of weird VPA...
nobu (Nobuyoshi Nakada)
12:30 PM Revision 53618 (ruby_2_4): common.mk: source dependency for nmake
* common.mk (ext/rbconfig/sizeof/sizes.c): separate the dependency
with VPATH and the command, get rid of weird VPA...
nobu (Nobuyoshi Nakada)
12:30 PM Revision 53618 (ruby_2_5): common.mk: source dependency for nmake
* common.mk (ext/rbconfig/sizeof/sizes.c): separate the dependency
with VPATH and the command, get rid of weird VPA...
nobu (Nobuyoshi Nakada)
12:30 PM Revision 655b18e9 (ruby-git): common.mk: source dependency for nmake
* common.mk (ext/rbconfig/sizeof/sizes.c): separate the dependency
with VPATH and the command, get rid of weird VPA...
nobu (Nobuyoshi Nakada)
11:22 AM Revision 53617 (trunk): common.mk: probes.dmyh for nmake
* common.mk (probes.dmyh): separate the dependency and the
command, get rid of weird VPATH behavior of nmake.
nobu (Nobuyoshi Nakada)
11:22 AM Revision 53617 (ruby_2_4): common.mk: probes.dmyh for nmake
* common.mk (probes.dmyh): separate the dependency and the
command, get rid of weird VPATH behavior of nmake.
nobu (Nobuyoshi Nakada)
11:22 AM Revision 53617 (ruby_2_5): common.mk: probes.dmyh for nmake
* common.mk (probes.dmyh): separate the dependency and the
command, get rid of weird VPATH behavior of nmake.
nobu (Nobuyoshi Nakada)
11:22 AM Revision 184c7e66 (ruby-git): common.mk: probes.dmyh for nmake
* common.mk (probes.dmyh): separate the dependency and the
command, get rid of weird VPATH behavior of nmake.
git-...
nobu (Nobuyoshi Nakada)
09:57 AM Misc #12013: io/wait: allow to wait on readable and writable
If the option would be for more verbosity, I'd opt for :readable and :writable, but tell me what you think that it's ... chucke (Tiago Cardoso)
05:44 AM Misc #12013 (Feedback): io/wait: allow to wait on readable and writable
What about:
~~~ruby
mysock.wait(30, to: [:read, :write])
~~~
or
~~~ruby
mysock.wait(30, to: :readwrite)
...
nobu (Nobuyoshi Nakada)
08:37 AM Revision 53616 (trunk): vm_core.h: use RUBY_ASSERT
* vm_core.h (VM_ASSERT): use RUBY_ASSERT instead of rb_bug. nobu (Nobuyoshi Nakada)
08:37 AM Revision 53616 (ruby_2_4): vm_core.h: use RUBY_ASSERT
* vm_core.h (VM_ASSERT): use RUBY_ASSERT instead of rb_bug. nobu (Nobuyoshi Nakada)
08:37 AM Revision 53616 (ruby_2_5): vm_core.h: use RUBY_ASSERT
* vm_core.h (VM_ASSERT): use RUBY_ASSERT instead of rb_bug. nobu (Nobuyoshi Nakada)
08:37 AM Revision 4a010210 (ruby-git): vm_core.h: use RUBY_ASSERT
* vm_core.h (VM_ASSERT): use RUBY_ASSERT instead of rb_bug.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53616 ...
nobu (Nobuyoshi Nakada)
08:33 AM Revision 53615 (trunk): RUBY_ASSERT
* error.c (rb_assert_failure): assertion with stack dump.
* ruby_assert.h (RUBY_ASSERT): new header for the assertion.
nobu (Nobuyoshi Nakada)
08:33 AM Revision 53615 (ruby_2_4): RUBY_ASSERT
* error.c (rb_assert_failure): assertion with stack dump.
* ruby_assert.h (RUBY_ASSERT): new header for the assertion.
nobu (Nobuyoshi Nakada)
08:33 AM Revision 53615 (ruby_2_5): RUBY_ASSERT
* error.c (rb_assert_failure): assertion with stack dump.
* ruby_assert.h (RUBY_ASSERT): new header for the assertion.
nobu (Nobuyoshi Nakada)
08:33 AM Revision 439224a5 (ruby-git): RUBY_ASSERT
* error.c (rb_assert_failure): assertion with stack dump.
* ruby_assert.h (RUBY_ASSERT): new header for the assertion...
nobu (Nobuyoshi Nakada)
07:02 AM Revision 53614 (trunk): Add badges
naruse (Yui NARUSE)
07:02 AM Revision 53614 (ruby_2_4): Add badges
naruse (Yui NARUSE)
07:02 AM Revision 53614 (ruby_2_5): Add badges
naruse (Yui NARUSE)
07:02 AM Revision e5850a80 (ruby-git): Add badges
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53614 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
06:26 AM Revision 53613 (trunk): remove to allow trunk
naruse (Yui NARUSE)
06:26 AM Revision 53613 (ruby_2_4): remove to allow trunk
naruse (Yui NARUSE)
06:26 AM Revision 53613 (ruby_2_5): remove to allow trunk
naruse (Yui NARUSE)
06:26 AM Revision 8a85d618 (ruby-git): remove to allow trunk
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53613 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
06:09 AM Revision 53612 (trunk): Add appveyor.yml
naruse (Yui NARUSE)
06:09 AM Revision 53612 (ruby_2_4): Add appveyor.yml
naruse (Yui NARUSE)
06:09 AM Revision 53612 (ruby_2_5): Add appveyor.yml
naruse (Yui NARUSE)
06:09 AM Revision c072fc56 (ruby-git): Add appveyor.yml
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53612 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
04:47 AM Feature #11949: Allow @/$ prefix in Regexp's named captures
I committed to allow all characters (though previous phase rejects characters conflicting look behind (<! and <=)).
...
naruse (Yui NARUSE)
03:38 AM Feature #12010: Exclude dot and dotdot from Dir#each
Seems like a good place for an option in these methods, but default it to include to make migration easier. kddeisz (Kevin Deisz)
01:41 AM Feature #12012: Add Boolean method
Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailm...
phluid61 (Matthew Kerwin)
12:58 AM Feature #12012: Add Boolean method
(Sorry, I replied by email but the message doesn't show on the bugs.ruby-lang.org tracker)
Andrey Koleshko wrote:
...
phluid61 (Matthew Kerwin)

01/21/2016

11:25 PM Misc #12004: Code of Conduct
I see that deletion of evidence is the first course of action. What would be the second? Anonymous
11:22 PM Misc #12004: Code of Conduct
As a Ruby programmer for over a decade, and as the author of several gems, I strongly support the adoption of a Code ... jcroisant (John Croisant)
11:19 PM Misc #12004: Code of Conduct
Coraline Ada Ehmke wrote:
> Eva Lopez wrote:
> > A person proposing a code of conduct routine violates such code of...
Anonymous
11:02 PM Misc #12004: Code of Conduct
Eva Lopez wrote:
> A person proposing a code of conduct routine violates such code of conduct, yes, it is very impor...
CoralineAda (Coraline Ada Ehmke)
10:56 PM Misc #12004: Code of Conduct
A person proposing a code of conduct routine violates such code of conduct, yes, it is very important.
- Is this a...
Anonymous
10:49 PM Misc #12004: Code of Conduct
Can we please stop with the incitement and personal attacks? This issue is important. CoralineAda (Coraline Ada Ehmke)
10:47 PM Misc #12004: Code of Conduct
False? https://archive.is/q25KG Anonymous
10:45 PM Misc #12004: Code of Conduct
Matz, can we please get some moderation here. Two parties are being toxic, one posting false information to inflame t... krainboltgreene (Kurtis Rainbolt-Greene)
10:44 PM Misc #12004: Code of Conduct
Apparently this is not the first time Kurtis has harrassed Roberto. Kurtis was part of the people trying to remove Ro... Anonymous
10:44 PM Misc #12004: Code of Conduct
Ken Gerrard wrote:
> Perhaps you could step back for a while and stop dominating the thread, Ruby Dino?
:3 Perhap...
rubydino (Ruby Dino)
10:42 PM Misc #12004: Code of Conduct
Eva Lopez wrote:
> It's a ticket in the other code of conduct proposed, the code of merit.
That's clearly not my ...
krainboltgreene (Kurtis Rainbolt-Greene)
10:40 PM Misc #12004: Code of Conduct
Perhaps you could step back for a while and stop dominating the thread, Ruby Dino? kgerrard (Ken Gerrard)
10:37 PM Misc #12004: Code of Conduct
Eva Lopez wrote:
> It's a ticket in the other code of conduct proposed, the code of merit.
That's quite fucked up...
rubydino (Ruby Dino)
10:33 PM Misc #12004: Code of Conduct
It's a ticket in the other code of conduct proposed, the code of merit. Anonymous
10:31 PM Misc #12004: Code of Conduct
Eva Lopez wrote:
> Just a heads up, one of the proposers of this issue is engaging in toxic behaviour.
~~Who is t...
rubydino (Ruby Dino)
10:27 PM Misc #12004: Code of Conduct
Just a heads up, one of the proposers of this issue is engaging in toxic behaviour. Anonymous
10:17 PM Misc #12004: Code of Conduct
I unequivocally support this initiative. I have always known the Ruby community as a positive, diverse, and welcoming... plexus (Arne Brasseur)
09:38 PM Misc #12004: Code of Conduct
Betsy Haibel wrote:
> Ruby Dino wrote:
> > If people aren't willing to speak up, then the problem is their own.
> ...
rubydino (Ruby Dino)
09:31 PM Misc #12004: Code of Conduct
Ruby Dino wrote:
> If people aren't willing to speak up, then the problem is their own.
I find it difficult to in...
betsythemuffin (Betsy Haibel)
09:29 PM Misc #12004: Code of Conduct
Cora Hays-Magan wrote:
> I support having a CoC for Ruby. The Ruby community will be a safer and more welcoming p...
aaronk (Aaron Klaassen)
09:17 PM Misc #12004: Code of Conduct
I support having a CoC for Ruby. The Ruby community will be a safer and more welcoming place for *all* developers.... CorainChicago (Cora Hays-Magan)
08:45 PM Misc #12004: Code of Conduct
Julian Cheal wrote:
> When someone has been harassed, their response was not to file a bug on bugs.ruby-lang or post...
rubydino (Ruby Dino)
08:41 PM Misc #12004: Code of Conduct
Fred Heath wrote:
> > Andrew Vit wrote:
>
> >
> > > 1. Is there any evidence to suggest that we (or any other s...
juliancheal (Julian Cheal)
08:18 PM Misc #12004: Code of Conduct
Coraline Ada Ehmke wrote:
> My being transgender is completely irrelevant to the issue at hand and I can only constr...
rubydino (Ruby Dino)
08:01 PM Misc #12004: Code of Conduct
My being transgender is completely irrelevant to the issue at hand and I can only construe your comments at best as t... CoralineAda (Coraline Ada Ehmke)
06:36 PM Misc #12004: Code of Conduct
David Celis wrote:
> Ruby Dino wrote:
> > David Celis wrote:
> > > Nate Tuganov wrote:
> > > > If Ruby community ...
rubydino (Ruby Dino)
06:24 PM Misc #12004: Code of Conduct
Ruby Dino wrote:
> David Celis wrote:
> > Nate Tuganov wrote:
> > > If Ruby community ever need it, we should writ...
davidcelis (David Celis)
05:51 PM Misc #12004: Code of Conduct
Carlos Jennings wrote:
> I worry about how evenly a CoC will be applied when "famous" Rubyists like Steve Klabnik ha...
rubydino (Ruby Dino)
05:45 PM Misc #12004: Code of Conduct
I worry about how evenly a CoC will be applied when "famous" Rubyists like Steve Klabnik has made a marginalised pers... carlosjennings (Carlos Jennings)
04:45 PM Misc #12004: Code of Conduct
David Celis wrote:
> Nate Tuganov wrote:
> > If Ruby community ever need it, we should write our own.
>
> I agre...
rubydino (Ruby Dino)
04:41 PM Misc #12004: Code of Conduct
David Celis wrote:
> Nate Tuganov wrote:
> > If Ruby community ever need it, we should write our own.
>
> I agre...
rubydino (Ruby Dino)
04:18 PM Misc #12004: Code of Conduct
Nate Tuganov wrote:
> If Ruby community ever need it, we should write our own.
I agree with the opinions of many ...
davidcelis (David Celis)
04:04 PM Misc #12004: Code of Conduct
I'm in favor of the contributor covenant, a version of it was adopted by Rails. So far it has not produced any of the... schneems (Richard Schneeman)
03:54 PM Misc #12004: Code of Conduct
I'm really against her CoC. I've seen on Twitter how she tried to extort various open source projects, threatened the... nateless (Nate Tuganov)
03:12 PM Misc #12004: Code of Conduct
Vit Ondruch wrote:
> I believe Ruby has code of conduct for ages:
>
> https://en.wikipedia.org/wiki/MINASWAN
...
maciej.mensfeld (Maciej Mensfeld)
02:43 PM Misc #12004: Code of Conduct
Daniel Schweighöfer wrote:
> It's a real good thing to have an CoC because it protects people and enriches the commu...
ph (ph ph)
01:26 PM Misc #12004: Code of Conduct
I am not in favor of the adoption of a CoC.
If this solved a real problem, I would consider it as would any reason...
cremes (Chuck Remes)
12:34 PM Misc #12004: Code of Conduct
Austin Ziegler wrote:
> Yes. The very use of “SJWs” (as an insult) by some people on this thread
> makes it very ...
rubydino (Ruby Dino)
10:55 AM Misc #12004: Code of Conduct
It's a real good thing to have an CoC because it protects people and enriches the community. And there are only peopl... acid (Daniel Schweighöfer)
08:21 AM Misc #12004: Code of Conduct
It is useless to argue on the factual grounds of this "code of conduct".
The purported niceness is the selling bit,...
ph (ph ph)
08:06 AM Misc #12004: Code of Conduct
Austin:
> But we should make an effort to make Ruby actively welcoming to the people who have traditionally been m...
rdrake98 (Richard Drake)
05:31 AM Misc #12004: Code of Conduct
Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailm...
austin (Austin Ziegler)
03:32 AM Misc #12004: Code of Conduct
Pat Allan wrote:
> The New Zealand Ruby community have a code of conduct and an active public Slack channel. Recen...
gordon_king (Gordon King)
02:39 AM Misc #12004: Code of Conduct
I see few people who don't understand what a code of conduct does and don't like the idea they've conjured up.
A c...
krainboltgreene (Kurtis Rainbolt-Greene)
04:53 PM Misc #12013 (Closed): io/wait: allow to wait on readable and writable
If I have a socket and I want to wait for both read and write events, IO.select is my only co-pilot:
~~~ruby
IO.s...
chucke (Tiago Cardoso)
04:27 PM Feature #12012 (Rejected): Add Boolean method
Please see discussion for #11848. marcandre (Marc-Andre Lafortune)
02:29 PM Feature #12012 (Feedback): Add Boolean method
For what purpose? nobu (Nobuyoshi Nakada)
10:37 AM Feature #12012 (Rejected): Add Boolean method
In Ruby we have methods with a capital letter which are used for implicit type casting. For example: `Array`, `String... ka8725 (Andrey Koleshko)
04:09 PM Revision 53611 (trunk): * 2016-01-22
svn
04:09 PM Revision 53611 (ruby_2_4): * 2016-01-22
svn
04:09 PM Revision 53611 (ruby_2_5): * 2016-01-22
svn
04:09 PM Revision fc6eb693 (ruby-git): * 2016-01-22
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53611 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn
04:09 PM Revision 53610 (trunk): * regparse.c (fetch_name_with_level): allow non word characters
at the first character. [Feature #11949]
* regparse.c (fetch_name): ditto.
naruse (Yui NARUSE)
04:09 PM Revision 53610 (ruby_2_4): * regparse.c (fetch_name_with_level): allow non word characters
at the first character. [Feature #11949]
* regparse.c (fetch_name): ditto.
naruse (Yui NARUSE)
04:09 PM Revision 53610 (ruby_2_5): * regparse.c (fetch_name_with_level): allow non word characters
at the first character. [Feature #11949]
* regparse.c (fetch_name): ditto.
naruse (Yui NARUSE)
04:09 PM Revision 782fd488 (ruby-git): * regparse.c (fetch_name_with_level): allow non word characters
at the first character. [Feature #11949]
* regparse.c (fetch_name): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/...
naruse (Yui NARUSE)
04:08 PM Feature #11949 (Closed): Allow @/$ prefix in Regexp's named captures
Applied in changeset r53610.
----------
* regparse.c (fetch_name_with_level): allow non word characters
at the fir...
naruse (Yui NARUSE)
02:27 PM Feature #3356: Add GetShortPathName to ruby
You can get the stored name by `File.realpath`, and tell if two files are same by `File.identical?`. nobu (Nobuyoshi Nakada)
10:17 AM Feature #3356: Add GetShortPathName to ruby
Usaku NAKAMURA wrote:
> Since I do not have a usecase of the method, I cannot judge whether
> the method is nec...
sschuberth (Sebastian Schuberth)
01:24 PM Bug #11120: Unexpected behavior when mixing Module#prepend with method aliasing
Actually I really think that solution 1 is the good one. Here is another code sample:
~~~
module A
def run
...
PSchambacher (Pierre Schambacher)
01:18 PM Bug #11120: Unexpected behavior when mixing Module#prepend with method aliasing
Adding my 2 cents here. I think that there's a big problem at the moment with Ruby, Module.prepend and alias_method_c... PSchambacher (Pierre Schambacher)
12:42 PM Feature #12006: return IO object from IO#print, IO#puts, IO#close_read, IO#close_write,...
Here is another example: Simplfy
$stdout.puts "some message"
$stdout.flush
to:
$stdout.puts("so...
duerst (Martin Dürst)
09:03 AM Bug #12011 (Closed): honor Marshal.load post proc value for TYPE_LINK
naruse (Yui NARUSE)
08:36 AM Revision 53609 (trunk): * marshal.c (r_object0): honor Marshal.load post proc
value for TYPE_LINK. by Hiroshi Nakamura <nahi@ruby-lang.org>
https://github.com/ruby/ruby/pull/1204 fix GH-1204
naruse (Yui NARUSE)
08:36 AM Revision 53609 (ruby_2_4): * marshal.c (r_object0): honor Marshal.load post proc
value for TYPE_LINK. by Hiroshi Nakamura <nahi@ruby-lang.org>
https://github.com/ruby/ruby/pull/1204 fix GH-1204
naruse (Yui NARUSE)
08:36 AM Revision 53609 (ruby_2_5): * marshal.c (r_object0): honor Marshal.load post proc
value for TYPE_LINK. by Hiroshi Nakamura <nahi@ruby-lang.org>
https://github.com/ruby/ruby/pull/1204 fix GH-1204
naruse (Yui NARUSE)
08:36 AM Revision 826f2ee3 (ruby-git): * marshal.c (r_object0): honor Marshal.load post proc
value for TYPE_LINK. by Hiroshi Nakamura <nahi@ruby-lang.org>
https://github.com/ruby/ruby/pull/1204 fix GH-1204
...
naruse (Yui NARUSE)
07:58 AM Feature #12010: Exclude dot and dotdot from Dir#each
Eric Wong wrote:
> "Martin J. Dürst" <duerst@it.aoyama.ac.jp> wrote:
> > On 2016/01/20 11:43, Eric Wong wrote:
> ...
naruse (Yui NARUSE)
07:47 AM Feature #12010: Exclude dot and dotdot from Dir#each
Akira Tanaka wrote:
> I searched Dir.entries on gems.
>
> It seems there are size/length invocations on the resul...
naruse (Yui NARUSE)
05:02 AM Feature #12010: Exclude dot and dotdot from Dir#each
"Martin J. Dürst" <duerst@it.aoyama.ac.jp> wrote:
> On 2016/01/20 11:43, Eric Wong wrote:
> >naruse@airemix.jp wro...
normalperson (Eric Wong)
04:25 AM Feature #12010: Exclude dot and dotdot from Dir#each
I searched Dir.entries on gems.
It seems there are size/length invocations on the result of Dir.entries.
Note t...
akr (Akira Tanaka)
03:50 AM Feature #12010: Exclude dot and dotdot from Dir#each
Hello Eric,

On 2016/01/20 11:43, Eric Wong wrote:
> naruse@airemix.jp wrote:
>> Dir#each and Dir#read) (includi...
duerst (Martin Dürst)
02:28 AM Feature #12010: Exclude dot and dotdot from Dir#each
Nobuyoshi Nakada wrote:
> Yui NARUSE wrote:
> > What is the platform?
>
> Win32 was in my mind, but `opendir_int...
naruse (Yui NARUSE)
02:10 AM Feature #12010: Exclude dot and dotdot from Dir#each
Yui NARUSE wrote:
> What is the platform?
Win32 was in my mind, but `opendir_internal()` terminates it.
So it "s...
nobu (Nobuyoshi Nakada)
07:41 AM Revision 53608 (ruby_2_3): merge revision(s) 53607:
* Makefile.in (update-rubyspec): fix r53208 like r53451. naruse (Yui NARUSE)
07:41 AM Revision ed2e608d (ruby-git): merge revision(s) 53607:
* Makefile.in (update-rubyspec): fix r53208 like r53451.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_...
naruse (Yui NARUSE)
07:40 AM Revision 53607 (trunk): * Makefile.in (update-rubyspec): fix r53208 like r53451.
naruse (Yui NARUSE)
07:40 AM Revision 53607 (ruby_2_4): * Makefile.in (update-rubyspec): fix r53208 like r53451.
naruse (Yui NARUSE)
07:40 AM Revision 53607 (ruby_2_5): * Makefile.in (update-rubyspec): fix r53208 like r53451.
naruse (Yui NARUSE)
07:40 AM Revision 89ee8a55 (ruby-git): * Makefile.in (update-rubyspec): fix r53208 like r53451.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53607 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
06:58 AM Revision 53606 (trunk): common.mk: update-config_files is back
* common.mk (update-config_files): move back from Makefile.in,
needs to be here for .travis.yml.
nobu (Nobuyoshi Nakada)
06:58 AM Revision 53606 (ruby_2_4): common.mk: update-config_files is back
* common.mk (update-config_files): move back from Makefile.in,
needs to be here for .travis.yml.
nobu (Nobuyoshi Nakada)
06:58 AM Revision 53606 (ruby_2_5): common.mk: update-config_files is back
* common.mk (update-config_files): move back from Makefile.in,
needs to be here for .travis.yml.
nobu (Nobuyoshi Nakada)
06:58 AM Revision e28260cc (ruby-git): common.mk: update-config_files is back
* common.mk (update-config_files): move back from Makefile.in,
needs to be here for .travis.yml.
git-svn-id: svn+s...
nobu (Nobuyoshi Nakada)
06:23 AM Revision 53605 (trunk): * 2016-01-21
svn
06:23 AM Revision 53605 (ruby_2_4): * 2016-01-21
svn
06:23 AM Revision 53605 (ruby_2_5): * 2016-01-21
svn
06:23 AM Revision efbffb52 (ruby-git): * 2016-01-21
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53605 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn
06:23 AM Revision 53604 (trunk): test_io_m17n.rb: BOM with non-UTF
* test/ruby/test_io_m17n.rb (test_bom_non_utf): assert BOM with
non-UTF encoding in encoding option, for r53084.
nobu (Nobuyoshi Nakada)
06:23 AM Revision 53604 (ruby_2_4): test_io_m17n.rb: BOM with non-UTF
* test/ruby/test_io_m17n.rb (test_bom_non_utf): assert BOM with
non-UTF encoding in encoding option, for r53084.
nobu (Nobuyoshi Nakada)
06:23 AM Revision 53604 (ruby_2_5): test_io_m17n.rb: BOM with non-UTF
* test/ruby/test_io_m17n.rb (test_bom_non_utf): assert BOM with
non-UTF encoding in encoding option, for r53084.
nobu (Nobuyoshi Nakada)
06:23 AM Revision c3bd53b1 (ruby-git): test_io_m17n.rb: BOM with non-UTF
* test/ruby/test_io_m17n.rb (test_bom_non_utf): assert BOM with
non-UTF encoding in encoding option, for r53084.
g...
nobu (Nobuyoshi Nakada)
03:50 AM Feature #10121: Dir.empty?
On Windows, root directories of drives don't contain "." nor "..",
and the suggested code (also `Dir.entries(dirname...
nobu (Nobuyoshi Nakada)
03:44 AM Bug #11838: Please backport r52883, r52884, r53046, r53198
Martin Dürst wrote:
> trunk ですでに直っているバグについて、最初から Closed にした方がいいで
> しょうか。
Yes.
でも、わかっていたら、でいいです。
> それと、...
usa (Usaku NAKAMURA)
03:41 AM Bug #11838: Please backport r52883, r52884, r53046, r53198
On 2016/01/21 10:48, nagachika00@gmail.com wrote:
> Issue #11838 has been updated by Tomoyuki Chikanaga.
>
> Stat...
duerst (Martin Dürst)
01:48 AM Bug #11838 (Closed): Please backport r52883, r52884, r53046, r53198
nagachika (Tomoyuki Chikanaga)
01:48 AM Bug #11838 (Assigned): Please backport r52883, r52884, r53046, r53198
Thank you for your notice.
I'll close this ticket because it's already done on trunk and stable branch maintainers...
nagachika (Tomoyuki Chikanaga)
02:08 AM Bug #11847 (Closed): Install error on Linux NFS system
Thank you for your report.
The pointed changes was merged into CRuby trunk at r49774.
But r49774 contains other c...
nagachika (Tomoyuki Chikanaga)

01/20/2016

11:12 PM Bug #11969: [PATCH] IRB: Final newline missing in truncated backtraces
Opened https://github.com/ruby/ruby/pull/1205 a few days ago. Here's the patch:
~~~
diff --git a/lib/irb.rb b/lib...
javawizard (Alex Boyd)
10:37 PM Misc #12004: Code of Conduct
Yui NARUSE said:
> The source of all privilege is derived of the creator, Matz.
Well said! :-) As Matz is the au...
danielpclark (Daniel P. Clark)
08:12 PM Misc #12004: Code of Conduct
Fred Heath wrote:
> That alone isn't enough. We need evidence as to whether these issues would have been either av...
avit (Andrew Vit)
07:41 PM Misc #12004: Code of Conduct
> About the CoC text, he definition of "Project maintainers" is not clear in the Ruby project yet.
> Some people ma...
kosaki (Motohiro KOSAKI)
07:18 PM Misc #12004: Code of Conduct
Laws is born to solve the real problem.
So laws shall be designed to solve the real problem.
I know CoC is born b...
naruse (Yui NARUSE)
06:42 PM Misc #12004: Code of Conduct
> Andrew Vit wrote:
>
> > 1. Is there any evidence to suggest that we (or any other software community) need a C...
RedFred (Fred Heath)
06:00 PM Misc #12004: Code of Conduct
Fred Heath wrote:
> 1. Is there any evidence to suggest that we (or any other software community) need a CoC ?
...
avit (Andrew Vit)
04:53 PM Misc #12004: Code of Conduct
I wrote the Japanese version code of conduct that Martin mentioned in #28. Let me leave few thoughts. Sorry in adva... shyouhei (Shyouhei Urabe)
04:45 PM Misc #12004: Code of Conduct
I sincerely hope the community consider the following before deciding:
1. Is there any evidence to suggest that we...
RedFred (Fred Heath)
04:12 PM Misc #12004: Code of Conduct
Coraline Ada Ehmke wrote:
> Right now in the PHP community there is a healthy debate about adopting the Contributo...
pmjones (Paul Jones)
03:40 PM Misc #12004: Code of Conduct
Yukihiro Matsumoto wrote:
> Hi,
>
> I agree with the spirit of anti harassment. I hope the community being free f...
AstonJ (Aston J)
03:34 PM Misc #12004: Code of Conduct
Yukihiro Matsumoto wrote:
> I agree with the spirit of anti harassment. I hope the community being free from any per...
shugo (Shugo Maeda)
02:45 PM Misc #12004: Code of Conduct
> PostgreSQL CoC is far better fit to my intention.
My suggestion to adopt the Contributor Covenant was a first st...
CoralineAda (Coraline Ada Ehmke)
02:40 PM Misc #12004: Code of Conduct
> 2.1) The proposed code of conduct is available in quite a few languages, but not in Japanese.
The Japanese trans...
CoralineAda (Coraline Ada Ehmke)
10:59 AM Misc #12004: Code of Conduct
Final point of the PostgreSQL CoC:
> The CoC is only about interaction with the PostgreSQL community. Your private...
rdrake98 (Richard Drake)
10:07 AM Misc #12004: Code of Conduct
Several comments:
1) It's a pity that this proposal didn't come in a day or two earlier. This would have made it p...
duerst (Martin Dürst)
10:04 AM Misc #12004: Code of Conduct
No, thanks.
http://paul-m-jones.com/archives/6214
kain (Claudio Poli)
09:57 AM Misc #12004: Code of Conduct
Hi,
I agree with the spirit of anti harassment. I hope the community being free from any personal attacks nor trol...
matz (Yukihiro Matsumoto)
09:29 AM Misc #12004: Code of Conduct
As the maintainer of the Faye project (faye, faye-websocket, websocket-driver, permessage-deflate), I have adopted th... jcoglan (James Coglan)
07:54 AM Misc #12004: Code of Conduct
Zach Briggs wrote:
> I'm a developer who writes Ruby and I'd like to see the Contributor Covenant adopted to ensure ...
rubydino (Ruby Dino)
06:32 AM Misc #12004: Code of Conduct
pat@freelancing-gods.com wrote:
>
>> Why fix what isn't broken?
>
> It may not be broken for you - does that me...
spatulasnout (B Kelly)
04:36 AM Misc #12004: Code of Conduct
I'm a developer who writes Ruby and I'd like to see the Contributor Covenant adopted to ensure that people feel welco... theotherzach (Zach Briggs)
02:01 AM Misc #12004: Code of Conduct
On the 'Opalgate' account (#13) there are two longer comments worth taking in:
https://medium.com/@pop_gapon/first...
rdrake98 (Richard Drake)
01:50 AM Misc #12004: Code of Conduct
> I think MetaRuby's mission statement is a good example of this and I am happy for the Ruby community to use it as a... pat (Pat Allan)
06:55 PM Feature #11816: Partial safe navigation operator
So if I understand correctly, you like the current behavior, although it is not useful in any circumstance I can thin... marcandre (Marc-Andre Lafortune)
10:01 AM Feature #11816: Partial safe navigation operator
Marc,
I don't feel it's right to ignore nils in calls after `&.`
Nil-ignorance should be explicit, I think.
Matz.
matz (Yukihiro Matsumoto)
02:36 AM Feature #11816: Partial safe navigation operator
Dear Matz,
Any update on the precedence of `&.`?
marcandre (Marc-Andre Lafortune)
06:36 PM Feature #11999: MatchData#to_h to get a Hash from named captures
Yui NARUSE wrote:
> Yukihiro Matsumoto wrote:
> > I don't think `to_h` is appropriate, because `MatchData` is not a...
phluid61 (Matthew Kerwin)
01:56 PM Feature #11999: MatchData#to_h to get a Hash from named captures
Yukihiro Matsumoto wrote:
> I don't think `to_h` is appropriate, because `MatchData` is not always able to convert t...
naruse (Yui NARUSE)
11:25 AM Feature #11999: MatchData#to_h to get a Hash from named captures
that makes sense for me. sorah (Sorah Fukumori)
06:18 AM Feature #11999: MatchData#to_h to get a Hash from named captures
@Shota: i do need to test your patch, but my case is a little bit different than yours.
because it can be nil, it se...
Hanmac (Hans Mackowiak)
05:28 PM Feature #10320: require into module
Nobuyoshi Nakada wrote:
> I think this feature should be an instance method of `Module`, similar to `load` rather th...
jwmittag (Jörg W Mittag)
05:14 PM Misc #10312: Give people more control over how the ruby parser sees code and lexical code elements (valid/invalid - toggle options) + macros
I think some form of macros, DSL embedding, and/or compile-time metaprogramming would indeed be cool to have. I have,... jwmittag (Jörg W Mittag)
04:41 PM Feature #9992: Access Modifiers (Internal Interfaces)
I'm having trouble understanding what you mean by *namespace*. Classes and modules don't belong to namespaces. *Const... jwmittag (Jörg W Mittag)
12:33 PM Feature #12010: Exclude dot and dotdot from Dir#each
Yui NARUSE wrote:
> `Dir#each` and `Dir#read` (including `Dir.entries`, `Dir.foreach` and other methods) return `"."...
Eregon (Benoit Daloze)
10:26 AM Feature #12010: Exclude dot and dotdot from Dir#each
Nobuyoshi Nakada wrote:
> `d_name` might not be NUL-terminated, use `NAMLEN()` on such platforms.
What is the pla...
naruse (Yui NARUSE)
03:11 AM Feature #12010: Exclude dot and dotdot from Dir#each
`d_name` might not be NUL-terminated, use `NAMLEN()` on such platforms.
```diff
diff --git a/dir.c b/dir.c
index...
nobu (Nobuyoshi Nakada)
02:45 AM Feature #12010: Exclude dot and dotdot from Dir#each
naruse@airemix.jp wrote:
> `Dir#each` and `Dir#read`) (including `Dir.entries`, `Dir.foreach` and other methods) ret...
normalperson (Eric Wong)
02:17 AM Feature #12010 (Assigned): Exclude dot and dotdot from Dir#each
`Dir#each` and `Dir#read` (including `Dir.entries`, `Dir.foreach` and other methods) return `"."` and `".."` at first... naruse (Yui NARUSE)
12:09 PM Revision 53603 (trunk): * ChangeLog: typo.
usa (Usaku NAKAMURA)
12:09 PM Revision 53603 (ruby_2_4): * ChangeLog: typo.
usa (Usaku NAKAMURA)
12:09 PM Revision 53603 (ruby_2_5): * ChangeLog: typo.
usa (Usaku NAKAMURA)
12:09 PM Revision c3944b2d (ruby-git): * ChangeLog: typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53603 b2dd03c8-39d4-4d8f-98ff-823fe69b080e usa (Usaku NAKAMURA)
12:00 PM Revision 53602 (trunk): * common.mk, Makefile.in: update-config.files is only for Unix
platforms. usa (Usaku NAKAMURA)
12:00 PM Revision 53602 (ruby_2_4): * common.mk, Makefile.in: update-config.files is only for Unix
platforms. usa (Usaku NAKAMURA)
12:00 PM Revision 53602 (ruby_2_5): * common.mk, Makefile.in: update-config.files is only for Unix
platforms. usa (Usaku NAKAMURA)
12:00 PM Revision 28efd93e (ruby-git): * common.mk, Makefile.in: update-config.files is only for Unix
platforms.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53602 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
usa (Usaku NAKAMURA)
09:50 AM Bug #12008: Immutable object graphs (a.k.a. deep freeze)
bascule@gmail.com wrote:
> I think immutable state has huge benefits for a lot of areas, most
> notably concurre...
normalperson (Eric Wong)
08:44 AM Feature #11550: Current behaviour of super(...) is dangerous in the presence of more than one included modules.
Benoit Daloze wrote:
> Ronald Fischer wrote:
> > First, M1 and M2 don't know where they are going to be mixed in, s...
rovf (Ronald Fischer)
08:17 AM Revision 53601 (trunk): vcs.rb: git worktree
* tool/vcs.rb (VCS.detect, VCS::GIT): support working directory
created by `git worktree`.
nobu (Nobuyoshi Nakada)
08:17 AM Revision 53601 (ruby_2_4): vcs.rb: git worktree
* tool/vcs.rb (VCS.detect, VCS::GIT): support working directory
created by `git worktree`.
nobu (Nobuyoshi Nakada)
08:17 AM Revision 53601 (ruby_2_5): vcs.rb: git worktree
* tool/vcs.rb (VCS.detect, VCS::GIT): support working directory
created by `git worktree`.
nobu (Nobuyoshi Nakada)
08:17 AM Revision 1bdc2d51 (ruby-git): vcs.rb: git worktree
* tool/vcs.rb (VCS.detect, VCS::GIT): support working directory
created by `git worktree`.
git-svn-id: svn+ssh://c...
nobu (Nobuyoshi Nakada)
08:16 AM Revision 53600 (trunk): ChangeLog: fix commit log of r53599
nobu (Nobuyoshi Nakada)
08:16 AM Revision 53600 (ruby_2_4): ChangeLog: fix commit log of r53599
nobu (Nobuyoshi Nakada)
08:16 AM Revision 53600 (ruby_2_5): ChangeLog: fix commit log of r53599
nobu (Nobuyoshi Nakada)
08:16 AM Revision 131f699d (ruby-git): ChangeLog: fix commit log of r53599
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53600 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
08:14 AM Revision 53599 (trunk): extlibs.rb: add --cache option
nobu (Nobuyoshi Nakada)
08:14 AM Revision 53599 (ruby_2_4): extlibs.rb: add --cache option
nobu (Nobuyoshi Nakada)
08:14 AM Revision 53599 (ruby_2_5): extlibs.rb: add --cache option
nobu (Nobuyoshi Nakada)
08:14 AM Revision c23cb3ad (ruby-git): extlibs.rb: add --cache option
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53599 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
04:02 AM Feature #12009: [PATCH] psych: pre-freeze string keys for hashes
Alternative patch which is stronger to help the case where I have
arrays of hashes; each hash having the same set o...
normalperson (Eric Wong)
02:16 AM Feature #12009 (Assigned): [PATCH] psych: pre-freeze string keys for hashes
nobu (Nobuyoshi Nakada)
01:06 AM Feature #12009 (Rejected): [PATCH] psych: pre-freeze string keys for hashes
With the following example, this reduces allocations from 346 to 324
strings when calling `Psych.load` on a 26-entry...
normalperson (Eric Wong)
02:25 AM Bug #12011 (Closed): honor Marshal.load post proc value for TYPE_LINK
Following test doesn't work.
A patch also attached.
Both of them are worked by nahi.
```diff
diff --git a/test/...
naruse (Yui NARUSE)
12:27 AM Feature #11955 (Assigned): Expose Object that Receives logs in Logger
hsbt (Hiroshi SHIBATA)

01/19/2016

10:54 PM Bug #12008 (Open): Immutable object graphs (a.k.a. deep freeze)
Hi there. I know some sort of "#deep_freeze" construct has been proposed many times before. I proposed it in this blo... bascule (Tony Arcieri)
10:43 PM Misc #12004: Code of Conduct
Kurtis Rainbolt-Greene wrote:
> @astonj:
>
> > Personally I feel that Aaron, DHH or in fact any other prominent a...
AstonJ (Aston J)
10:20 PM Misc #12004: Code of Conduct
@astonj:
> Personally I feel that Aaron, DHH or in fact any other prominent and respected member of the community ...
krainboltgreene (Kurtis Rainbolt-Greene)
09:39 PM Misc #12004: Code of Conduct
Coraline Ada Ehmke wrote:
> I am the creator of the Contributor Covenant
Yes, we know who you are. (c Doctor Who)...
rubydino (Ruby Dino)
09:29 PM Misc #12004: Code of Conduct
Personally I feel that Aaron, DHH or in fact any other prominent and respected member of the community is more than c... AstonJ (Aston J)
09:09 PM Misc #12004: Code of Conduct
> In the end Adam Beynon accepted a pull request from Github user Strand McCutchen to add version 1.0 of the Contribu... avit (Andrew Vit)
09:01 PM Misc #12004: Code of Conduct
Please add a Code of Conduct. It will not harm the people who think they don't need it. But there are lots of people ... bitboxer (Bodo Tasche)
08:40 PM Misc #12004: Code of Conduct
Since people are repeatedly bringing up Opal as a reason not to adopt a code of conduct, I'd like to point to a blog ... CoralineAda (Coraline Ada Ehmke)
08:35 PM Misc #12004: Code of Conduct
I hope this is not the kind of professionalism we aspire to:
https://github.com/opal/opal/issues?q=is%3Aissue+cond...
avit (Andrew Vit)
07:35 PM Misc #12004: Code of Conduct
I'm against adding policies and rules such as this. It's good to ask people to love and respect each other, but to t... danielpclark (Daniel P. Clark)
06:05 PM Misc #12004: Code of Conduct
The Celluloid projects have adopted the Contributor Convenant. I would be in favor of Ruby adopting it. bascule (Tony Arcieri)
10:57 AM Misc #12004: Code of Conduct
> I believe Ruby has code of conduct for ages:
That is not a code of conduct, it's a motto. It says so directly in...
krainboltgreene (Kurtis Rainbolt-Greene)
07:36 AM Misc #12004: Code of Conduct
I believe Ruby has code of conduct for ages:
https://en.wikipedia.org/wiki/MINASWAN
vo.x (Vit Ondruch)
04:11 AM Misc #12004: Code of Conduct
coraline@idolhands.com wrote:
> I'm asking that we join with the larger Ruby community in supporting
> the adoptio...
normalperson (Eric Wong)
12:54 AM Misc #12004: Code of Conduct
Please, no.
I'm utterly opposed to this sort of policing of language. (Apart from the anti-doxxing
prohibition, ...
spatulasnout (B Kelly)
12:20 AM Misc #12004 (Assigned): Code of Conduct
hsbt (Hiroshi SHIBATA)
12:19 AM Misc #12004: Code of Conduct
I strongly support adopting a code of conduct to signal to newcomers that Ruby is a welcoming and inclusive community. strand (Strand McCutchen)
12:08 AM Misc #12004: Code of Conduct
This is probably already clear since Bundler adopted the Contributor Convenant for both the Bundler project and Bundl... indirect (André Arko)
12:07 AM Misc #12004: Code of Conduct
We (the vcr, hamster, and rubygems repositories) have a Contributor Covenant-based Code of Conduct for our repositori... krainboltgreene (Kurtis Rainbolt-Greene)
08:03 PM Feature #11955: Expose Object that Receives logs in Logger
Nobu, I've added a new patch that would expose the `LogDevice` object in a `Logger` instance. This would be acceptabl... schneems (Richard Schneeman)
06:44 PM Revision 53598 (ruby_2_3): * 2016-01-20
svn
06:44 PM Revision 0dfb398a (ruby-git): * 2016-01-20
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_3@53598 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn
06:44 PM Revision 53597 (ruby_2_3): file.c: fix documentation
* file.c: mode is optional, defaults to 0666. headius (Charles Nutter)
06:44 PM Revision 5fb0c1d9 (ruby-git): file.c: fix documentation
* file.c: mode is optional, defaults to 0666.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_3@53597 b2...
headius (Charles Nutter)
06:42 PM Revision 53596 (trunk): * 2016-01-20
svn
06:42 PM Revision 53596 (ruby_2_4): * 2016-01-20
svn
06:42 PM Revision 53596 (ruby_2_5): * 2016-01-20
svn
06:42 PM Revision 2b02ffa9 (ruby-git): * 2016-01-20
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53596 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn
06:42 PM Revision 53595 (trunk): file.c: fix documentation
* file.c: mode is optional, defaults to 0666. headius (Charles Nutter)
06:42 PM Revision 53595 (ruby_2_4): file.c: fix documentation
* file.c: mode is optional, defaults to 0666. headius (Charles Nutter)
06:42 PM Revision 53595 (ruby_2_5): file.c: fix documentation
* file.c: mode is optional, defaults to 0666. headius (Charles Nutter)
06:42 PM Revision 4bb6f3fd (ruby-git): file.c: fix documentation
* file.c: mode is optional, defaults to 0666.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53595 b2dd03c8-39d4-...
headius (Charles Nutter)
12:38 PM Bug #12007 (Feedback): Newly added Unicode data file doesn't get downloaded
Remove `.unicode-8.0.0.time` file.
Adding/removing data file should be rare, and not worth to add more rules, I think.
nobu (Nobuyoshi Nakada)
08:10 AM Bug #12007 (Closed): Newly added Unicode data file doesn't get downloaded
I added a new Unicode data file that should be downloaded to enc/unicode/8.0.0 in revision 53590, but despite repeate... duerst (Martin Dürst)
11:04 AM Revision 53594 (trunk): configure.in: suppress warnings
* configure.in (warnflags): suppress warnings caused by macro
expansion with clang (and maybe -save-temps option).
nobu (Nobuyoshi Nakada)
11:04 AM Revision 53594 (ruby_2_4): configure.in: suppress warnings
* configure.in (warnflags): suppress warnings caused by macro
expansion with clang (and maybe -save-temps option).
nobu (Nobuyoshi Nakada)
11:04 AM Revision 53594 (ruby_2_5): configure.in: suppress warnings
* configure.in (warnflags): suppress warnings caused by macro
expansion with clang (and maybe -save-temps option).
nobu (Nobuyoshi Nakada)
11:04 AM Revision f9afa36f (ruby-git): configure.in: suppress warnings
* configure.in (warnflags): suppress warnings caused by macro
expansion with clang (and maybe -save-temps option).
...
nobu (Nobuyoshi Nakada)
10:39 AM Revision 53593 (trunk): ripper: clean timestamp
nobu (Nobuyoshi Nakada)
10:39 AM Revision 53593 (ruby_2_4): ripper: clean timestamp
nobu (Nobuyoshi Nakada)
10:39 AM Revision 53593 (ruby_2_5): ripper: clean timestamp
nobu (Nobuyoshi Nakada)
10:39 AM Revision 50b014d5 (ruby-git): ripper: clean timestamp
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53593 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
09:50 AM Revision 53592 (trunk): configure.in: suppress warnings
* configure.in (warnflags): suppress warnings caused by macro
expansion with clang.
nobu (Nobuyoshi Nakada)
09:50 AM Revision 53592 (ruby_2_4): configure.in: suppress warnings
* configure.in (warnflags): suppress warnings caused by macro
expansion with clang.
nobu (Nobuyoshi Nakada)
09:50 AM Revision 53592 (ruby_2_5): configure.in: suppress warnings
* configure.in (warnflags): suppress warnings caused by macro
expansion with clang.
nobu (Nobuyoshi Nakada)
09:50 AM Revision 8cedcf0f (ruby-git): configure.in: suppress warnings
* configure.in (warnflags): suppress warnings caused by macro
expansion with clang.
git-svn-id: svn+ssh://ci.ruby-...
nobu (Nobuyoshi Nakada)
08:51 AM Feature #11999: MatchData#to_h to get a Hash from named captures
Looks like it's the same problem as I noted here https://bugs.ruby-lang.org/issues/11999#note-2 sorah (Sorah Fukumori)
08:11 AM Feature #11999: MatchData#to_h to get a Hash from named captures
also interesting if you have a with | combined regexp where both of them does have a named capture:
```ruby
reg =...
Hanmac (Hans Mackowiak)
03:26 AM Feature #11999: MatchData#to_h to get a Hash from named captures
Martin Dürst wrote:
> Matthew Kerwin wrote:
>
> > I think #named_captures is the best name, since that is precise...
phluid61 (Matthew Kerwin)
02:36 AM Feature #11999: MatchData#to_h to get a Hash from named captures
Matthew Kerwin wrote:
> I think #named_captures is the best name, since that is precisely what it returns (i.e. it...
duerst (Martin Dürst)
08:36 AM Revision 53591 (trunk): io.c: suppress warning
* io.c (rb_update_max_fd): get rid of unused-value warning. nobu (Nobuyoshi Nakada)
08:36 AM Revision 53591 (ruby_2_4): io.c: suppress warning
* io.c (rb_update_max_fd): get rid of unused-value warning. nobu (Nobuyoshi Nakada)
08:36 AM Revision 53591 (ruby_2_5): io.c: suppress warning
* io.c (rb_update_max_fd): get rid of unused-value warning. nobu (Nobuyoshi Nakada)
08:36 AM Revision 8a78e0f6 (ruby-git): io.c: suppress warning
* io.c (rb_update_max_fd): get rid of unused-value warning.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53591 ...
nobu (Nobuyoshi Nakada)
08:15 AM Bug #10458 (Closed): After r48196, make cannot complete because of Unicode file download problem
duerst (Martin Dürst)
08:15 AM Bug #11837 (Closed): ./miniruby.exe: No such file or directory
duerst (Martin Dürst)
08:13 AM Bug #10457 (Closed): Proc instead of String as error message still doesn't work (gem problem?)
duerst (Martin Dürst)
08:04 AM Revision 53590 (trunk): * common.mk: Added Unicode data file CaseFolding.txt to be additionally
downloaded (with Kimihito Matsui) duerst (Martin Dürst)
08:04 AM Revision 53590 (ruby_2_4): * common.mk: Added Unicode data file CaseFolding.txt to be additionally
downloaded (with Kimihito Matsui) duerst (Martin Dürst)
08:04 AM Revision 53590 (ruby_2_5): * common.mk: Added Unicode data file CaseFolding.txt to be additionally
downloaded (with Kimihito Matsui) duerst (Martin Dürst)
08:04 AM Revision 3dcdb2c3 (ruby-git): * common.mk: Added Unicode data file CaseFolding.txt to be additionally
downloaded (with Kimihito Matsui)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53590 b2dd03c8-39d4-4d8f-98ff-8...
duerst (Martin Dürst)
06:15 AM Feature #12006 (Open): return IO object from IO#print, IO#puts, IO#close_read, IO#close_write,...
There are a number of methods on IO objects that currently return nil.
It would be more convenient if they returned ...
duerst (Martin Dürst)
05:41 AM Revision 53589 (trunk): make-snapshot: remove Unicode data
* make-snapshot: remove Unicode data files, which are not
necessary once all source have been generated.
nobu (Nobuyoshi Nakada)
05:41 AM Revision 53589 (ruby_2_4): make-snapshot: remove Unicode data
* make-snapshot: remove Unicode data files, which are not
necessary once all source have been generated.
nobu (Nobuyoshi Nakada)
05:41 AM Revision 53589 (ruby_2_5): make-snapshot: remove Unicode data
* make-snapshot: remove Unicode data files, which are not
necessary once all source have been generated.
nobu (Nobuyoshi Nakada)
05:41 AM Revision 90c36180 (ruby-git): make-snapshot: remove Unicode data
* make-snapshot: remove Unicode data files, which are not
necessary once all source have been generated.
git-svn-i...
nobu (Nobuyoshi Nakada)
05:05 AM Revision 53588 (trunk): make-snapshot: download first
* common.mk (update-download): split to download only, excluding
VCS.
* make-snapshot: download config, Unicode da...
nobu (Nobuyoshi Nakada)
05:05 AM Revision 53588 (ruby_2_4): make-snapshot: download first
* common.mk (update-download): split to download only, excluding
VCS.
* make-snapshot: download config, Unicode da...
nobu (Nobuyoshi Nakada)
05:05 AM Revision 53588 (ruby_2_5): make-snapshot: download first
* common.mk (update-download): split to download only, excluding
VCS.
* make-snapshot: download config, Unicode da...
nobu (Nobuyoshi Nakada)
05:05 AM Revision fe20002c (ruby-git): make-snapshot: download first
* common.mk (update-download): split to download only, excluding
VCS.
* make-snapshot: download config, Unicode da...
nobu (Nobuyoshi Nakada)
04:46 AM Bug #11946: Assertion failed: (!STR_EMBED_P(shared)), function str_new_frozen, file string.c, line 1075.
Ruby 2.3.0
Rails 4.2.5
Confirming for me also. I have traced the problem to this line:
https://github.com/rail...
fredngo (Fred Ngo)
04:34 AM Feature #12005: Unify Fixnum and Bignum into Integer
Could you elaborate the road map?
1. move methods from `Fixnum` and `Bignum` to `Integer`, with code to dispatch b...
nobu (Nobuyoshi Nakada)
02:38 AM Feature #12005 (Closed): Unify Fixnum and Bignum into Integer
CRuby has two `Integer` classes, `Fixnum` and `Bignum`.
But it is implementation detail.
They should be seen as a s...
naruse (Yui NARUSE)
04:00 AM Bug #12002 (Rejected): **param notation seems to be creating a new hash in ruby 2.2.0
It is not a bug.
As `*rest`, modifying `o` should not affect the object in the caller scope.
nobu (Nobuyoshi Nakada)
03:16 AM Bug #12000 (Closed): Crash report for 2.3.0
Thank you, already fixed in the trunk. nobu (Nobuyoshi Nakada)
02:55 AM Revision 53587 (trunk): TestISeq.rb: exclude time consuming GC test
nobu (Nobuyoshi Nakada)
02:55 AM Revision 53587 (ruby_2_4): TestISeq.rb: exclude time consuming GC test
nobu (Nobuyoshi Nakada)
02:55 AM Revision 53587 (ruby_2_5): TestISeq.rb: exclude time consuming GC test
nobu (Nobuyoshi Nakada)
02:55 AM Revision 866ac8d9 (ruby-git): TestISeq.rb: exclude time consuming GC test
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53587 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
02:52 AM Revision 53586 (trunk): increase timeout for ARMv7
http://rubyci.s3.amazonaws.com/scw-9d6766/ruby-trunk/log/20160113T091704Z.diff.html.gz naruse (Yui NARUSE)
02:52 AM Revision 53586 (ruby_2_4): increase timeout for ARMv7
http://rubyci.s3.amazonaws.com/scw-9d6766/ruby-trunk/log/20160113T091704Z.diff.html.gz naruse (Yui NARUSE)
02:52 AM Revision 53586 (ruby_2_5): increase timeout for ARMv7
http://rubyci.s3.amazonaws.com/scw-9d6766/ruby-trunk/log/20160113T091704Z.diff.html.gz naruse (Yui NARUSE)
02:52 AM Revision 35568b41 (ruby-git): increase timeout for ARMv7
http://rubyci.s3.amazonaws.com/scw-9d6766/ruby-trunk/log/20160113T091704Z.diff.html.gz
git-svn-id: svn+ssh://ci.ruby...
naruse (Yui NARUSE)
02:39 AM Revision 53585 (trunk): common.mk: fix dependency
* common.mk (.unicode-tables.time): should not depend on files
which are not downloaded yet, but just the timestamp...
nobu (Nobuyoshi Nakada)
02:39 AM Revision 53585 (ruby_2_4): common.mk: fix dependency
* common.mk (.unicode-tables.time): should not depend on files
which are not downloaded yet, but just the timestamp...
nobu (Nobuyoshi Nakada)
02:39 AM Revision 53585 (ruby_2_5): common.mk: fix dependency
* common.mk (.unicode-tables.time): should not depend on files
which are not downloaded yet, but just the timestamp...
nobu (Nobuyoshi Nakada)
02:39 AM Revision 0ca5d75c (ruby-git): common.mk: fix dependency
* common.mk (.unicode-tables.time): should not depend on files
which are not downloaded yet, but just the timestamp...
nobu (Nobuyoshi Nakada)
02:30 AM Revision 53584 (trunk): common.mk: update-remote
* common.mk (update-remote): update by downloading remote files. nobu (Nobuyoshi Nakada)
02:30 AM Revision 53584 (ruby_2_4): common.mk: update-remote
* common.mk (update-remote): update by downloading remote files. nobu (Nobuyoshi Nakada)
02:30 AM Revision 53584 (ruby_2_5): common.mk: update-remote
* common.mk (update-remote): update by downloading remote files. nobu (Nobuyoshi Nakada)
02:30 AM Revision e48375c1 (ruby-git): common.mk: update-remote
* common.mk (update-remote): update by downloading remote files.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5...
nobu (Nobuyoshi Nakada)
02:03 AM Revision 53583 (trunk): * lib/shell.rb (Shell.debug_output_exclusive_unlock): remove
because Mutex#exclusive_unlock was already deleted. [fix GH-1185] sho-h (Sho Hashimoto)
02:03 AM Revision 53583 (ruby_2_4): * lib/shell.rb (Shell.debug_output_exclusive_unlock): remove
because Mutex#exclusive_unlock was already deleted. [fix GH-1185] sho-h (Sho Hashimoto)
02:03 AM Revision 53583 (ruby_2_5): * lib/shell.rb (Shell.debug_output_exclusive_unlock): remove
because Mutex#exclusive_unlock was already deleted. [fix GH-1185] sho-h (Sho Hashimoto)
02:03 AM Revision d4ad4d2d (ruby-git): * lib/shell.rb (Shell.debug_output_exclusive_unlock): remove
because Mutex#exclusive_unlock was already deleted. [fix GH-1185]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk...
sho-h (Sho Hashimoto)
12:54 AM Revision 53582 (trunk): * error.c: [DOC] fix Exception#backtrace_locations indent. [ci skip]
sho-h (Sho Hashimoto)
12:54 AM Revision 53582 (ruby_2_4): * error.c: [DOC] fix Exception#backtrace_locations indent. [ci skip]
sho-h (Sho Hashimoto)
12:54 AM Revision 53582 (ruby_2_5): * error.c: [DOC] fix Exception#backtrace_locations indent. [ci skip]
sho-h (Sho Hashimoto)
12:54 AM Revision de2678e7 (ruby-git): * error.c: [DOC] fix Exception#backtrace_locations indent. [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53582 b2dd03c8-39d4-4d8f-98ff-823fe69b080e sho-h (Sho Hashimoto)
12:39 AM Revision 53581 (trunk): * 2016-01-19
svn
12:39 AM Revision 53581 (ruby_2_4): * 2016-01-19
svn
12:39 AM Revision 53581 (ruby_2_5): * 2016-01-19
svn
12:39 AM Revision 53580 (trunk): * vm_method.c: fix grammar in respond_to? warning.
[fix GH-1047] hsbt (Hiroshi SHIBATA)
12:39 AM Revision 53580 (ruby_2_4): * vm_method.c: fix grammar in respond_to? warning.
[fix GH-1047] hsbt (Hiroshi SHIBATA)
12:39 AM Revision 53580 (ruby_2_5): * vm_method.c: fix grammar in respond_to? warning.
[fix GH-1047] hsbt (Hiroshi SHIBATA)
12:39 AM Revision 389a84fd (ruby-git): * vm_method.c: fix grammar in respond_to? warning.
[fix GH-1047]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53580 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
hsbt (Hiroshi SHIBATA)
12:39 AM Revision a0b31d28 (ruby-git): * 2016-01-19
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53581 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn

01/18/2016

11:33 PM Misc #12004: Code of Conduct
If this makes people feel more comfortable to contribute to Ruby, then I am positive on it. I think we basically do ... tenderlovemaking (Aaron Patterson)
10:18 PM Misc #12004 (Closed): Code of Conduct
I am the creator of the Contributor Covenant, a code of conduct for Open Source projects. At last count there are ove... CoralineAda (Coraline Ada Ehmke)
11:32 PM Feature #11999: MatchData#to_h to get a Hash from named captures
Shota Fukumori wrote:
> > is not always able to convert to Hash/Map.
>
> Ah -- agreed. How about MatchData#named...
phluid61 (Matthew Kerwin)
04:53 PM Feature #11999: MatchData#to_h to get a Hash from named captures
> is not always able to convert to Hash/Map.
Ah -- agreed. How about MatchData#named_captures?
I can't think t...
sorah (Sorah Fukumori)
12:51 PM Feature #11999: MatchData#to_h to get a Hash from named captures
I don't think `to_h` is appropriate, because `MatchData` is not always able to convert to Hash/Map.
Is there any nam...
matz (Yukihiro Matsumoto)
11:42 AM Feature #11999: MatchData#to_h to get a Hash from named captures
I agree. Please add this feature. I have also looked to do the same thing. danielpclark (Daniel P. Clark)
08:57 AM Feature #11999: MatchData#to_h to get a Hash from named captures
Consideration is behavior for multiple captures with same group name:
~~~
/(?<a>.)(?<a>.)/
~~~
MatchData#[] r...
sorah (Sorah Fukumori)
06:37 AM Feature #11999 (Closed): MatchData#to_h to get a Hash from named captures
~~~
class MatchData
def to_h
self.names.map { |n| [n, self[n]] }.to_h
end
end
p '12'.match(/(?<a>.)(?...
sorah (Sorah Fukumori)
10:13 PM Bug #12003 (Closed): Unexpected behavior of === with Range of Date objects
In Ruby 2.2, a Range of Date objects will return true when matched with === for a new Date that falls in the range:
...
rossta (Ross Kaffenberger)
09:41 PM Revision 53579 (ruby_2_3): merge revision(s) 53391: [Backport #11898]
skip if locale is not UTF-8 naruse (Yui NARUSE)
09:41 PM Revision 10dac769 (ruby-git): merge revision(s) 53391: [Backport #11898]
skip if locale is not UTF-8
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_3@53579 b2dd03c8-39d4-4d8f-9...
naruse (Yui NARUSE)
09:26 PM Bug #12001: Abort trap:6
Same as #11998.
> ruby 2.2.1p85 (2015-02-26 revision 49769) [x86_64-darwin14]
(snip)
> -- C level backtrace ...
wanabe (_ wanabe)
02:22 PM Bug #12001 (Open): Abort trap:6
I created (successfully) a new rails app ($ rails new Pinteresting) per the instruction of OneMonthRails class. I cha... collinsjacob (Jacob Collins)
09:09 PM Bug #12002: **param notation seems to be creating a new hash in ruby 2.2.0
r48239 did, according to `git bisect`. wanabe (_ wanabe)
02:51 PM Bug #12002 (Rejected): **param notation seems to be creating a new hash in ruby 2.2.0
I found the regression regarding the handling of the `**` notation for options hash in a method. In ruby 2.1 and lowe... chucke (Tiago Cardoso)
01:50 PM Bug #12000 (Closed): Crash report for 2.3.0
Running RSpec tests on a RoR application, MRI 2.2.2 returned many failures due to an undefined method, while MRI 2.3.... RoxasShadow (Roxas Shadow)
01:49 PM Revision 53578 (trunk): ruby-additional.el: ruby-decode-unicode
* misc/ruby-additional.el (ruby-decode-unicode): new function to
convert escaped Unicode to raw string.
nobu (Nobuyoshi Nakada)
01:49 PM Revision 53578 (ruby_2_4): ruby-additional.el: ruby-decode-unicode
* misc/ruby-additional.el (ruby-decode-unicode): new function to
convert escaped Unicode to raw string.
nobu (Nobuyoshi Nakada)
01:49 PM Revision 53578 (ruby_2_5): ruby-additional.el: ruby-decode-unicode
* misc/ruby-additional.el (ruby-decode-unicode): new function to
convert escaped Unicode to raw string.
nobu (Nobuyoshi Nakada)
01:49 PM Revision 8d6d6116 (ruby-git): ruby-additional.el: ruby-decode-unicode
* misc/ruby-additional.el (ruby-decode-unicode): new function to
convert escaped Unicode to raw string.
git-svn-id...
nobu (Nobuyoshi Nakada)
12:48 PM Revision 53577 (trunk): unicode_norm_gen.tmpl: Remove indicator
* template/unicode_norm_gen.tmpl: Remove indicator for
"frozen_string_literal: true", as r52526.
nobu (Nobuyoshi Nakada)
12:48 PM Revision 53577 (ruby_2_4): unicode_norm_gen.tmpl: Remove indicator
* template/unicode_norm_gen.tmpl: Remove indicator for
"frozen_string_literal: true", as r52526.
nobu (Nobuyoshi Nakada)
12:48 PM Revision 53577 (ruby_2_5): unicode_norm_gen.tmpl: Remove indicator
* template/unicode_norm_gen.tmpl: Remove indicator for
"frozen_string_literal: true", as r52526.
nobu (Nobuyoshi Nakada)
12:48 PM Revision 90d60621 (ruby-git): unicode_norm_gen.tmpl: Remove indicator
* template/unicode_norm_gen.tmpl: Remove indicator for
"frozen_string_literal: true", as r52526.
git-svn-id: svn+s...
nobu (Nobuyoshi Nakada)
11:50 AM Revision 53576 (trunk): parse.y: show operations on BITSTACK
nobu (Nobuyoshi Nakada)
11:50 AM Revision 53576 (ruby_2_4): parse.y: show operations on BITSTACK
nobu (Nobuyoshi Nakada)
11:50 AM Revision 53576 (ruby_2_5): parse.y: show operations on BITSTACK
nobu (Nobuyoshi Nakada)
11:50 AM Revision ed34d855 (ruby-git): parse.y: show operations on BITSTACK
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53576 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
10:25 AM Revision 53575 (trunk): common.mk: UPDATE_LIBRARIES to yes
* common.mk (UPDATE_LIBRARIES): try to update unicode files by
default.
nobu (Nobuyoshi Nakada)
10:25 AM Revision 53575 (ruby_2_4): common.mk: UPDATE_LIBRARIES to yes
* common.mk (UPDATE_LIBRARIES): try to update unicode files by
default.
nobu (Nobuyoshi Nakada)
10:25 AM Revision 53575 (ruby_2_5): common.mk: UPDATE_LIBRARIES to yes
* common.mk (UPDATE_LIBRARIES): try to update unicode files by
default.
nobu (Nobuyoshi Nakada)
10:25 AM Revision 6c770049 (ruby-git): common.mk: UPDATE_LIBRARIES to yes
* common.mk (UPDATE_LIBRARIES): try to update unicode files by
default.
git-svn-id: svn+ssh://ci.ruby-lang.org/rub...
nobu (Nobuyoshi Nakada)
10:21 AM Revision 53574 (trunk): common.mk: get rid of repeating same names
* common.mk (download-unicode-data): strip directory paths from
the target names, to get rid of repeating same file...
nobu (Nobuyoshi Nakada)
10:21 AM Revision 53574 (ruby_2_4): common.mk: get rid of repeating same names
* common.mk (download-unicode-data): strip directory paths from
the target names, to get rid of repeating same file...
nobu (Nobuyoshi Nakada)
10:21 AM Revision 53574 (ruby_2_5): common.mk: get rid of repeating same names
* common.mk (download-unicode-data): strip directory paths from
the target names, to get rid of repeating same file...
nobu (Nobuyoshi Nakada)
10:21 AM Revision f78ab819 (ruby-git): common.mk: get rid of repeating same names
* common.mk (download-unicode-data): strip directory paths from
the target names, to get rid of repeating same file...
nobu (Nobuyoshi Nakada)
05:55 AM Feature #11949: Allow @/$ prefix in Regexp's named captures
It should be fixed,I think,without assignment behavior.
Matz.
matz (Yukihiro Matsumoto)
05:37 AM Revision 53573 (trunk): parse.y: escaped newline in dedenting heredoc
* parse.y (parser_here_document): an escaped newline is not an
actual newline, and the rest part should not be dede...
nobu (Nobuyoshi Nakada)
05:37 AM Revision 53573 (ruby_2_4): parse.y: escaped newline in dedenting heredoc
* parse.y (parser_here_document): an escaped newline is not an
actual newline, and the rest part should not be dede...
nobu (Nobuyoshi Nakada)
05:37 AM Revision 53573 (ruby_2_5): parse.y: escaped newline in dedenting heredoc
* parse.y (parser_here_document): an escaped newline is not an
actual newline, and the rest part should not be dede...
nobu (Nobuyoshi Nakada)
05:37 AM Revision 45acdf4d (ruby-git): parse.y: escaped newline in dedenting heredoc
* parse.y (parser_here_document): an escaped newline is not an
actual newline, and the rest part should not be dede...
nobu (Nobuyoshi Nakada)
05:37 AM Bug #11989 (Closed): Dedenting interpolating heredoc can interpret escapes incorrectly
Applied in changeset r53573.
----------
parse.y: escaped newline in dedenting heredoc
* parse.y (parser_here_docume...
nobu (Nobuyoshi Nakada)
03:05 AM Revision 53572 (trunk): * test/ruby/test_string.rb: Added extra testcase for test_rstrip_bang
and test_lstrip_bang. [fix GH-1178] Patch by @Matrixbirds hsbt (Hiroshi SHIBATA)
03:05 AM Revision 53572 (ruby_2_4): * test/ruby/test_string.rb: Added extra testcase for test_rstrip_bang
and test_lstrip_bang. [fix GH-1178] Patch by @Matrixbirds hsbt (Hiroshi SHIBATA)
03:05 AM Revision 53572 (ruby_2_5): * test/ruby/test_string.rb: Added extra testcase for test_rstrip_bang
and test_lstrip_bang. [fix GH-1178] Patch by @Matrixbirds hsbt (Hiroshi SHIBATA)
03:05 AM Revision c626cb69 (ruby-git): * test/ruby/test_string.rb: Added extra testcase for test_rstrip_bang
and test_lstrip_bang. [fix GH-1178] Patch by @Matrixbirds
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53572 b2...
hsbt (Hiroshi SHIBATA)
02:48 AM Revision 53571 (trunk): * string.c: fix a typo. [fix GH-1202][ci skip] Patch by @sunboshan
hsbt (Hiroshi SHIBATA)
02:48 AM Revision 53571 (ruby_2_4): * string.c: fix a typo. [fix GH-1202][ci skip] Patch by @sunboshan
hsbt (Hiroshi SHIBATA)
02:48 AM Revision 53571 (ruby_2_5): * string.c: fix a typo. [fix GH-1202][ci skip] Patch by @sunboshan
hsbt (Hiroshi SHIBATA)
02:48 AM Revision 4c6713f3 (ruby-git): * string.c: fix a typo. [fix GH-1202][ci skip] Patch by @sunboshan
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53571 b2dd03c8-39d4-4d8f-98ff-823fe69b080e hsbt (Hiroshi SHIBATA)
12:53 AM Bug #11928: Segmentation fault in did_you_mean extension
_ wanabe wrote:
> This script still causes SEGV.
Fixed at r53524. Thanks!
wanabe (_ wanabe)

01/17/2016

04:14 PM Revision 53570 (trunk): test_syntax.rb: try all
* test/ruby/test_syntax.rb (assert_dedented_heredoc): try all
terminators regardless failures.
nobu (Nobuyoshi Nakada)
04:14 PM Revision 53570 (ruby_2_4): test_syntax.rb: try all
* test/ruby/test_syntax.rb (assert_dedented_heredoc): try all
terminators regardless failures.
nobu (Nobuyoshi Nakada)
04:14 PM Revision 53570 (ruby_2_5): test_syntax.rb: try all
* test/ruby/test_syntax.rb (assert_dedented_heredoc): try all
terminators regardless failures.
nobu (Nobuyoshi Nakada)
04:14 PM Revision af18eafc (ruby-git): test_syntax.rb: try all
* test/ruby/test_syntax.rb (assert_dedented_heredoc): try all
terminators regardless failures.
git-svn-id: svn+ssh...
nobu (Nobuyoshi Nakada)
04:11 PM Revision 53569 (trunk): * 2016-01-18
svn
04:11 PM Revision 53569 (ruby_2_4): * 2016-01-18
svn
04:11 PM Revision 53569 (ruby_2_5): * 2016-01-18
svn
04:11 PM Revision 5ce4a050 (ruby-git): * 2016-01-18
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53569 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn
04:11 PM Revision 53568 (trunk): remove extra dot
* test/lib/test/unit/assertions.rb (all_assertions): remove tail
dot as it is added in message again.
nobu (Nobuyoshi Nakada)
04:11 PM Revision 53568 (ruby_2_4): remove extra dot
* test/lib/test/unit/assertions.rb (all_assertions): remove tail
dot as it is added in message again.
nobu (Nobuyoshi Nakada)
04:11 PM Revision 53568 (ruby_2_5): remove extra dot
* test/lib/test/unit/assertions.rb (all_assertions): remove tail
dot as it is added in message again.
nobu (Nobuyoshi Nakada)
04:11 PM Revision 5aabf722 (ruby-git): remove extra dot
* test/lib/test/unit/assertions.rb (all_assertions): remove tail
dot as it is added in message again.
git-svn-id: ...
nobu (Nobuyoshi Nakada)
04:01 PM Bug #11657: Abort Trap 6 when running a test suite
Backported at r53567.
ko1 san thank you for providing a patch.
Hello, Andrew.
Sorry for my late reaction. The ne...
nagachika (Tomoyuki Chikanaga)
03:59 PM Revision 2054417e (ruby-git): merge revision(s) 53164: [Backport #11657]
* vm_insnhelper.c (vm_call_method_each_type): should not set fastpath
with keyword arguments for VM_METHOD_TYPE_AT...
nagachika (Tomoyuki Chikanaga)
01:42 PM Bug #11998 (Third Party's Issue): Segmentation fault
You load an extension library for 2.2 from ruby 2.0.
Seems the rvm's issue as usual.
nobu (Nobuyoshi Nakada)
12:52 PM Bug #11998 (Third Party's Issue): Segmentation fault
Ruby seems to have crashed while attempting to run an alias in the command line, reverting to -v 2.0.0 after crash shmully (Shmully Wolfson)
12:20 PM Revision 53566 (trunk): * configure.in: improve ICC (Intel C Compiler) support.
* configure.in (CXX): The name of icc's c++ compiler is `icpc`.
* configure.in (warnings): Add `-diag-disable=2259` ...
naruse (Yui NARUSE)
12:20 PM Revision 53566 (ruby_2_4): * configure.in: improve ICC (Intel C Compiler) support.
* configure.in (CXX): The name of icc's c++ compiler is `icpc`.
* configure.in (warnings): Add `-diag-disable=2259` ...
naruse (Yui NARUSE)
12:20 PM Revision 53566 (ruby_2_5): * configure.in: improve ICC (Intel C Compiler) support.
* configure.in (CXX): The name of icc's c++ compiler is `icpc`.
* configure.in (warnings): Add `-diag-disable=2259` ...
naruse (Yui NARUSE)
12:20 PM Revision 9bed6e8e (ruby-git): * configure.in: improve ICC (Intel C Compiler) support.
* configure.in (CXX): The name of icc's c++ compiler is `icpc`.
* configure.in (warnings): Add `-diag-disable=2259` ...
naruse (Yui NARUSE)
11:40 AM Revision 53565 (trunk): * string.c: Any kind of option is now taking the new code path for
upcase/downcase/capitalize/swapcase. :lithuanian can be used for
testing if no specific option is desired.
* test/r...
duerst (Martin Dürst)
11:40 AM Revision 53565 (ruby_2_4): * string.c: Any kind of option is now taking the new code path for
upcase/downcase/capitalize/swapcase. :lithuanian can be used for
testing if no specific option is desired.
* test/r...
duerst (Martin Dürst)
11:40 AM Revision 53565 (ruby_2_5): * string.c: Any kind of option is now taking the new code path for
upcase/downcase/capitalize/swapcase. :lithuanian can be used for
testing if no specific option is desired.
* test/r...
duerst (Martin Dürst)
11:40 AM Revision e580847c (ruby-git): * string.c: Any kind of option is now taking the new code path for
upcase/downcase/capitalize/swapcase. :lithuanian can be used for
testing if no specific option is desired.
* test/r...
duerst (Martin Dürst)
11:10 AM Revision 53564 (trunk): * enc/unicode.c: Fixed a logical error and some comments.
* test/ruby/enc/test_case_mapping.rb: Made tests more general.
(with Kimihito Matsui)
duerst (Martin Dürst)
11:10 AM Revision 53564 (ruby_2_4): * enc/unicode.c: Fixed a logical error and some comments.
* test/ruby/enc/test_case_mapping.rb: Made tests more general.
(with Kimihito Matsui)
duerst (Martin Dürst)
11:10 AM Revision 53564 (ruby_2_5): * enc/unicode.c: Fixed a logical error and some comments.
* test/ruby/enc/test_case_mapping.rb: Made tests more general.
(with Kimihito Matsui)
duerst (Martin Dürst)
11:10 AM Revision f307d1fe (ruby-git): * enc/unicode.c: Fixed a logical error and some comments.
* test/ruby/enc/test_case_mapping.rb: Made tests more general.
(with Kimihito Matsui)
git-svn-id: svn+ssh://ci.ru...
duerst (Martin Dürst)
09:03 AM Revision 53563 (trunk): get rid of non-ascii chars
nobu (Nobuyoshi Nakada)
09:03 AM Revision 53563 (ruby_2_4): get rid of non-ascii chars
nobu (Nobuyoshi Nakada)
09:03 AM Revision 53563 (ruby_2_5): get rid of non-ascii chars
nobu (Nobuyoshi Nakada)
09:03 AM Revision 39f44f01 (ruby-git): get rid of non-ascii chars
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53563 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
08:42 AM Revision 53562 (trunk): * enc/unicode.c: Removed artificial expansion for Turkic,
added hand-coded support for Turkic, fixed logic for swapcase.
* string.c: Made use of new case mapping code possible...
duerst (Martin Dürst)
08:42 AM Revision 53562 (ruby_2_4): * enc/unicode.c: Removed artificial expansion for Turkic,
added hand-coded support for Turkic, fixed logic for swapcase.
* string.c: Made use of new case mapping code possible...
duerst (Martin Dürst)
08:42 AM Revision 53562 (ruby_2_5): * enc/unicode.c: Removed artificial expansion for Turkic,
added hand-coded support for Turkic, fixed logic for swapcase.
* string.c: Made use of new case mapping code possible...
duerst (Martin Dürst)
08:42 AM Revision 959bbb6f (ruby-git): * enc/unicode.c: Removed artificial expansion for Turkic,
added hand-coded support for Turkic, fixed logic for swapcase.
* string.c: Made use of new case mapping code possible...
duerst (Martin Dürst)
06:31 AM Revision 53561 (trunk): option.c: single byte boolean
* ext/socket/option.c (sockopt_bool): relax boolean size to be one
too not only sizeof(int). Winsock getsockopt() ...
nobu (Nobuyoshi Nakada)
06:31 AM Revision 53561 (ruby_2_4): option.c: single byte boolean
* ext/socket/option.c (sockopt_bool): relax boolean size to be one
too not only sizeof(int). Winsock getsockopt() ...
nobu (Nobuyoshi Nakada)
06:31 AM Revision 53561 (ruby_2_5): option.c: single byte boolean
* ext/socket/option.c (sockopt_bool): relax boolean size to be one
too not only sizeof(int). Winsock getsockopt() ...
nobu (Nobuyoshi Nakada)
06:31 AM Revision 0bc53416 (ruby-git): option.c: single byte boolean
* ext/socket/option.c (sockopt_bool): relax boolean size to be one
too not only sizeof(int). Winsock getsockopt() ...
nobu (Nobuyoshi Nakada)
06:31 AM Bug #11958 (Closed): TCPSocket.getsockopt().bool raises a TypeError on windows
Applied in changeset r53561.
----------
option.c: single byte boolean
* ext/socket/option.c (sockopt_bool): relax b...
nobu (Nobuyoshi Nakada)
05:43 AM Revision 53560 (trunk): Add a test case for ENV#select_bang,keep_if
* test/ruby/test_env.rb: [Fix GH-1201]
* Extract test code for ENV#keep_if from ENV#select_bang
* Add a test case...
nobu (Nobuyoshi Nakada)
05:43 AM Revision 53560 (ruby_2_4): Add a test case for ENV#select_bang,keep_if
* test/ruby/test_env.rb: [Fix GH-1201]
* Extract test code for ENV#keep_if from ENV#select_bang
* Add a test case...
nobu (Nobuyoshi Nakada)
05:43 AM Revision 53560 (ruby_2_5): Add a test case for ENV#select_bang,keep_if
* test/ruby/test_env.rb: [Fix GH-1201]
* Extract test code for ENV#keep_if from ENV#select_bang
* Add a test case...
nobu (Nobuyoshi Nakada)
05:43 AM Revision f918d2b8 (ruby-git): Add a test case for ENV#select_bang,keep_if
* test/ruby/test_env.rb: [Fix GH-1201]
* Extract test code for ENV#keep_if from ENV#select_bang
* Add a test case...
nobu (Nobuyoshi Nakada)
05:43 AM Revision 53559 (trunk): Add a test case for ENV#reject_bang,delete_if
* test/ruby/test_env.rb: [Fix GH-1201]
* Extract test code for ENV#delete_if from ENV#reject_bang
* Add a test ca...
nobu (Nobuyoshi Nakada)
05:43 AM Revision 53559 (ruby_2_4): Add a test case for ENV#reject_bang,delete_if
* test/ruby/test_env.rb: [Fix GH-1201]
* Extract test code for ENV#delete_if from ENV#reject_bang
* Add a test ca...
nobu (Nobuyoshi Nakada)
05:43 AM Revision 53559 (ruby_2_5): Add a test case for ENV#reject_bang,delete_if
* test/ruby/test_env.rb: [Fix GH-1201]
* Extract test code for ENV#delete_if from ENV#reject_bang
* Add a test ca...
nobu (Nobuyoshi Nakada)
05:43 AM Revision ddd40c73 (ruby-git): Add a test case for ENV#reject_bang,delete_if
* test/ruby/test_env.rb: [Fix GH-1201]
* Extract test code for ENV#delete_if from ENV#reject_bang
* Add a test ca...
nobu (Nobuyoshi Nakada)
05:41 AM Revision 53558 (trunk): * 2016-01-17
svn
05:41 AM Revision 53558 (ruby_2_4): * 2016-01-17
svn
05:41 AM Revision 53558 (ruby_2_5): * 2016-01-17
svn
05:41 AM Revision 00cd6c62 (ruby-git): * 2016-01-17
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53558 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn
05:41 AM Revision 53557 (trunk): option.c: make error messages consistent
* ext/socket/option.c (check_size): extract a macro to check
binary data size, with a consistent message.
* ext/soc...
nobu (Nobuyoshi Nakada)
05:41 AM Revision 53557 (ruby_2_4): option.c: make error messages consistent
* ext/socket/option.c (check_size): extract a macro to check
binary data size, with a consistent message.
* ext/soc...
nobu (Nobuyoshi Nakada)
05:41 AM Revision 53557 (ruby_2_5): option.c: make error messages consistent
* ext/socket/option.c (check_size): extract a macro to check
binary data size, with a consistent message.
* ext/soc...
nobu (Nobuyoshi Nakada)
05:41 AM Revision b25ad0da (ruby-git): option.c: make error messages consistent
* ext/socket/option.c (check_size): extract a macro to check
binary data size, with a consistent message.
* ext/soc...
nobu (Nobuyoshi Nakada)
03:50 AM Bug #11996 (Feedback): bin/rails server Unavailable
What is the whole message, and the diagnostic report? nobu (Nobuyoshi Nakada)

01/16/2016

02:53 PM Revision 53556 (ruby_2_4): fix typos [ci skip]
kazu
02:53 PM Revision 53556 (ruby_2_5): fix typos [ci skip]
kazu
02:53 PM Revision 53556 (trunk): fix typos [ci skip]
znz (Kazuhiro NISHIYAMA)
02:53 PM Revision 361d51a7 (ruby-git): fix typos [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53556 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
12:16 PM Revision 53555 (trunk): parse.y: should not deent concatenated string
* parse.y (xstring): reset heredoc indent after dedenting,
so that following string literal would not be dedented.
...
nobu (Nobuyoshi Nakada)
12:16 PM Revision 53555 (ruby_2_4): parse.y: should not deent concatenated string
* parse.y (xstring): reset heredoc indent after dedenting,
so that following string literal would not be dedented.
...
nobu (Nobuyoshi Nakada)
12:16 PM Revision 53555 (ruby_2_5): parse.y: should not deent concatenated string
* parse.y (xstring): reset heredoc indent after dedenting,
so that following string literal would not be dedented.
...
nobu (Nobuyoshi Nakada)
12:16 PM Revision c8348d0c (ruby-git): parse.y: should not deent concatenated string
* parse.y (xstring): reset heredoc indent after dedenting,
so that following string literal would not be dedented.
...
nobu (Nobuyoshi Nakada)
11:28 AM Bug #7676: Comparison of Float::NAN in array behaves unexpectedly
It appears calling eql? on array does not behave in this way:
```
[Float::NAN].eql? [Float::NAN]
=> false
```
...
dwfait (Dwain Faithfull)
09:09 AM Feature #11997: A method to read a file with interpolations
> Why not erb?
Erb syntax is too much noise to me. It is centered toward html (it resembles html tagging), which i...
sawa (Tsuyoshi Sawada)
02:07 AM Feature #11997 (Feedback): A method to read a file with interpolations
Why not erb? nobu (Nobuyoshi Nakada)
08:24 AM Revision 53554 (trunk): * enc/unicode.c: Artificial mapping to test buffer expansion code.
* string.c: Fixed buffer expansion logic.
* test/ruby/enc/test_case_mapping.rb: Tests for above.
(with Kimihito Matsui)
duerst (Martin Dürst)
08:24 AM Revision 53554 (ruby_2_4): * enc/unicode.c: Artificial mapping to test buffer expansion code.
* string.c: Fixed buffer expansion logic.
* test/ruby/enc/test_case_mapping.rb: Tests for above.
(with Kimihito Matsui)
duerst (Martin Dürst)
08:24 AM Revision 53554 (ruby_2_5): * enc/unicode.c: Artificial mapping to test buffer expansion code.
* string.c: Fixed buffer expansion logic.
* test/ruby/enc/test_case_mapping.rb: Tests for above.
(with Kimihito Matsui)
duerst (Martin Dürst)
08:24 AM Revision c12af767 (ruby-git): * enc/unicode.c: Artificial mapping to test buffer expansion code.
* string.c: Fixed buffer expansion logic.
* test/ruby/enc/test_case_mapping.rb: Tests for above.
(with Kimihito Matsu...
duerst (Martin Dürst)
07:51 AM Revision 53553 (trunk): * ext/openssl/lib/openssl/pkey.rb: Added 2048 bit DH parameter.
* test/openssl/test_pkey_dh.rb: ditto. hsbt (Hiroshi SHIBATA)
07:51 AM Revision 53553 (ruby_2_4): * ext/openssl/lib/openssl/pkey.rb: Added 2048 bit DH parameter.
* test/openssl/test_pkey_dh.rb: ditto. hsbt (Hiroshi SHIBATA)
07:51 AM Revision 53553 (ruby_2_5): * ext/openssl/lib/openssl/pkey.rb: Added 2048 bit DH parameter.
* test/openssl/test_pkey_dh.rb: ditto. hsbt (Hiroshi SHIBATA)
07:51 AM Revision d2076446 (ruby-git): * ext/openssl/lib/openssl/pkey.rb: Added 2048 bit DH parameter.
* test/openssl/test_pkey_dh.rb: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53553 b2dd03c8-39d4-4d8f-98...
hsbt (Hiroshi SHIBATA)
02:05 AM Bug #11995 (Rejected): BigDecimal#power fails for some values
The latter is parsed as `-(0.5**0.2)`.
~~~
$ ruby -e 'p (-0.5)**0.2'
(0.7042902001692478+0.5116967824803669i)
~...
nobu (Nobuyoshi Nakada)
01:51 AM Revision 53552 (trunk): * enc/unicode.c: fix implicit conversion error with clang. fixup r53548.
* string.c: ditto. hsbt (Hiroshi SHIBATA)
01:51 AM Revision 53552 (ruby_2_4): * enc/unicode.c: fix implicit conversion error with clang. fixup r53548.
* string.c: ditto. hsbt (Hiroshi SHIBATA)
01:51 AM Revision 53552 (ruby_2_5): * enc/unicode.c: fix implicit conversion error with clang. fixup r53548.
* string.c: ditto. hsbt (Hiroshi SHIBATA)
01:51 AM Revision 219467ab (ruby-git): * enc/unicode.c: fix implicit conversion error with clang. fixup r53548.
* string.c: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53552 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
hsbt (Hiroshi SHIBATA)
01:37 AM Revision 53551 (trunk): * common.mk: test-sample was changed to test-basic.
[Feature #11982][ruby-core:72823]
* basictest/runner.rb: ditto. rename from tool/rubytest.rb.
* basictest/test.rb: di...
hsbt (Hiroshi SHIBATA)
01:37 AM Revision 53551 (ruby_2_4): * common.mk: test-sample was changed to test-basic.
[Feature #11982][ruby-core:72823]
* basictest/runner.rb: ditto. rename from tool/rubytest.rb.
* basictest/test.rb: di...
hsbt (Hiroshi SHIBATA)
01:37 AM Revision 53551 (ruby_2_5): * common.mk: test-sample was changed to test-basic.
[Feature #11982][ruby-core:72823]
* basictest/runner.rb: ditto. rename from tool/rubytest.rb.
* basictest/test.rb: di...
hsbt (Hiroshi SHIBATA)
01:37 AM Revision 203e604f (ruby-git): * common.mk: test-sample was changed to test-basic.
[Feature #11982][ruby-core:72823]
* basictest/runner.rb: ditto. rename from tool/rubytest.rb.
* basictest/test.rb: di...
hsbt (Hiroshi SHIBATA)
01:37 AM Feature #11982 (Closed): Rename test-sample
Applied in changeset r53551.
----------
* common.mk: test-sample was changed to test-basic.
[Feature #11982][ruby-...
hsbt (Hiroshi SHIBATA)
01:24 AM Revision 53550 (trunk): * 2016-01-16
svn
01:24 AM Revision 53550 (ruby_2_4): * 2016-01-16
svn
01:24 AM Revision 53550 (ruby_2_5): * 2016-01-16
svn
01:24 AM Revision f69d6c4f (ruby-git): * 2016-01-16
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53550 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn
01:24 AM Revision 53549 (trunk): * remove trailing spaces.
svn
01:24 AM Revision 53549 (ruby_2_4): * remove trailing spaces.
svn
01:24 AM Revision 53549 (ruby_2_5): * remove trailing spaces.
svn
01:24 AM Revision 72fa5a8e (ruby-git): * remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53549 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn
01:24 AM Revision 53548 (trunk): * string.c, enc/unicode.c: New code path as a preparation for Unicode-wide
case mapping. The code path is currently guarded by the :lithuanian
option to avoid accidental problems in daily us...
duerst (Martin Dürst)
01:24 AM Revision 53548 (ruby_2_4): * string.c, enc/unicode.c: New code path as a preparation for Unicode-wide
case mapping. The code path is currently guarded by the :lithuanian
option to avoid accidental problems in daily us...
duerst (Martin Dürst)
01:24 AM Revision 53548 (ruby_2_5): * string.c, enc/unicode.c: New code path as a preparation for Unicode-wide
case mapping. The code path is currently guarded by the :lithuanian
option to avoid accidental problems in daily us...
duerst (Martin Dürst)
01:24 AM Revision be897c25 (ruby-git): * string.c, enc/unicode.c: New code path as a preparation for Unicode-wide
case mapping. The code path is currently guarded by the :lithuanian
option to avoid accidental problems in daily us...
duerst (Martin Dürst)

01/15/2016

08:32 PM Feature #11997 (Feedback): A method to read a file with interpolations
I request a single method that reads a file while interpreting interpolated Ruby code in it (in the current context).... sawa (Tsuyoshi Sawada)
05:12 PM Bug #11996 (Feedback): bin/rails server Unavailable
Hey there,
I'm new to Ruby and Rails so not really sure what the problem is here. I've created a 'railsbridge' dir...
apelchuk (Arkady Apelchuk)
03:57 PM Bug #11979 (Closed): gcc-6 fails to optimize regcomp.c:compile_length_quantifier_node()
octoploid octoploid wrote:
> Takeshi Nishimatsu wrote:
> > Sorry, but GCC developers judged my bug report as INVALI...
naruse (Yui NARUSE)
01:27 PM Bug #11979: gcc-6 fails to optimize regcomp.c:compile_length_quantifier_node()
Takeshi Nishimatsu wrote:
> Sorry, but GCC developers judged my bug report as INVALID.
> https://gcc.gnu.org/bugzil...
octoploid (octoploid octoploid)
09:57 AM Bug #11979: gcc-6 fails to optimize regcomp.c:compile_length_quantifier_node()
Sorry, but GCC developers judged my bug report as INVALID.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69291
On ...
t-nissie (Takeshi Nishimatsu)
06:04 AM Bug #11979: gcc-6 fails to optimize regcomp.c:compile_length_quantifier_node()
I reported this issue as https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69291 with new info of:
I found strange beha...
t-nissie (Takeshi Nishimatsu)
03:19 PM Bug #11995 (Rejected): BigDecimal#power fails for some values
$ irb -rbigdecimal
> BigDecimal('-0.5').power(BigDecimal('0.2'))
Math::DomainError: Zero or negative argument for l...
dolzenko (Evgeniy Dolzhenko)
02:12 PM Bug #11994 (Closed): Incorrect result for yday in vtm_add_offset with negative UTC offset on last day of the year
When you have a UTC time value that's the first day of the year and then convert it to a time value with a negative U... pixeltrix (Andrew White)
01:16 PM Revision 53547 (trunk): .gdbinit: dump_node [ci skip]
* .gdbinit (dump_node): dump NODE list in gdb. nobu (Nobuyoshi Nakada)
01:16 PM Revision 53547 (ruby_2_4): .gdbinit: dump_node [ci skip]
* .gdbinit (dump_node): dump NODE list in gdb. nobu (Nobuyoshi Nakada)
01:16 PM Revision 53547 (ruby_2_5): .gdbinit: dump_node [ci skip]
* .gdbinit (dump_node): dump NODE list in gdb. nobu (Nobuyoshi Nakada)
01:16 PM Revision 2fd11c76 (ruby-git): .gdbinit: dump_node [ci skip]
* .gdbinit (dump_node): dump NODE list in gdb.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53547 b2dd03c8-39d4...
nobu (Nobuyoshi Nakada)
01:15 PM Revision 53546 (trunk): disable unaligned word access
* include/ruby/defines.h, st.c: disable unaligned word access with
gcc 6 or later. [Bug #11831]
nobu (Nobuyoshi Nakada)
01:15 PM Revision 53546 (ruby_2_4): disable unaligned word access
* include/ruby/defines.h, st.c: disable unaligned word access with
gcc 6 or later. [Bug #11831]
nobu (Nobuyoshi Nakada)
01:15 PM Revision 53546 (ruby_2_5): disable unaligned word access
* include/ruby/defines.h, st.c: disable unaligned word access with
gcc 6 or later. [Bug #11831]
nobu (Nobuyoshi Nakada)
01:15 PM Revision fd7b490f (ruby-git): disable unaligned word access
* include/ruby/defines.h, st.c: disable unaligned word access with
gcc 6 or later. [Bug #11831]
git-svn-id: svn+s...
nobu (Nobuyoshi Nakada)
01:12 PM Revision 53545 (trunk): disable unaligned word access
* regint.h: disable unaligned word access with gcc 6 or later.
[Bug #11831]
nobu (Nobuyoshi Nakada)
01:12 PM Revision 53545 (ruby_2_4): disable unaligned word access
* regint.h: disable unaligned word access with gcc 6 or later.
[Bug #11831]
nobu (Nobuyoshi Nakada)
01:12 PM Revision 53545 (ruby_2_5): disable unaligned word access
* regint.h: disable unaligned word access with gcc 6 or later.
[Bug #11831]
nobu (Nobuyoshi Nakada)
01:12 PM Revision 04c55c07 (ruby-git): disable unaligned word access
* regint.h: disable unaligned word access with gcc 6 or later.
[Bug #11831]
git-svn-id: svn+ssh://ci.ruby-lang.org...
nobu (Nobuyoshi Nakada)
01:11 PM Bug #11831 (Closed): Undefined behavior issues
Applied in changeset r53545.
----------
disable unaligned word access
* regint.h: disable unaligned word access wit...
nobu (Nobuyoshi Nakada)
01:10 PM Bug #11831: Undefined behavior issues
Naohisa Goto wrote:
> Since r53543, unaligned word access can be disabled with ./configure CPPFLAGS="-DUNALIGNED_WOR...
octoploid (octoploid octoploid)
12:25 PM Bug #11831: Undefined behavior issues
Since r53543, unaligned word access can be disabled with ./configure CPPFLAGS="-DUNALIGNED_WORD_ACCESS=0"
I think th...
ngoto (Naohisa Goto)
01:08 PM Revision 53544 (trunk): Revert r53539 and r53540
* basictest/test.rb: revert r53539 because it depends on r53537.
* gmake.mk: ditto, revert r53540.
nobu (Nobuyoshi Nakada)
01:08 PM Revision 53544 (ruby_2_4): Revert r53539 and r53540
* basictest/test.rb: revert r53539 because it depends on r53537.
* gmake.mk: ditto, revert r53540.
nobu (Nobuyoshi Nakada)
01:08 PM Revision 53544 (ruby_2_5): Revert r53539 and r53540
* basictest/test.rb: revert r53539 because it depends on r53537.
* gmake.mk: ditto, revert r53540.
nobu (Nobuyoshi Nakada)
01:08 PM Revision 78d4bc92 (ruby-git): Revert r53539 and r53540
* basictest/test.rb: revert r53539 because it depends on r53537.
* gmake.mk: ditto, revert r53540.
git-svn-id: svn+...
nobu (Nobuyoshi Nakada)
01:02 PM Feature #11982 (Open): Rename test-sample
hsbt (Hiroshi SHIBATA)
12:25 AM Feature #11982 (Closed): Rename test-sample
Applied in changeset r53537.
----------
* common.mk: test-sample was changed to test-basic.
[Feature #11982][ruby-...
hsbt (Hiroshi SHIBATA)
11:25 AM Revision 53543 (trunk): * regint.h (PLATFORM_UNALIGNED_WORD_ACCESS): The value of
UNALIGNED_WORD_ACCESS should be used to determine whether
unaligned word access is allowed or not. After this commi...
ngoto (Naohisa Goto)
11:25 AM Revision 53543 (ruby_2_4): * regint.h (PLATFORM_UNALIGNED_WORD_ACCESS): The value of
UNALIGNED_WORD_ACCESS should be used to determine whether
unaligned word access is allowed or not. After this commi...
ngoto (Naohisa Goto)
11:25 AM Revision 53543 (ruby_2_5): * regint.h (PLATFORM_UNALIGNED_WORD_ACCESS): The value of
UNALIGNED_WORD_ACCESS should be used to determine whether
unaligned word access is allowed or not. After this commi...
ngoto (Naohisa Goto)
11:25 AM Revision 5df321fb (ruby-git): * regint.h (PLATFORM_UNALIGNED_WORD_ACCESS): The value of
UNALIGNED_WORD_ACCESS should be used to determine whether
unaligned word access is allowed or not. After this commi...
ngoto (Naohisa Goto)
11:05 AM Revision 53542 (trunk): Revert "* common.mk: test-sample was changed to test-basic."
This reverts r53537.
Fix chkbuild first.
naruse (Yui NARUSE)
11:05 AM Revision 53542 (ruby_2_4): Revert "* common.mk: test-sample was changed to test-basic."
This reverts r53537.
Fix chkbuild first.
naruse (Yui NARUSE)
11:05 AM Revision 53542 (ruby_2_5): Revert "* common.mk: test-sample was changed to test-basic."
This reverts r53537.
Fix chkbuild first.
naruse (Yui NARUSE)
11:05 AM Revision e0ea6417 (ruby-git): Revert "* common.mk: test-sample was changed to test-basic."
This reverts r53537.
Fix chkbuild first.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53542 b2dd03c8-39d4-4d8f-...
naruse (Yui NARUSE)
09:43 AM Bug #11991: `Symbol#match` returns the match position, unlike `String#match` and `Regexp#match`
I would be happy to adapt the spec suite to the newer behavior if we decide so, of course.
However, I think such a c...
Eregon (Benoit Daloze)
06:28 AM Bug #11991: `Symbol#match` returns the match position, unlike `String#match` and `Regexp#match`
Seems a bug, but ["spec-style" test suit](https://github.com/ruby/spec/blob/master/core/symbol/match_spec.rb) seems d... nobu (Nobuyoshi Nakada)
09:05 AM Bug #11993 (Rejected): foo(hash) is handled like foo(**hash)
Given this method:
def foo(a = nil, b: nil)
p a: a, b: b
end
I can pass keyword arguments to it...
sos4nt (Stefan Schüßler)
07:12 AM Revision 53541 (trunk): parse.y: should not deent concatenated string
* parse.y (string1): reset heredoc indent fore each string leteral
so that concatenated string would not be dedente...
nobu (Nobuyoshi Nakada)
07:12 AM Revision 53541 (ruby_2_4): parse.y: should not deent concatenated string
* parse.y (string1): reset heredoc indent fore each string leteral
so that concatenated string would not be dedente...
nobu (Nobuyoshi Nakada)
07:12 AM Revision 53541 (ruby_2_5): parse.y: should not deent concatenated string
* parse.y (string1): reset heredoc indent fore each string leteral
so that concatenated string would not be dedente...
nobu (Nobuyoshi Nakada)
07:12 AM Revision 0d75b7f9 (ruby-git): parse.y: should not deent concatenated string
* parse.y (string1): reset heredoc indent fore each string leteral
so that concatenated string would not be dedente...
nobu (Nobuyoshi Nakada)
07:12 AM Bug #11990 (Closed): Dedenting heredoc interacts poorly with string concatenation
Applied in changeset r53541.
----------
parse.y: should not deent concatenated string
* parse.y (string1): reset he...
nobu (Nobuyoshi Nakada)
06:17 AM Bug #11992 (Feedback): Regexp match data
I can't reproduce it, with any of 1.8..2.3, nor jruby-9.0.1.0.
~~~
$ ruby -e 'm=" M.S. Math \n M.S. Computer Eng...
nobu (Nobuyoshi Nakada)
03:18 AM Bug #11992: Regexp match data
Found in jruby too rinkevichjm (James Rinkevich)
03:17 AM Bug #11992 (Feedback): Regexp match data
~~~ruby
m=" M.S. Math \n M.S. Computer Eng. \n".match /M\.S\./
m.offset 0
[1,5]
m.offset 1
[1,5] # should be [1...
rinkevichjm (James Rinkevich)
05:50 AM Bug #11980: External methods are appearing as instance methods for String
It's not really a bug.
When you define following method. It is added on Object class. And any class which inherit...
codetodya (Sumit Mahamuni)
04:39 AM Revision 53540 (trunk): gmake.mk: update order
* defs/gmake.mk (yes-test-basic): update the target name and the
order of tests. [Feature #11982]
nobu (Nobuyoshi Nakada)
04:39 AM Revision 53540 (ruby_2_4): gmake.mk: update order
* defs/gmake.mk (yes-test-basic): update the target name and the
order of tests. [Feature #11982]
nobu (Nobuyoshi Nakada)
04:39 AM Revision 53540 (ruby_2_5): gmake.mk: update order
* defs/gmake.mk (yes-test-basic): update the target name and the
order of tests. [Feature #11982]
nobu (Nobuyoshi Nakada)
04:39 AM Revision 1b191689 (ruby-git): gmake.mk: update order
* defs/gmake.mk (yes-test-basic): update the target name and the
order of tests. [Feature #11982]
git-svn-id: svn...
nobu (Nobuyoshi Nakada)
04:33 AM Revision 53539 (trunk): basictest/test.rb: update message
* basictest/test.rb (test_check): update the file name in
messages, as r53537. [Feature #11982]
nobu (Nobuyoshi Nakada)
04:33 AM Revision 53539 (ruby_2_4): basictest/test.rb: update message
* basictest/test.rb (test_check): update the file name in
messages, as r53537. [Feature #11982]
nobu (Nobuyoshi Nakada)
04:33 AM Revision 53539 (ruby_2_5): basictest/test.rb: update message
* basictest/test.rb (test_check): update the file name in
messages, as r53537. [Feature #11982]
nobu (Nobuyoshi Nakada)
04:33 AM Revision 6b39fba4 (ruby-git): basictest/test.rb: update message
* basictest/test.rb (test_check): update the file name in
messages, as r53537. [Feature #11982]
git-svn-id: svn+s...
nobu (Nobuyoshi Nakada)
12:25 AM Revision 53538 (trunk): * 2016-01-15
svn
12:25 AM Revision 53538 (ruby_2_4): * 2016-01-15
svn
12:25 AM Revision 53538 (ruby_2_5): * 2016-01-15
svn
12:25 AM Revision 81a93c07 (ruby-git): * 2016-01-15
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53538 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn
12:25 AM Revision 53537 (trunk): * common.mk: test-sample was changed to test-basic.
[Feature #11982][ruby-core:72823]
* basictest/runner.rb: ditto. rename from tool/rubytest.rb.
* basictest/test.rb: di...
hsbt (Hiroshi SHIBATA)
12:25 AM Revision 53537 (ruby_2_4): * common.mk: test-sample was changed to test-basic.
[Feature #11982][ruby-core:72823]
* basictest/runner.rb: ditto. rename from tool/rubytest.rb.
* basictest/test.rb: di...
hsbt (Hiroshi SHIBATA)
12:25 AM Revision 53537 (ruby_2_5): * common.mk: test-sample was changed to test-basic.
[Feature #11982][ruby-core:72823]
* basictest/runner.rb: ditto. rename from tool/rubytest.rb.
* basictest/test.rb: di...
hsbt (Hiroshi SHIBATA)
12:25 AM Revision 17238bce (ruby-git): * common.mk: test-sample was changed to test-basic.
[Feature #11982][ruby-core:72823]
* basictest/runner.rb: ditto. rename from tool/rubytest.rb.
* basictest/test.rb: di...
hsbt (Hiroshi SHIBATA)

01/14/2016

10:20 PM Bug #11991 (Closed): `Symbol#match` returns the match position, unlike `String#match` and `Regexp#match`
`String#match` and `Regexp#match` return a `MatchData` when match succeeds:
~~~RUBY
"".match(//) # => #<MatchData...
sawa (Tsuyoshi Sawada)
10:11 PM Bug #11977: Bug with array literals caused by r53376
Eric Wong wrote:
> tenderlove@ruby-lang.org wrote:
> > I guess this is due to the hash table change? I can't say ...
tenderlovemaking (Aaron Patterson)
10:09 PM Bug #11657: Abort Trap 6 when running a test suite
2.3.0 works, but 2.2.4 currently doesn't include the fix. I note a tag saying 2.2 is required; I guess it'll end up i... adh1003 (Andrew Hodgkinson)
03:06 PM Revision 53536 (ruby_2_3): merge revision(s) 53535:
* lib/uri/generic.rb (URI::Generic#to_s): change encoding to
UTF-8 as Ruby 2.2/ by Koichi ITO <koic.ito@gmail.com>...
naruse (Yui NARUSE)
03:06 PM Revision 37c5197b (ruby-git): merge revision(s) 53535:
* lib/uri/generic.rb (URI::Generic#to_s): change encoding to
UTF-8 as Ruby 2.2/ by Koichi ITO <koic.ito@gmail.com>...
naruse (Yui NARUSE)
01:51 PM Bug #11985: SignalException: SIGABRT when rake test
I met with failures when i tried to simplify my code, `SignalException` will always be disappeared when i try to dele... wensen (Vincent Ting)
01:41 PM Bug #11990 (Closed): Dedenting heredoc interacts poorly with string concatenation
The following code reproduces the problem:
~~~
p <<~E " y"
x
E
~~~
It prints `"x\ny"`, but the second st...
whitequark (whitequark *)
12:45 PM Bug #11989 (Closed): Dedenting interpolating heredoc can interpret escapes incorrectly
It is clear that the dedenting <<~HEREDOC feature was intended to only consider actual whitespace in the source file ... whitequark (whitequark *)
11:20 AM Revision 53535 (trunk): * lib/uri/generic.rb (URI::Generic#to_s): change encoding to
UTF-8 as Ruby 2.2/ by Koichi ITO <koic.ito@gmail.com>
https://github.com/ruby/ruby/pull/1188 fix GH-1188
naruse (Yui NARUSE)
11:20 AM Revision 53535 (ruby_2_4): * lib/uri/generic.rb (URI::Generic#to_s): change encoding to
UTF-8 as Ruby 2.2/ by Koichi ITO <koic.ito@gmail.com>
https://github.com/ruby/ruby/pull/1188 fix GH-1188
naruse (Yui NARUSE)
11:20 AM Revision 53535 (ruby_2_5): * lib/uri/generic.rb (URI::Generic#to_s): change encoding to
UTF-8 as Ruby 2.2/ by Koichi ITO <koic.ito@gmail.com>
https://github.com/ruby/ruby/pull/1188 fix GH-1188
naruse (Yui NARUSE)
11:20 AM Revision aa90e3b8 (ruby-git): * lib/uri/generic.rb (URI::Generic#to_s): change encoding to
UTF-8 as Ruby 2.2/ by Koichi ITO <koic.ito@gmail.com>
https://github.com/ruby/ruby/pull/1188 fix GH-1188
git-svn-i...
naruse (Yui NARUSE)
10:31 AM Bug #11973 (Rejected): IO#advise should raise NotImplementedError on platforms that do not support that call
Closing this issue, since people seem to agree the current behavior is intended.
(Also see https://github.com/ruby/s...
Eregon (Benoit Daloze)
09:42 AM Bug #11988 (Assigned): YAML.dump doesn't quote string starting with 0 which will be recognized as float in YAML 1.2
I found it is psych's issue.
Following fixes this (but may be it is fixed in Psych::ScalarScanner#tokenize.
```di...
naruse (Yui NARUSE)
12:14 AM Bug #11988: YAML.dump doesn't quote string starting with 0 which will be recognized as float in YAML 1.2
I suspect that it may be a behavior of libyaml. nobu (Nobuyoshi Nakada)
08:36 AM Revision 53534 (trunk): variable.c: matched backrefs only
* variable.c (rb_f_global_variables): add matched back references
only, as well as defiend? operator.
nobu (Nobuyoshi Nakada)
08:36 AM Revision 53534 (ruby_2_4): variable.c: matched backrefs only
* variable.c (rb_f_global_variables): add matched back references
only, as well as defiend? operator.
nobu (Nobuyoshi Nakada)
08:36 AM Revision 53534 (ruby_2_5): variable.c: matched backrefs only
* variable.c (rb_f_global_variables): add matched back references
only, as well as defiend? operator.
nobu (Nobuyoshi Nakada)
08:36 AM Revision 92e803c9 (ruby-git): variable.c: matched backrefs only
* variable.c (rb_f_global_variables): add matched back references
only, as well as defiend? operator.
git-svn-id: ...
nobu (Nobuyoshi Nakada)
07:12 AM Revision 53533 (trunk): sprintf.c: exact number
* sprintf.c (rb_str_format): format exact number more exactly. nobu (Nobuyoshi Nakada)
07:12 AM Revision 53533 (ruby_2_4): sprintf.c: exact number
* sprintf.c (rb_str_format): format exact number more exactly. nobu (Nobuyoshi Nakada)
07:12 AM Revision 53533 (ruby_2_5): sprintf.c: exact number
* sprintf.c (rb_str_format): format exact number more exactly. nobu (Nobuyoshi Nakada)
07:12 AM Revision 1301d1f5 (ruby-git): sprintf.c: exact number
* sprintf.c (rb_str_format): format exact number more exactly.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@535...
nobu (Nobuyoshi Nakada)
07:10 AM Revision 53532 (trunk): test_sprintf.rb: simplify
* test/ruby/test_sprintf.rb (test_rational): enumerate formatted
flags and simplify.
nobu (Nobuyoshi Nakada)
07:10 AM Revision 53532 (ruby_2_4): test_sprintf.rb: simplify
* test/ruby/test_sprintf.rb (test_rational): enumerate formatted
flags and simplify.
nobu (Nobuyoshi Nakada)
07:10 AM Revision 53532 (ruby_2_5): test_sprintf.rb: simplify
* test/ruby/test_sprintf.rb (test_rational): enumerate formatted
flags and simplify.
nobu (Nobuyoshi Nakada)
07:10 AM Revision ed11f4b4 (ruby-git): test_sprintf.rb: simplify
* test/ruby/test_sprintf.rb (test_rational): enumerate formatted
flags and simplify.
git-svn-id: svn+ssh://ci.ruby...
nobu (Nobuyoshi Nakada)
06:09 AM Revision 53531 (trunk): * Remove 512-bit DH group. It's affected by LogJam Attack.
https://weakdh.org/
[fix GH-1196][Bug #11968][ruby-core:72766]
hsbt (Hiroshi SHIBATA)
06:09 AM Revision 53531 (ruby_2_4): * Remove 512-bit DH group. It's affected by LogJam Attack.
https://weakdh.org/
[fix GH-1196][Bug #11968][ruby-core:72766]
hsbt (Hiroshi SHIBATA)
06:09 AM Revision 53531 (ruby_2_5): * Remove 512-bit DH group. It's affected by LogJam Attack.
https://weakdh.org/
[fix GH-1196][Bug #11968][ruby-core:72766]
hsbt (Hiroshi SHIBATA)
06:09 AM Revision 55cb1b5e (ruby-git): * Remove 512-bit DH group. It's affected by LogJam Attack.
https://weakdh.org/
[fix GH-1196][Bug #11968][ruby-core:72766]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5...
hsbt (Hiroshi SHIBATA)
06:08 AM Bug #11968 (Closed): OpenSSL extension only supports weak (512-bit, 1024-bit) Diffie-Hellman groups
Applied in changeset r53531.
----------
* Remove 512-bit DH group. It's affected by LogJam Attack.
https://weakdh....
hsbt (Hiroshi SHIBATA)
03:03 AM Bug #11979: gcc-6 fails to optimize regcomp.c:compile_length_quantifier_node()
gcc-6 fails to optimize ruby-2.3.0/regcomp.c:compile_length_quantifier_node()
and cannot build the ruby. Even the -O...
t-nissie (Takeshi Nishimatsu)
02:45 AM Revision 53530 (trunk): variable.c: $1..$9 in global_variables
* variable.c (rb_f_global_variables): add $1..$9 only if $~ is
set. fix the condition removed at r14014.
nobu (Nobuyoshi Nakada)
02:45 AM Revision 53530 (ruby_2_4): variable.c: $1..$9 in global_variables
* variable.c (rb_f_global_variables): add $1..$9 only if $~ is
set. fix the condition removed at r14014.
nobu (Nobuyoshi Nakada)
02:45 AM Revision 53530 (ruby_2_5): variable.c: $1..$9 in global_variables
* variable.c (rb_f_global_variables): add $1..$9 only if $~ is
set. fix the condition removed at r14014.
nobu (Nobuyoshi Nakada)
02:45 AM Revision 7e825eee (ruby-git): variable.c: $1..$9 in global_variables
* variable.c (rb_f_global_variables): add $1..$9 only if $~ is
set. fix the condition removed at r14014.
git-svn-...
nobu (Nobuyoshi Nakada)
02:15 AM Revision 53529 (trunk): * 2016-01-14
svn
02:15 AM Revision 53529 (ruby_2_4): * 2016-01-14
svn
02:15 AM Revision 53529 (ruby_2_5): * 2016-01-14
svn
02:15 AM Revision d5c5d5c7 (ruby-git): * 2016-01-14
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53529 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn
02:15 AM Revision 53528 (trunk): hash.c: trivial optimization
* hash.c (rb_hash_initialize_copy): trivial optimization, copy
HASH_PROC_DEFAULT bit directly.
nobu (Nobuyoshi Nakada)
02:15 AM Revision 53528 (ruby_2_4): hash.c: trivial optimization
* hash.c (rb_hash_initialize_copy): trivial optimization, copy
HASH_PROC_DEFAULT bit directly.
nobu (Nobuyoshi Nakada)
02:15 AM Revision 53528 (ruby_2_5): hash.c: trivial optimization
* hash.c (rb_hash_initialize_copy): trivial optimization, copy
HASH_PROC_DEFAULT bit directly.
nobu (Nobuyoshi Nakada)
02:15 AM Revision 39cf3780 (ruby-git): hash.c: trivial optimization
* hash.c (rb_hash_initialize_copy): trivial optimization, copy
HASH_PROC_DEFAULT bit directly.
git-svn-id: svn+ssh...
nobu (Nobuyoshi Nakada)

01/13/2016

07:38 PM Bug #11988 (Closed): YAML.dump doesn't quote string starting with 0 which will be recognized as float in YAML 1.2
YAML.dump doesn't quote string "019" but it is recognized as float using Core Schema tag resolution option of YAML 1.... frsyuki (Sadayuki Furuhashi)
07:16 PM Bug #11973: IO#advise should raise NotImplementedError on platforms that do not support that call
Ruby APIs try to unify across platforms, and IO is not just POSIX.
So I think "noop returning nil" is an appropria...
Eregon (Benoit Daloze)
06:35 PM Bug #11973: IO#advise should raise NotImplementedError on platforms that do not support that call
I do not have any use-cases, unfortunately. I am just arguing from a standpoint of what I believe to be correct. If a... cremes (Chuck Remes)
08:28 AM Bug #11973: IO#advise should raise NotImplementedError on platforms that do not support that call
On Tue, Jan 12, 2016 at 7:06 PM, Eric Wong <normalperson@yhbt.net> wrote:
> git@chuckremes.com wrote:
>> 3. If the...
kosaki (Motohiro KOSAKI)
12:17 AM Bug #11973: IO#advise should raise NotImplementedError on platforms that do not support that call
git@chuckremes.com wrote:
> 3. If the platform DOES NOT SUPPORT posix_fadvise, then it should
> raise NotImplement...
normalperson (Eric Wong)
01:32 PM Bug #11979: gcc-6 fails to optimize regcomp.c:compile_length_quantifier_node()
gcc-6 fails to optimize regcomp.c.
~~~
$ ../configure CC=/usr/local/bin/gcc
$ make -j4 encdb.h # => ArgumentEr...
t-nissie (Takeshi Nishimatsu)
11:11 AM Bug #11985: SignalException: SIGABRT when rake test
Nobuyoshi Nakada wrote:
> How can I reproduce it?
Sorry, I'm trying to minify my code to reproduce it, but still ...
wensen (Vincent Ting)
10:54 AM Bug #11985 (Feedback): SignalException: SIGABRT when rake test
nobu (Nobuyoshi Nakada)
10:53 AM Bug #11985: SignalException: SIGABRT when rake test
How can I reproduce it? nobu (Nobuyoshi Nakada)
09:08 AM Bug #11985 (Feedback): SignalException: SIGABRT when rake test
wensen (Vincent Ting)
10:58 AM Feature #11987: daemons can't show the backtrace of rb_bug
I always recommend pointing stderr to a regular file using
`IO#reopen` after daemonization. Perhaps kwargs may be a...
normalperson (Eric Wong)
10:38 AM Feature #11987 (Open): daemons can't show the backtrace of rb_bug
Ruby shows backtrace and other information into stderr on rb_bug.
But daemon process redirects stderr into /dev/null...
naruse (Yui NARUSE)
10:19 AM Bug #11986 (Open): Segmentation fault
I've got the attached segmentation fault every time I shut down a web app. The web app is made with Sinatra and suppo... fabioin (Fabio Inguaggiato)
08:22 AM Revision 53527 (trunk): * .travis.yml: removed commented-out code.
hsbt (Hiroshi SHIBATA)
08:22 AM Revision 53527 (ruby_2_4): * .travis.yml: removed commented-out code.
hsbt (Hiroshi SHIBATA)
08:22 AM Revision 53527 (ruby_2_5): * .travis.yml: removed commented-out code.
hsbt (Hiroshi SHIBATA)
08:22 AM Revision 7cb5b7dd (ruby-git): * .travis.yml: removed commented-out code.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53527 b2dd03c8-39d4-4d8f-98ff-823fe69b080e hsbt (Hiroshi SHIBATA)
08:15 AM Revision 53526 (trunk): * .travis.yml: removed osx code. follow up with r53517
hsbt (Hiroshi SHIBATA)
08:15 AM Revision 53526 (ruby_2_4): * .travis.yml: removed osx code. follow up with r53517
hsbt (Hiroshi SHIBATA)
08:15 AM Revision 53526 (ruby_2_5): * .travis.yml: removed osx code. follow up with r53517
hsbt (Hiroshi SHIBATA)
08:15 AM Revision 6cea22b5 (ruby-git): * .travis.yml: removed osx code. follow up with r53517
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53526 b2dd03c8-39d4-4d8f-98ff-823fe69b080e hsbt (Hiroshi SHIBATA)
08:05 AM Revision 53525 (trunk): vm_eval.c: fstring format
* vm_eval.c (make_no_method_exception): make format string
fstring.
nobu (Nobuyoshi Nakada)
08:05 AM Revision 53525 (ruby_2_4): vm_eval.c: fstring format
* vm_eval.c (make_no_method_exception): make format string
fstring.
nobu (Nobuyoshi Nakada)
08:05 AM Revision 53525 (ruby_2_5): vm_eval.c: fstring format
* vm_eval.c (make_no_method_exception): make format string
fstring.
nobu (Nobuyoshi Nakada)
08:05 AM Revision be61b2b1 (ruby-git): vm_eval.c: fstring format
* vm_eval.c (make_no_method_exception): make format string
fstring.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tr...
nobu (Nobuyoshi Nakada)
07:56 AM Revision 53524 (trunk): iseq.c: mark parent iseq
* iseq.c (rb_iseq_mark): mark parent iseq to prevent dynamically
generated iseq by eval from GC. [ruby-core:72620]...
nobu (Nobuyoshi Nakada)
07:56 AM Revision 53524 (ruby_2_4): iseq.c: mark parent iseq
* iseq.c (rb_iseq_mark): mark parent iseq to prevent dynamically
generated iseq by eval from GC. [ruby-core:72620]...
nobu (Nobuyoshi Nakada)
07:56 AM Revision 53524 (ruby_2_5): iseq.c: mark parent iseq
* iseq.c (rb_iseq_mark): mark parent iseq to prevent dynamically
generated iseq by eval from GC. [ruby-core:72620]...
nobu (Nobuyoshi Nakada)
07:56 AM Revision 22121544 (ruby-git): iseq.c: mark parent iseq
* iseq.c (rb_iseq_mark): mark parent iseq to prevent dynamically
generated iseq by eval from GC. [ruby-core:72620]...
nobu (Nobuyoshi Nakada)
05:42 AM Bug #11984 (Open): DateTime.parse can parse invalid datetime string
It seems if you pass a string which begins with 2 alphabets and following is 7 numerics, it can be parsed as DateTime... lanscene (jarry xu)
04:44 AM Bug #11928: Segmentation fault in did_you_mean extension
This script still causes SEGV.
Confirmed with `ruby 2.4.0dev (2016-01-13 trunk 53518) [x86_64-darwin15]` and `ruby 2...
wanabe (_ wanabe)
04:02 AM Revision 53523 (trunk): fix previous commit
naruse (Yui NARUSE)
04:02 AM Revision 53523 (ruby_2_4): fix previous commit
naruse (Yui NARUSE)
04:02 AM Revision 53523 (ruby_2_5): fix previous commit
naruse (Yui NARUSE)
04:02 AM Revision be4501bf (ruby-git): fix previous commit
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53523 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
03:22 AM Revision 53522 (trunk): make CI output simpler
naruse (Yui NARUSE)
03:22 AM Revision 53522 (ruby_2_4): make CI output simpler
naruse (Yui NARUSE)
03:22 AM Revision 53522 (ruby_2_5): make CI output simpler
naruse (Yui NARUSE)
03:22 AM Revision 7c276364 (ruby-git): make CI output simpler
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53522 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
03:03 AM Revision 53521 (trunk): don't replace job status, it consume log length count
"The log length has exceeded the limit of 4 Megabytes (this usually
means that test suite is raising the same excepti...
naruse (Yui NARUSE)
03:03 AM Revision 53521 (ruby_2_4): don't replace job status, it consume log length count
"The log length has exceeded the limit of 4 Megabytes (this usually
means that test suite is raising the same excepti...
naruse (Yui NARUSE)
03:03 AM Revision 53521 (ruby_2_5): don't replace job status, it consume log length count
"The log length has exceeded the limit of 4 Megabytes (this usually
means that test suite is raising the same excepti...
naruse (Yui NARUSE)
03:03 AM Revision cf8bbd0c (ruby-git): don't replace job status, it consume log length count
"The log length has exceeded the limit of 4 Megabytes (this usually
means that test suite is raising the same excepti...
naruse (Yui NARUSE)
02:24 AM Revision 53520 (trunk): test_thread.rb: wait for the thread to sleep
* test/ruby/test_thread.rb (test_thread_name): wait for the status
of the subject thread to fix, so that the status...
nobu (Nobuyoshi Nakada)
02:24 AM Revision 53520 (ruby_2_4): test_thread.rb: wait for the thread to sleep
* test/ruby/test_thread.rb (test_thread_name): wait for the status
of the subject thread to fix, so that the status...
nobu (Nobuyoshi Nakada)
02:24 AM Revision 53520 (ruby_2_5): test_thread.rb: wait for the thread to sleep
* test/ruby/test_thread.rb (test_thread_name): wait for the status
of the subject thread to fix, so that the status...
nobu (Nobuyoshi Nakada)
02:24 AM Revision 4a3462bd (ruby-git): test_thread.rb: wait for the thread to sleep
* test/ruby/test_thread.rb (test_thread_name): wait for the status
of the subject thread to fix, so that the status...
nobu (Nobuyoshi Nakada)
02:04 AM Revision 53519 (trunk): try sudo:false on travis
naruse (Yui NARUSE)
02:04 AM Revision 53519 (ruby_2_4): try sudo:false on travis
naruse (Yui NARUSE)
02:04 AM Revision 53519 (ruby_2_5): try sudo:false on travis
naruse (Yui NARUSE)
02:04 AM Revision 0a641b4c (ruby-git): try sudo:false on travis
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53519 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)

01/12/2016

07:38 PM Bug #11977: Bug with array literals caused by r53376
tenderlove@ruby-lang.org wrote:
> Thanks for the patch. That indeed fixes it for me. Can you apply it?

Thanks ...
normalperson (Eric Wong)
07:25 PM Bug #11977 (Closed): Bug with array literals caused by r53376
Applied in changeset r53518.
----------
resolve class name earlier and more consistently
This further avoids class ...
Anonymous
06:31 PM Bug #11977: Bug with array literals caused by r53376
Eric Wong wrote:
> I can't seem to reproduce the problem with array_bug.git on my end.
> Can you try this?
>
>...
tenderlovemaking (Aaron Patterson)
02:28 AM Bug #11977: Bug with array literals caused by r53376
I can't seem to reproduce the problem with array_bug.git on my end.
Can you try this?

http://80x24.org/spew/2016...
normalperson (Eric Wong)
07:26 PM Revision 53518 (ruby_2_4): resolve class name earlier and more consistently
This further avoids class name resolution issues which came
about due to relying on hash table ordering before r53376...
normal
07:26 PM Revision 53518 (ruby_2_5): resolve class name earlier and more consistently
This further avoids class name resolution issues which came
about due to relying on hash table ordering before r53376...
normal
07:26 PM Revision 53518 (trunk): resolve class name earlier and more consistently
This further avoids class name resolution issues which came
about due to relying on hash table ordering before r53376...
normalperson (Eric Wong)
07:26 PM Revision 244916d4 (ruby-git): resolve class name earlier and more consistently
This further avoids class name resolution issues which came
about due to relying on hash table ordering before r53376...
normal
05:46 PM Bug #11930: Segmentation Fault in gc_mark_ptr in 2.3.0p0
alex maznev wrote:
> Running into the same issue here. https://github.com/mperham/sidekiq/issues/2763
Using `bund...
b264 (Brian Giaraffa)
02:35 AM Bug #11930: Segmentation Fault in gc_mark_ptr in 2.3.0p0
Running into the same issue here. https://github.com/mperham/sidekiq/issues/2763 pik (alex maznev)
05:31 PM Bug #11968: OpenSSL extension only supports weak (512-bit, 1024-bit) Diffie-Hellman groups
I have opened a PR on GitHub here:
https://github.com/ruby/ruby/pull/1196
bascule (Tony Arcieri)
05:10 PM Revision 53517 (trunk): drop osx and clang because they are often fails and slow
naruse (Yui NARUSE)
05:10 PM Revision 53517 (ruby_2_4): drop osx and clang because they are often fails and slow
naruse (Yui NARUSE)
05:10 PM Revision 53517 (ruby_2_5): drop osx and clang because they are often fails and slow
naruse (Yui NARUSE)
05:10 PM Revision 8c8f92cd (ruby-git): drop osx and clang because they are often fails and slow
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53517 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
03:37 PM Revision 53516 (trunk): Fix typo [ci skip]
* man/ruby.1: fix double word typo. [Fix GH-1194] nobu (Nobuyoshi Nakada)
03:37 PM Revision 53516 (ruby_2_4): Fix typo [ci skip]
* man/ruby.1: fix double word typo. [Fix GH-1194] nobu (Nobuyoshi Nakada)
03:37 PM Revision 53516 (ruby_2_5): Fix typo [ci skip]
* man/ruby.1: fix double word typo. [Fix GH-1194] nobu (Nobuyoshi Nakada)
03:37 PM Revision 05f1caa1 (ruby-git): Fix typo [ci skip]
* man/ruby.1: fix double word typo. [Fix GH-1194]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53516 b2dd03c8-...
nobu (Nobuyoshi Nakada)
03:26 PM Bug #11983 (Rejected): define_method not raising error for invalid method name
It's a spec that `define_method` can define any name and `__send__` also can call it. nobu (Nobuyoshi Nakada)
02:18 PM Bug #11983 (Rejected): define_method not raising error for invalid method name
## Steps to Reproduce:
Inside irb:
~~~ruby
Class A
end
A.send(:define_method, "may_run!?") do |*args, &blo...
anilmaurya (Anil Maurya)
03:17 PM Revision 53515 (trunk): * 2016-01-13
svn
03:17 PM Revision 53515 (ruby_2_4): * 2016-01-13
svn
03:17 PM Revision 53515 (ruby_2_5): * 2016-01-13
svn
03:17 PM Revision a0f60979 (ruby-git): * 2016-01-13
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53515 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn
03:17 PM Revision 53514 (trunk): iseq.c: mark parents of wrapped iseq
* iseq.c (iseqw_mark): as wrapped iseq is isolated from the call
stack, it needs to take care of its parent and anc...
nobu (Nobuyoshi Nakada)
03:17 PM Revision 53514 (ruby_2_4): iseq.c: mark parents of wrapped iseq
* iseq.c (iseqw_mark): as wrapped iseq is isolated from the call
stack, it needs to take care of its parent and anc...
nobu (Nobuyoshi Nakada)
03:17 PM Revision 53514 (ruby_2_5): iseq.c: mark parents of wrapped iseq
* iseq.c (iseqw_mark): as wrapped iseq is isolated from the call
stack, it needs to take care of its parent and anc...
nobu (Nobuyoshi Nakada)
03:17 PM Revision 1b39a6e5 (ruby-git): iseq.c: mark parents of wrapped iseq
* iseq.c (iseqw_mark): as wrapped iseq is isolated from the call
stack, it needs to take care of its parent and anc...
nobu (Nobuyoshi Nakada)
03:16 PM Bug #11928 (Closed): Segmentation fault in did_you_mean extension
Applied in changeset r53514.
----------
iseq.c: mark parents of wrapped iseq
* iseq.c (iseqw_mark): as wrapped iseq...
nobu (Nobuyoshi Nakada)
02:15 PM Bug #11979: gcc-6 fails to optimize regcomp.c:compile_length_quantifier_node()
This IS a GCC version specific issue.
~~~
make -j16 optflags="-O0 -fno-fast-math"
~~~
can compile ruby-2.3.0,...
t-nissie (Takeshi Nishimatsu)
10:54 AM Bug #11979 (Closed): gcc-6 fails to optimize regcomp.c:compile_length_quantifier_node()
This may be a GCC version specific issue.
gcc-6, an experimental snapshot from http://ftp.tsukuba.wide.ad.jp/softwar...
t-nissie (Takeshi Nishimatsu)
02:11 PM Feature #11982: Rename test-sample
Benoit Daloze wrote:
> test-basic maybe?
You are right. I have to learn English :-(
usa (Usaku NAKAMURA)
02:05 PM Feature #11982: Rename test-sample
Usaku NAKAMURA wrote:
> Hiroshi SHIBATA wrote:
> > It contains basically syntax tests, assigning tests, etc.
>
>...
Eregon (Benoit Daloze)
01:55 PM Feature #11982: Rename test-sample
Hiroshi SHIBATA wrote:
> It contains basically syntax tests, assigning tests, etc.
You've already found the suita...
usa (Usaku NAKAMURA)
01:41 PM Feature #11982 (Closed): Rename test-sample
Ruby test suites named `make check` are following instructions.
* test
* test-sample
* btest-ruby
* test...
hsbt (Hiroshi SHIBATA)
01:45 PM Bug #11973: IO#advise should raise NotImplementedError on platforms that do not support that call
I may have miscommunicated, so let me try to clarify. I think these should be the rules
1. If the platform support...
cremes (Chuck Remes)
12:48 PM Bug #11980: External methods are appearing as instance methods for String
Those results were from IRB. Here's my results from a Ruby script.
"test_scope_creep.rb"
~~~ruby
puts "".meth...
danielpclark (Daniel P. Clark)
12:32 PM Bug #11980: External methods are appearing as instance methods for String
It's not just String.
~~~ruby
Array.instance_method(:a).owner
# => Object
~~~
danielpclark (Daniel P. Clark)
12:30 PM Bug #11980 (Open): External methods are appearing as instance methods for String
It appears we're having methods creep into the String scope.
~~~ruby
"".methods.count
# => 170
defined? "".a
...
danielpclark (Daniel P. Clark)
12:05 PM Revision 53513 (trunk): * common.mk: update URL and name for the Ruby spec suite.
Eregon (Benoit Daloze)
12:05 PM Revision 53513 (ruby_2_4): * common.mk: update URL and name for the Ruby spec suite.
Eregon (Benoit Daloze)
12:05 PM Revision 53513 (ruby_2_5): * common.mk: update URL and name for the Ruby spec suite.
Eregon (Benoit Daloze)
12:05 PM Revision 9efd4dbe (ruby-git): * common.mk: update URL and name for the Ruby spec suite.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53513 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Eregon (Benoit Daloze)
11:23 AM Revision 53512 (trunk): correction to proper word
sorah (Sorah Fukumori)
11:23 AM Revision 53512 (ruby_2_4): correction to proper word
sorah (Sorah Fukumori)
11:23 AM Revision 53512 (ruby_2_5): correction to proper word
sorah (Sorah Fukumori)
11:23 AM Revision 09cb46b9 (ruby-git): correction to proper word
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53512 b2dd03c8-39d4-4d8f-98ff-823fe69b080e sorah (Sorah Fukumori)
11:19 AM Revision 53511 (trunk): * lib/forwardable.rb: Convert given accessors to String.
r53381 changed to accept only Symbol or String for accessors, but
there are several rubygems that pass classes (e.g...
sorah (Sorah Fukumori)
11:19 AM Revision 53511 (ruby_2_4): * lib/forwardable.rb: Convert given accessors to String.
r53381 changed to accept only Symbol or String for accessors, but
there are several rubygems that pass classes (e.g...
sorah (Sorah Fukumori)
11:19 AM Revision 53511 (ruby_2_5): * lib/forwardable.rb: Convert given accessors to String.
r53381 changed to accept only Symbol or String for accessors, but
there are several rubygems that pass classes (e.g...
sorah (Sorah Fukumori)
11:19 AM Revision f425e0fc (ruby-git): * lib/forwardable.rb: Convert given accessors to String.
r53381 changed to accept only Symbol or String for accessors, but
there are several rubygems that pass classes (e.g...
sorah (Sorah Fukumori)
09:42 AM Revision 53510 (trunk): string.c: made a variable name more grammatically correct
duerst (Martin Dürst)
09:42 AM Revision 53510 (ruby_2_4): string.c: made a variable name more grammatically correct
duerst (Martin Dürst)
09:42 AM Revision 53510 (ruby_2_5): string.c: made a variable name more grammatically correct
duerst (Martin Dürst)
09:42 AM Revision 4a5d3572 (ruby-git): string.c: made a variable name more grammatically correct
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53510 b2dd03c8-39d4-4d8f-98ff-823fe69b080e duerst (Martin Dürst)
09:38 AM Bug #11975: Range#last is not consistent and possibly does not do what is expected.
I haven't found this behaviour surprising at all. Maybe it’s because I'm
almost always using literal ranges and th...
noniq (Stefan Daschek)
09:08 AM Bug #11975: Range#last is not consistent and possibly does not do what is expected.
Nakada-san, `(0.0...1.0).last` would probably give the same error as `(0.0...1.0).to_a`?
Marc, even though it's in...
ioquatix (Samuel Williams)
09:35 AM Revision 53509 (trunk): string.c: minor grammar fix [ci skip]
duerst (Martin Dürst)
09:35 AM Revision 53509 (ruby_2_4): string.c: minor grammar fix [ci skip]
duerst (Martin Dürst)
09:35 AM Revision 53509 (ruby_2_5): string.c: minor grammar fix [ci skip]
duerst (Martin Dürst)
09:35 AM Revision f23658f1 (ruby-git): string.c: minor grammar fix [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53509 b2dd03c8-39d4-4d8f-98ff-823fe69b080e duerst (Martin Dürst)
08:24 AM Revision 53508 (ruby_2_3): merge revision(s) 53346,53347,53348,53349: [Backport #11898]
* process.c: use rb_w32_uchdir() instead of plain chdir() on Windows.
reported by naruse via twitter.
* process....
naruse (Yui NARUSE)
08:24 AM Revision 9835b48a (ruby-git): merge revision(s) 53346,53347,53348,53349: [Backport #11898]
* process.c: use rb_w32_uchdir() instead of plain chdir() on Windows.
reported by naruse via twitter.
* process....
naruse (Yui NARUSE)
08:24 AM Bug #11898: backport r53346-r53349
ruby_2_3 r53508 merged revision(s) 53346,53347,53348,53349,53391. naruse (Yui NARUSE)
07:44 AM Revision 53507 (trunk): fix test to follow r53503
naruse (Yui NARUSE)
07:44 AM Revision 53507 (ruby_2_4): fix test to follow r53503
naruse (Yui NARUSE)
07:44 AM Revision 53507 (ruby_2_5): fix test to follow r53503
naruse (Yui NARUSE)
07:44 AM Revision 42b809f2 (ruby-git): fix test to follow r53503
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53507 b2dd03c8-39d4-4d8f-98ff-823fe69b080e naruse (Yui NARUSE)
07:09 AM Revision 53506 (trunk): * remove trailing spaces.
svn
07:09 AM Revision 53506 (ruby_2_4): * remove trailing spaces.
svn
07:09 AM Revision 53506 (ruby_2_5): * remove trailing spaces.
svn
07:09 AM Revision 53505 (trunk): test/ruby/enc/test_casing_options.rb: Tests for option
parsing/checking for upcase/downcase/capitalize/swapcase
(see r53503; with Kimihito Matsui)
duerst (Martin Dürst)
07:09 AM Revision 53505 (ruby_2_4): test/ruby/enc/test_casing_options.rb: Tests for option
parsing/checking for upcase/downcase/capitalize/swapcase
(see r53503; with Kimihito Matsui)
duerst (Martin Dürst)
07:09 AM Revision 53505 (ruby_2_5): test/ruby/enc/test_casing_options.rb: Tests for option
parsing/checking for upcase/downcase/capitalize/swapcase
(see r53503; with Kimihito Matsui)
duerst (Martin Dürst)
07:09 AM Revision 92dc9e55 (ruby-git): test/ruby/enc/test_casing_options.rb: Tests for option
parsing/checking for upcase/downcase/capitalize/swapcase
(see r53503; with Kimihito Matsui)
git-svn-id: svn+ssh://ci...
duerst (Martin Dürst)
07:09 AM Revision dd80902f (ruby-git): * remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53506 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn
07:03 AM Revision 53504 (trunk): * remove trailing spaces.
svn
07:03 AM Revision 53504 (ruby_2_4): * remove trailing spaces.
svn
07:03 AM Revision 53504 (ruby_2_5): * remove trailing spaces.
svn
07:03 AM Revision d956652d (ruby-git): * remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53504 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn
07:03 AM Revision 53503 (trunk): string.c: Added option parsing/checking for upcase/downcase/
capitalize/swapcase (with Kimihito Matsui duerst (Martin Dürst)
07:03 AM Revision 53503 (ruby_2_4): string.c: Added option parsing/checking for upcase/downcase/
capitalize/swapcase (with Kimihito Matsui duerst (Martin Dürst)
07:03 AM Revision 53503 (ruby_2_5): string.c: Added option parsing/checking for upcase/downcase/
capitalize/swapcase (with Kimihito Matsui duerst (Martin Dürst)
07:03 AM Revision 2788cd98 (ruby-git): string.c: Added option parsing/checking for upcase/downcase/
capitalize/swapcase (with Kimihito Matsui
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53503 b2dd03c8-39d4-4d8f...
duerst (Martin Dürst)
06:31 AM Bug #11978 (Closed): r53493 is also needed for ruby_2_3 branch
naruse (Yui NARUSE)
06:31 AM Bug #11978: r53493 is also needed for ruby_2_3 branch
ruby_2_3 r53502 merged revision(s) 53493. naruse (Yui NARUSE)
05:19 AM Bug #11978 (Closed): r53493 is also needed for ruby_2_3 branch
r53493 should be backported into ruby_2_3 branch.
I've already created the PR: https://github.com/ruby/ruby/pull/1193
mrkn (Kenta Murata)
06:22 AM Revision 53502 (ruby_2_3): merge revision(s) 53493: [Backport #11978]
* include/ruby/missing.h (explicit_bzero_by_memset_s): remove
inline implementation by memset_s, which needs a mac...
naruse (Yui NARUSE)
06:22 AM Revision c0e208bc (ruby-git): merge revision(s) 53493: [Backport #11978]
* include/ruby/missing.h (explicit_bzero_by_memset_s): remove
inline implementation by memset_s, which needs a mac...
naruse (Yui NARUSE)
01:51 AM Revision 53501 (trunk): * 2016-01-12
svn
01:51 AM Revision 53501 (ruby_2_4): * 2016-01-12
svn
01:51 AM Revision 53501 (ruby_2_5): * 2016-01-12
svn
01:51 AM Revision 3a7c12c2 (ruby-git): * 2016-01-12
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53501 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn
01:51 AM Revision 53500 (trunk): escape brackets
* configure.in: escape char class brackets in regexp. nobu (Nobuyoshi Nakada)
01:51 AM Revision 53500 (ruby_2_4): escape brackets
* configure.in: escape char class brackets in regexp. nobu (Nobuyoshi Nakada)
01:51 AM Revision 53500 (ruby_2_5): escape brackets
* configure.in: escape char class brackets in regexp. nobu (Nobuyoshi Nakada)
01:51 AM Revision 242b1d8f (ruby-git): escape brackets
* configure.in: escape char class brackets in regexp.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53500 b2dd03...
nobu (Nobuyoshi Nakada)

01/11/2016

10:37 PM Bug #11974 (Closed): segmentation fault when executing rake doc:app
duerst (Martin Dürst)
07:40 PM Bug #11974: segmentation fault when executing rake doc:app
I have just checked and the problem doesn't happen with the latest version (ruby 2.4.0dev (2016-01-11 trunk 53498) [x... mfer2380 (Marcos Fernandez)
12:40 AM Bug #11974 (Feedback): segmentation fault when executing rake doc:app
Seems something broken in an IO object.
Can't you try with recent 2.2?
nobu (Nobuyoshi Nakada)
06:58 PM Bug #11973: IO#advise should raise NotImplementedError on platforms that do not support that call
On Sun, Jan 10, 2016 at 5:26 PM, <git@chuckremes.com> wrote:
> Issue #11973 has been reported by Chuck Remes.
>
...
kosaki (Motohiro KOSAKI)
04:21 PM Bug #11977 (Closed): Bug with array literals caused by r53376
Hi,
I'm seeing a bug with the class name of array literals, and I believe it is caused by r53376 (reverting that c...
tenderlovemaking (Aaron Patterson)
03:06 PM Bug #11928 (Open): Segmentation fault in did_you_mean extension
With the just experimental patch, I didn't encounter SEGV.
I suspect about GC mark matter of T_IMEMO iseq, referenc...
wanabe (_ wanabe)
12:28 PM Revision 53499 (trunk): include/ruby/oniguruma.h: Added flags needed for upcase/downcase
Unicode addition (with Kimihito Matsui) duerst (Martin Dürst)
12:28 PM Revision 53499 (ruby_2_4): include/ruby/oniguruma.h: Added flags needed for upcase/downcase
Unicode addition (with Kimihito Matsui) duerst (Martin Dürst)
12:28 PM Revision 53499 (ruby_2_5): include/ruby/oniguruma.h: Added flags needed for upcase/downcase
Unicode addition (with Kimihito Matsui) duerst (Martin Dürst)
12:28 PM Revision eb86cd6b (ruby-git): include/ruby/oniguruma.h: Added flags needed for upcase/downcase
Unicode addition (with Kimihito Matsui)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53499 b2dd03c8-39d4-4d8f-9...
duerst (Martin Dürst)
06:52 AM Bug #11976 (Closed): Assigning to nil as a hash short-circuits without error.
Fixed at r53485. nobu (Nobuyoshi Nakada)
06:10 AM Bug #11976 (Closed): Assigning to nil as a hash short-circuits without error.
When assigning to nil as a hash, the RHS gets short-circuited, and the hash assignment on nil returns nil.
To reprod...
sergeim (Sergei Matheson)
02:33 AM Bug #11975: Range#last is not consistent and possibly does not do what is expected.
Range is not only for discrete values.
What will you expect for `(0.0...1.0).last`?
nobu (Nobuyoshi Nakada)
01:02 AM Bug #11975 (Rejected): Range#last is not consistent and possibly does not do what is expected.
This is intentional and documented:
"Note that with no arguments +last+ will return the object that defines the en...
marcandre (Marc-Andre Lafortune)
12:50 AM Revision 53498 (trunk): configure.in: check API version
* configure.in: check if the API version number is consistent with
the program version number.
nobu (Nobuyoshi Nakada)
12:50 AM Revision 53498 (ruby_2_4): configure.in: check API version
* configure.in: check if the API version number is consistent with
the program version number.
nobu (Nobuyoshi Nakada)
12:50 AM Revision 53498 (ruby_2_5): configure.in: check API version
* configure.in: check if the API version number is consistent with
the program version number.
nobu (Nobuyoshi Nakada)
12:50 AM Revision c97c37a5 (ruby-git): configure.in: check API version
* configure.in: check if the API version number is consistent with
the program version number.
git-svn-id: svn+ssh...
nobu (Nobuyoshi Nakada)
12:01 AM Revision 53497 (trunk): * 2016-01-11
svn
12:01 AM Revision 53497 (ruby_2_4): * 2016-01-11
svn
12:01 AM Revision 53497 (ruby_2_5): * 2016-01-11
svn
12:01 AM Revision 53496 (trunk): io.h: remove old macros
* include/ruby/io.h (RB_IO_BUFFER_INIT, RB_IO_FPTR_NEW): remove
old macros only for internal use and obsolete since...
nobu (Nobuyoshi Nakada)
12:01 AM Revision 53496 (ruby_2_4): io.h: remove old macros
* include/ruby/io.h (RB_IO_BUFFER_INIT, RB_IO_FPTR_NEW): remove
old macros only for internal use and obsolete since...
nobu (Nobuyoshi Nakada)
12:01 AM Revision 53496 (ruby_2_5): io.h: remove old macros
* include/ruby/io.h (RB_IO_BUFFER_INIT, RB_IO_FPTR_NEW): remove
old macros only for internal use and obsolete since...
nobu (Nobuyoshi Nakada)
12:01 AM Revision d138a110 (ruby-git): io.h: remove old macros
* include/ruby/io.h (RB_IO_BUFFER_INIT, RB_IO_FPTR_NEW): remove
old macros only for internal use and obsolete since...
nobu (Nobuyoshi Nakada)
12:01 AM Revision 948c7689 (ruby-git): * 2016-01-11
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53497 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn

01/10/2016

11:12 PM Bug #11975 (Rejected): Range#last is not consistent and possibly does not do what is expected.
The following example demonstrates an inconsistency with Range:
This is expected behaviour:
~~~
(0..10).last =...
ioquatix (Samuel Williams)
10:41 PM Bug #11657: Abort Trap 6 when running a test suite
Excellent, many thanks for the patches :-) adh1003 (Andrew Hodgkinson)
10:33 PM Bug #11974 (Closed): segmentation fault when executing rake doc:app
This segmentation fault (see attached file) occurs when executing rake doc:app for any Rails project.
=======
Rai...
mfer2380 (Marcos Fernandez)
10:26 PM Bug #11973 (Rejected): IO#advise should raise NotImplementedError on platforms that do not support that call
Right now IO#advise returns nil when passed legal arguments even on platforms that do not support that POSIX function... cremes (Chuck Remes)
01:12 PM Bug #11972 (Open): CGI::pretty がコメント内のhtmlタグにより範囲を見失う
以下のようなコードで ArgumentError が再現します。
~~~
#!/usr/bin/env ruby
require 'cgi'
puts CGI.pretty(DATA.read)
__END__
<sc...
koshian (Sugano Yoshihisa)
11:57 AM Revision 53495 (trunk): compile.c: fix lhs splat in massign
* compile.c (compile_massign_lhs): when index ends with splat,
append rhs value to it like POSTARG, since VM_CALL_A...
nobu (Nobuyoshi Nakada)
11:57 AM Revision 53495 (ruby_2_4): compile.c: fix lhs splat in massign
* compile.c (compile_massign_lhs): when index ends with splat,
append rhs value to it like POSTARG, since VM_CALL_A...
nobu (Nobuyoshi Nakada)
11:57 AM Revision 53495 (ruby_2_5): compile.c: fix lhs splat in massign
* compile.c (compile_massign_lhs): when index ends with splat,
append rhs value to it like POSTARG, since VM_CALL_A...
nobu (Nobuyoshi Nakada)
11:57 AM Revision e6f6c77d (ruby-git): compile.c: fix lhs splat in massign
* compile.c (compile_massign_lhs): when index ends with splat,
append rhs value to it like POSTARG, since VM_CALL_A...
nobu (Nobuyoshi Nakada)
11:57 AM Bug #11970 (Closed): Multiple Assignment Into a Hash with Destructuring causes segfault
Applied in changeset r53495.
----------
compile.c: fix lhs splat in massign
* compile.c (compile_massign_lhs): when...
nobu (Nobuyoshi Nakada)
09:43 AM Revision 53494 (trunk): ext/-test-: reduce feature names
* ext/-test-/**/extconf.rb: bring up extension libraries which
have same name as the parent directory to reduce fea...
nobu (Nobuyoshi Nakada)
09:43 AM Revision 53494 (ruby_2_4): ext/-test-: reduce feature names
* ext/-test-/**/extconf.rb: bring up extension libraries which
have same name as the parent directory to reduce fea...
nobu (Nobuyoshi Nakada)
09:43 AM Revision 53494 (ruby_2_5): ext/-test-: reduce feature names
* ext/-test-/**/extconf.rb: bring up extension libraries which
have same name as the parent directory to reduce fea...
nobu (Nobuyoshi Nakada)
09:43 AM Revision a5beed9f (ruby-git): ext/-test-: reduce feature names
* ext/-test-/**/extconf.rb: bring up extension libraries which
have same name as the parent directory to reduce fea...
nobu (Nobuyoshi Nakada)
08:58 AM Bug #11971 (Third Party's Issue): Gem.path lost default path '[installdir]/lib/ruby/gems/2.3.0' when both GEM_HOME and GEM_PATH has seted
Thank you, confirmed with all of 1.9..trunk.
It is an issue of rubygems.
nobu (Nobuyoshi Nakada)
06:05 AM Bug #11971: Gem.path lost default path '[installdir]/lib/ruby/gems/2.3.0' when both GEM_HOME and GEM_PATH has seted
Nobuyoshi Nakada wrote:
> ~~~
> $ GEM_PATH=/ ruby2.3 -e 'p Gem.path'
> ["/", "/opt/local/lib/ruby2.3/gems/2.3.0"]
...
personnel (Am I Who)
06:45 AM Revision 53493 (trunk): missing.h: remove explicit_bzero_by_memset_s
* include/ruby/missing.h (explicit_bzero_by_memset_s): remove
inline implementation by memset_s, which needs a macr...
nobu (Nobuyoshi Nakada)
06:45 AM Revision 53493 (ruby_2_4): missing.h: remove explicit_bzero_by_memset_s
* include/ruby/missing.h (explicit_bzero_by_memset_s): remove
inline implementation by memset_s, which needs a macr...
nobu (Nobuyoshi Nakada)
06:45 AM Revision 53493 (ruby_2_5): missing.h: remove explicit_bzero_by_memset_s
* include/ruby/missing.h (explicit_bzero_by_memset_s): remove
inline implementation by memset_s, which needs a macr...
nobu (Nobuyoshi Nakada)
06:45 AM Revision 09bdb791 (ruby-git): missing.h: remove explicit_bzero_by_memset_s
* include/ruby/missing.h (explicit_bzero_by_memset_s): remove
inline implementation by memset_s, which needs a macr...
nobu (Nobuyoshi Nakada)
05:23 AM Feature #10548: remove callcc (Callcc is now going obsoleted. Please use Fiber.)
Please don't do it. Continuations are awesome tank_bohr (Alexey Nikitin)
04:44 AM Revision 53492 (ruby_2_4): io.c: remove obsolete rb_deferr global variable
This was made obsolete by r4190 back in July 2003. Furthermore,
this existed less than 3 months as it was only intro...
normal
04:44 AM Revision 53492 (ruby_2_5): io.c: remove obsolete rb_deferr global variable
This was made obsolete by r4190 back in July 2003. Furthermore,
this existed less than 3 months as it was only intro...
normal
04:44 AM Revision 53492 (trunk): io.c: remove obsolete rb_deferr global variable
This was made obsolete by r4190 back in July 2003. Furthermore,
this existed less than 3 months as it was only intro...
normalperson (Eric Wong)
04:44 AM Revision 2b26565e (ruby-git): io.c: remove obsolete rb_deferr global variable
This was made obsolete by r4190 back in July 2003. Furthermore,
this existed less than 3 months as it was only intro...
normal
04:43 AM Revision 53491 (ruby_2_4): ChangeLog: fixup indent for r53488
Oops :x normal
04:43 AM Revision 53491 (ruby_2_5): ChangeLog: fixup indent for r53488
Oops :x normal
04:43 AM Revision 53491 (trunk): ChangeLog: fixup indent for r53488
Oops :x normalperson (Eric Wong)
04:43 AM Revision 18ca559d (ruby-git): ChangeLog: fixup indent for r53488
Oops :x
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53491 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
normal
02:07 AM Revision 53490 (trunk): insns.def: description [ci skip]
* insns.def: [DOC] add missing English description. nobu (Nobuyoshi Nakada)
02:07 AM Revision 53490 (ruby_2_4): insns.def: description [ci skip]
* insns.def: [DOC] add missing English description. nobu (Nobuyoshi Nakada)
02:07 AM Revision 53490 (ruby_2_5): insns.def: description [ci skip]
* insns.def: [DOC] add missing English description. nobu (Nobuyoshi Nakada)
02:07 AM Revision 645d2395 (ruby-git): insns.def: description [ci skip]
* insns.def: [DOC] add missing English description.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53490 b2dd03c8...
nobu (Nobuyoshi Nakada)
12:35 AM Revision 53489 (trunk): * 2016-01-10
svn
12:35 AM Revision 53489 (ruby_2_4): * 2016-01-10
svn
12:35 AM Revision 53489 (ruby_2_5): * 2016-01-10
svn
12:35 AM Revision ec0198fd (ruby-git): * 2016-01-10
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53489 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn
12:35 AM Revision 53488 (ruby_2_4): stdlib: avoid extra calls to eliminate "\n" from Base64
We may use the '0' (zero) to avoid adding the line feed.
Furthermore, the '*' (asterisk) modifier is not needed for
a...
normal
12:35 AM Revision 53488 (ruby_2_5): stdlib: avoid extra calls to eliminate "\n" from Base64
We may use the '0' (zero) to avoid adding the line feed.
Furthermore, the '*' (asterisk) modifier is not needed for
a...
normal
12:35 AM Revision 53488 (trunk): stdlib: avoid extra calls to eliminate "\n" from Base64
We may use the '0' (zero) to avoid adding the line feed.
Furthermore, the '*' (asterisk) modifier is not needed for
a...
normalperson (Eric Wong)
12:35 AM Revision 778bbac8 (ruby-git): stdlib: avoid extra calls to eliminate "\n" from Base64
We may use the '0' (zero) to avoid adding the line feed.
Furthermore, the '*' (asterisk) modifier is not needed for
a...
normal
12:35 AM Feature #11938 (Closed): [PATCH] cleanup: stdlib: avoid extra calls to eliminate "\n" from Base64
Applied in changeset r53488.
----------
stdlib: avoid extra calls to eliminate "\n" from Base64
We may use the '0' ...
Anonymous

01/09/2016

07:20 PM Bug #11967 (Rejected): Mixing kwargs with optional parameters changes way method parameters are parsed
This behavior may be surprising but it is intentional.
It boils down to giving priority to filling keyword argumen...
marcandre (Marc-Andre Lafortune)
02:23 PM Bug #11970: Multiple Assignment Into a Hash with Destructuring causes segfault
https://github.com/nobu/ruby/tree/bug/11970-massign-lhs-splat nobu (Nobuyoshi Nakada)
09:34 AM Bug #11970: Multiple Assignment Into a Hash with Destructuring causes segfault
Seems incorrect results also in 2.0 and 2.1. nobu (Nobuyoshi Nakada)
02:19 PM Revision 53487 (trunk): test_hash.rb: add test
* test/ruby/test_hash.rb (test_try_convert): Add test for
Hash.try_convert. [Fix GH-1190]
nobu (Nobuyoshi Nakada)
02:19 PM Revision 53487 (ruby_2_4): test_hash.rb: add test
* test/ruby/test_hash.rb (test_try_convert): Add test for
Hash.try_convert. [Fix GH-1190]
nobu (Nobuyoshi Nakada)
02:19 PM Revision 53487 (ruby_2_5): test_hash.rb: add test
* test/ruby/test_hash.rb (test_try_convert): Add test for
Hash.try_convert. [Fix GH-1190]
nobu (Nobuyoshi Nakada)
02:19 PM Revision 4b346b0e (ruby-git): test_hash.rb: add test
* test/ruby/test_hash.rb (test_try_convert): Add test for
Hash.try_convert. [Fix GH-1190]
git-svn-id: svn+ssh://c...
nobu (Nobuyoshi Nakada)
02:15 PM Revision 53486 (trunk): openssl: fix examples [ci skip]
* ext/openssl/ossl.c: Add missing variables to documentation
examples. [Fix GH-1189]
nobu (Nobuyoshi Nakada)
02:15 PM Revision 53486 (ruby_2_4): openssl: fix examples [ci skip]
* ext/openssl/ossl.c: Add missing variables to documentation
examples. [Fix GH-1189]
nobu (Nobuyoshi Nakada)
02:15 PM Revision 53486 (ruby_2_5): openssl: fix examples [ci skip]
* ext/openssl/ossl.c: Add missing variables to documentation
examples. [Fix GH-1189]
nobu (Nobuyoshi Nakada)
02:15 PM Revision fa892028 (ruby-git): openssl: fix examples [ci skip]
* ext/openssl/ossl.c: Add missing variables to documentation
examples. [Fix GH-1189]
git-svn-id: svn+ssh://ci.rub...
nobu (Nobuyoshi Nakada)
12:38 PM Bug #10653: do-end block in ternary operator is syntax error
Currently it's a bit flag in parse.y too. nobu (Nobuyoshi Nakada)
11:26 AM Bug #10653: do-end block in ternary operator is syntax error
I was implementing this in my Ruby parser and I found a much simpler solution than what you've implemented here: http... whitequark (whitequark *)
09:51 AM Bug #11971 (Feedback): Gem.path lost default path '[installdir]/lib/ruby/gems/2.3.0' when both GEM_HOME and GEM_PATH has seted
~~~
$ GEM_PATH=/ ruby2.3 -e 'p Gem.path'
["/", "/opt/local/lib/ruby2.3/gems/2.3.0"]
$ GEM_HOME=/ ruby2.3 -e 'p Gem...
nobu (Nobuyoshi Nakada)
06:56 AM Bug #11971 (Third Party's Issue): Gem.path lost default path '[installdir]/lib/ruby/gems/2.3.0' when both GEM_HOME and GEM_PATH has seted
Version: ruby 2.3.0 and gem 2.5.1
Gem.path lost default path '[installdir]/lib/ruby/gems/2.3.0' when both GEM_HOME...
personnel (Am I Who)
09:39 AM Bug #11956: RUBYOPT parses after rubygems loaded
Am I Who wrote:
> RUBYOPT parse prior to rubygems before ruby 2.3.0, why ruby 2.3.0 change this?
I have explained...
nobu (Nobuyoshi Nakada)
05:04 AM Bug #11956: RUBYOPT parses after rubygems loaded
Nobuyoshi Nakada wrote:
> I'm uncertain if rubygems expects such usage of `RUBYOPT` or not.
>
> Another way is to...
personnel (Am I Who)
01:52 AM Bug #11956: RUBYOPT parses after rubygems loaded
I'm uncertain if rubygems expects such usage of `RUBYOPT` or not.
Another way is to put your code in `rubygems/def...
nobu (Nobuyoshi Nakada)
12:15 AM Bug #11956: RUBYOPT parses after rubygems loaded
Nobuyoshi Nakada wrote:
> Rubygems sets `Gem.path` at loading the first gem.
> Ruby 2.3 bundles `did_you_mean` and ...
personnel (Am I Who)
09:26 AM Revision 53485 (trunk): symbol.h: unexpected safe call
* symbol.h (is_attrset_id): ASET is an attrset ID. fix
unexpected safe call instead of an ordinary ASET.
nobu (Nobuyoshi Nakada)
09:26 AM Revision 53485 (ruby_2_4): symbol.h: unexpected safe call
* symbol.h (is_attrset_id): ASET is an attrset ID. fix
unexpected safe call instead of an ordinary ASET.
nobu (Nobuyoshi Nakada)
09:26 AM Revision 53485 (ruby_2_5): symbol.h: unexpected safe call
* symbol.h (is_attrset_id): ASET is an attrset ID. fix
unexpected safe call instead of an ordinary ASET.
nobu (Nobuyoshi Nakada)
09:26 AM Revision c79402c4 (ruby-git): symbol.h: unexpected safe call
* symbol.h (is_attrset_id): ASET is an attrset ID. fix
unexpected safe call instead of an ordinary ASET.
git-svn-...
nobu (Nobuyoshi Nakada)
08:49 AM Revision 53484 (trunk): nmake VPATH
* ext/rbconfig/sizeof/depend (sizes.c): add nmake VPATH prefix.
reapply r53482 with '#' as separator not to be remo...
nobu (Nobuyoshi Nakada)
08:49 AM Revision 53484 (ruby_2_4): nmake VPATH
* ext/rbconfig/sizeof/depend (sizes.c): add nmake VPATH prefix.
reapply r53482 with '#' as separator not to be remo...
nobu (Nobuyoshi Nakada)
08:49 AM Revision 53484 (ruby_2_5): nmake VPATH
* ext/rbconfig/sizeof/depend (sizes.c): add nmake VPATH prefix.
reapply r53482 with '#' as separator not to be remo...
nobu (Nobuyoshi Nakada)
08:49 AM Revision f6dcbf74 (ruby-git): nmake VPATH
* ext/rbconfig/sizeof/depend (sizes.c): add nmake VPATH prefix.
reapply r53482 with '#' as separator not to be remo...
nobu (Nobuyoshi Nakada)
07:24 AM Revision 53483 (trunk): Revert r53482 "nmake VPATH"
it breaks `make dist`.
http://rubyci.s3.amazonaws.com/tk2-243-31075/ruby-trunk/log/20160109T034902Z.fail.html.gz
naruse (Yui NARUSE)
07:24 AM Revision 53483 (ruby_2_4): Revert r53482 "nmake VPATH"
it breaks `make dist`.
http://rubyci.s3.amazonaws.com/tk2-243-31075/ruby-trunk/log/20160109T034902Z.fail.html.gz
naruse (Yui NARUSE)
07:24 AM Revision 53483 (ruby_2_5): Revert r53482 "nmake VPATH"
it breaks `make dist`.
http://rubyci.s3.amazonaws.com/tk2-243-31075/ruby-trunk/log/20160109T034902Z.fail.html.gz
naruse (Yui NARUSE)
07:24 AM Revision 52ddf1f8 (ruby-git): Revert r53482 "nmake VPATH"
it breaks `make dist`.
http://rubyci.s3.amazonaws.com/tk2-243-31075/ruby-trunk/log/20160109T034902Z.fail.html.gz
git...
naruse (Yui NARUSE)
03:33 AM Revision 53482 (trunk): nmake VPATH
* ext/rbconfig/sizeof/depend (sizes.c): add nmake VPATH prefix. nobu (Nobuyoshi Nakada)
03:33 AM Revision 53482 (ruby_2_4): nmake VPATH
* ext/rbconfig/sizeof/depend (sizes.c): add nmake VPATH prefix. nobu (Nobuyoshi Nakada)
03:33 AM Revision 53482 (ruby_2_5): nmake VPATH
* ext/rbconfig/sizeof/depend (sizes.c): add nmake VPATH prefix. nobu (Nobuyoshi Nakada)
03:33 AM Revision 64e22859 (ruby-git): nmake VPATH
* ext/rbconfig/sizeof/depend (sizes.c): add nmake VPATH prefix.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53...
nobu (Nobuyoshi Nakada)
03:32 AM Revision 53481 (trunk): probes.h including dummy header
* Makefile.in, win32/Makefile.sub (probes.h): include dummy header
instead of copying.
* common.mk (probes.dmyh): ...
nobu (Nobuyoshi Nakada)
03:32 AM Revision 53481 (ruby_2_4): probes.h including dummy header
* Makefile.in, win32/Makefile.sub (probes.h): include dummy header
instead of copying.
* common.mk (probes.dmyh): ...
nobu (Nobuyoshi Nakada)
03:32 AM Revision 53481 (ruby_2_5): probes.h including dummy header
* Makefile.in, win32/Makefile.sub (probes.h): include dummy header
instead of copying.
* common.mk (probes.dmyh): ...
nobu (Nobuyoshi Nakada)
03:32 AM Revision 445e11da (ruby-git): probes.h including dummy header
* Makefile.in, win32/Makefile.sub (probes.h): include dummy header
instead of copying.
* common.mk (probes.dmyh): ...
nobu (Nobuyoshi Nakada)
02:46 AM Revision 53480 (trunk): fix rc files conflict in parallel build
* cygwin/GNUmakefile.in (%.rc): generate .rc files separately to
get rid of conflict in parallel build.
nobu (Nobuyoshi Nakada)
02:46 AM Revision 53480 (ruby_2_4): fix rc files conflict in parallel build
* cygwin/GNUmakefile.in (%.rc): generate .rc files separately to
get rid of conflict in parallel build.
nobu (Nobuyoshi Nakada)
02:46 AM Revision 53480 (ruby_2_5): fix rc files conflict in parallel build
* cygwin/GNUmakefile.in (%.rc): generate .rc files separately to
get rid of conflict in parallel build.
nobu (Nobuyoshi Nakada)
02:46 AM Revision a4c091a6 (ruby-git): fix rc files conflict in parallel build
* cygwin/GNUmakefile.in (%.rc): generate .rc files separately to
get rid of conflict in parallel build.
git-svn-id...
nobu (Nobuyoshi Nakada)
02:15 AM Revision 53479 (trunk): vcs.rb: srcdir accessor
* tool/vcs.rb (VCS#srcdir): add accessor for VCS::GIT. nobu (Nobuyoshi Nakada)
02:15 AM Revision 53479 (ruby_2_4): vcs.rb: srcdir accessor
* tool/vcs.rb (VCS#srcdir): add accessor for VCS::GIT. nobu (Nobuyoshi Nakada)
02:15 AM Revision 53479 (ruby_2_5): vcs.rb: srcdir accessor
* tool/vcs.rb (VCS#srcdir): add accessor for VCS::GIT. nobu (Nobuyoshi Nakada)
02:15 AM Revision c0e36de0 (ruby-git): vcs.rb: srcdir accessor
* tool/vcs.rb (VCS#srcdir): add accessor for VCS::GIT.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53479 b2dd0...
nobu (Nobuyoshi Nakada)
02:03 AM Revision 53478 (trunk): use stringized macros
* version.h (RUBY_COPYRIGHT): use stringized macros,
RUBY_BIRTH_YEAR_STR and RUBY_RELEASE_YEAR_STR.
nobu (Nobuyoshi Nakada)
02:03 AM Revision 53478 (ruby_2_4): use stringized macros
* version.h (RUBY_COPYRIGHT): use stringized macros,
RUBY_BIRTH_YEAR_STR and RUBY_RELEASE_YEAR_STR.
nobu (Nobuyoshi Nakada)
02:03 AM Revision 53478 (ruby_2_5): use stringized macros
* version.h (RUBY_COPYRIGHT): use stringized macros,
RUBY_BIRTH_YEAR_STR and RUBY_RELEASE_YEAR_STR.
nobu (Nobuyoshi Nakada)
02:03 AM Revision 612edc77 (ruby-git): use stringized macros
* version.h (RUBY_COPYRIGHT): use stringized macros,
RUBY_BIRTH_YEAR_STR and RUBY_RELEASE_YEAR_STR.
git-svn-id: sv...
nobu (Nobuyoshi Nakada)
01:44 AM Revision 53477 (trunk): RUBY_PROGRAM_VERSION from RUBY_VERSION
* configure.in, win32/setup.mak: extract RUBY_PROGRAM_VERSION from
RUBY_VERSION in version.h instead of RUBY_API_VE...
nobu (Nobuyoshi Nakada)
01:44 AM Revision 53477 (ruby_2_4): RUBY_PROGRAM_VERSION from RUBY_VERSION
* configure.in, win32/setup.mak: extract RUBY_PROGRAM_VERSION from
RUBY_VERSION in version.h instead of RUBY_API_VE...
nobu (Nobuyoshi Nakada)
01:44 AM Revision 53477 (ruby_2_5): RUBY_PROGRAM_VERSION from RUBY_VERSION
* configure.in, win32/setup.mak: extract RUBY_PROGRAM_VERSION from
RUBY_VERSION in version.h instead of RUBY_API_VE...
nobu (Nobuyoshi Nakada)
01:44 AM Revision d43ef66b (ruby-git): RUBY_PROGRAM_VERSION from RUBY_VERSION
* configure.in, win32/setup.mak: extract RUBY_PROGRAM_VERSION from
RUBY_VERSION in version.h instead of RUBY_API_VE...
nobu (Nobuyoshi Nakada)
01:02 AM Revision 53476 (trunk): extract version from version.h
* tool/mkconfig.rb: extract version numbers from version.h but not
from API version in include/ruby/version.h.
nobu (Nobuyoshi Nakada)
01:02 AM Revision 53476 (ruby_2_4): extract version from version.h
* tool/mkconfig.rb: extract version numbers from version.h but not
from API version in include/ruby/version.h.
nobu (Nobuyoshi Nakada)
01:02 AM Revision 53476 (ruby_2_5): extract version from version.h
* tool/mkconfig.rb: extract version numbers from version.h but not
from API version in include/ruby/version.h.
nobu (Nobuyoshi Nakada)
01:02 AM Revision d58e799d (ruby-git): extract version from version.h
* tool/mkconfig.rb: extract version numbers from version.h but not
from API version in include/ruby/version.h.
git...
nobu (Nobuyoshi Nakada)
12:23 AM Revision 53475 (trunk): RUBY_RELEASE_DATE in verconf.mk
* win32/setup.mak (verconf.mk): extract RUBY_RELEASE_DATE without
quotation marks.
nobu (Nobuyoshi Nakada)
12:23 AM Revision 53475 (ruby_2_4): RUBY_RELEASE_DATE in verconf.mk
* win32/setup.mak (verconf.mk): extract RUBY_RELEASE_DATE without
quotation marks.
nobu (Nobuyoshi Nakada)
12:23 AM Revision 53475 (ruby_2_5): RUBY_RELEASE_DATE in verconf.mk
* win32/setup.mak (verconf.mk): extract RUBY_RELEASE_DATE without
quotation marks.
nobu (Nobuyoshi Nakada)
12:23 AM Revision 1fbfa718 (ruby-git): RUBY_RELEASE_DATE in verconf.mk
* win32/setup.mak (verconf.mk): extract RUBY_RELEASE_DATE without
quotation marks.
git-svn-id: svn+ssh://ci.ruby-l...
nobu (Nobuyoshi Nakada)
12:20 AM Revision 53474 (trunk): fix library teeny
* configure.in, win32/Makefile.sub: fix teeny of library version
to 0.
nobu (Nobuyoshi Nakada)
12:20 AM Revision 53474 (ruby_2_4): fix library teeny
* configure.in, win32/Makefile.sub: fix teeny of library version
to 0.
nobu (Nobuyoshi Nakada)
12:20 AM Revision 53474 (ruby_2_5): fix library teeny
* configure.in, win32/Makefile.sub: fix teeny of library version
to 0.
nobu (Nobuyoshi Nakada)
12:20 AM Revision 34b1c7dd (ruby-git): fix library teeny
* configure.in, win32/Makefile.sub: fix teeny of library version
to 0.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby...
nobu (Nobuyoshi Nakada)
12:20 AM Revision 53473 (trunk): configure.in: RUBY_PROGRAM_VERSION
* configure.in: use $(RUBY_PROGRAM_VERSION) instead of the triplet
macros.
nobu (Nobuyoshi Nakada)
12:20 AM Revision 53473 (ruby_2_4): configure.in: RUBY_PROGRAM_VERSION
* configure.in: use $(RUBY_PROGRAM_VERSION) instead of the triplet
macros.
nobu (Nobuyoshi Nakada)
12:20 AM Revision 53473 (ruby_2_5): configure.in: RUBY_PROGRAM_VERSION
* configure.in: use $(RUBY_PROGRAM_VERSION) instead of the triplet
macros.
nobu (Nobuyoshi Nakada)
12:20 AM Revision 6837c648 (ruby-git): configure.in: RUBY_PROGRAM_VERSION
* configure.in: use $(RUBY_PROGRAM_VERSION) instead of the triplet
macros.
git-svn-id: svn+ssh://ci.ruby-lang.org/...
nobu (Nobuyoshi Nakada)
12:19 AM Revision 53472 (trunk): revert r53459, r53427, r53314
Revert "* tool/make-snapshot: fix for the changes of version.h in r53314."
Revert "* version.h (RUBY_BUILD_VERSION_ST...
nobu (Nobuyoshi Nakada)
12:19 AM Revision 53472 (ruby_2_4): revert r53459, r53427, r53314
Revert "* tool/make-snapshot: fix for the changes of version.h in r53314."
Revert "* version.h (RUBY_BUILD_VERSION_ST...
nobu (Nobuyoshi Nakada)
12:19 AM Revision 53472 (ruby_2_5): revert r53459, r53427, r53314
Revert "* tool/make-snapshot: fix for the changes of version.h in r53314."
Revert "* version.h (RUBY_BUILD_VERSION_ST...
nobu (Nobuyoshi Nakada)
12:19 AM Revision bc8a7f9a (ruby-git): revert r53459, r53427, r53314
Revert "* tool/make-snapshot: fix for the changes of version.h in r53314."
Revert "* version.h (RUBY_BUILD_VERSION_ST...
nobu (Nobuyoshi Nakada)

01/08/2016

10:15 PM Revision 53471 (trunk): * gc.c: rename PAGE_* to HEAP_PAGE_* because PAGE_SIZE is used
in Mac OS X.
* test/ruby/test_gc.rb: catch up this fix.
ko1 (Koichi Sasada)
10:15 PM Revision 53471 (ruby_2_4): * gc.c: rename PAGE_* to HEAP_PAGE_* because PAGE_SIZE is used
in Mac OS X.
* test/ruby/test_gc.rb: catch up this fix.
ko1 (Koichi Sasada)
10:15 PM Revision 53471 (ruby_2_5): * gc.c: rename PAGE_* to HEAP_PAGE_* because PAGE_SIZE is used
in Mac OS X.
* test/ruby/test_gc.rb: catch up this fix.
ko1 (Koichi Sasada)
10:15 PM Revision fca0cf6e (ruby-git): * gc.c: rename PAGE_* to HEAP_PAGE_* because PAGE_SIZE is used
in Mac OS X.
* test/ruby/test_gc.rb: catch up this fix.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53471 b2...
ko1 (Koichi Sasada)
08:46 PM Revision 53470 (trunk): * gc.c: PAGE_BITMAP_PLANES (the number of bitmap) is 4, not 3.
ko1 (Koichi Sasada)
08:46 PM Revision 53470 (ruby_2_4): * gc.c: PAGE_BITMAP_PLANES (the number of bitmap) is 4, not 3.
ko1 (Koichi Sasada)
08:46 PM Revision 53470 (ruby_2_5): * gc.c: PAGE_BITMAP_PLANES (the number of bitmap) is 4, not 3.
ko1 (Koichi Sasada)
08:46 PM Revision 1f1f3112 (ruby-git): * gc.c: PAGE_BITMAP_PLANES (the number of bitmap) is 4, not 3.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53470 b2dd03c8-39d4-4d8f-98ff-823fe69b080e ko1 (Koichi Sasada)
08:45 PM Revision 53469 (trunk): * 2016-01-09
svn
08:45 PM Revision 53469 (ruby_2_4): * 2016-01-09
svn
08:45 PM Revision 53469 (ruby_2_5): * 2016-01-09
svn
08:45 PM Revision 17c7bdc0 (ruby-git): * 2016-01-09
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53469 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn
08:45 PM Revision 53468 (trunk): * gc.c: rename constant names HEAP_* to PAGE_*.
Keys of GC::INTERNAL_CONSTANTS are also renamed.
* test/ruby/test_gc.rb: catch up this fix.
ko1 (Koichi Sasada)
08:45 PM Revision 53468 (ruby_2_4): * gc.c: rename constant names HEAP_* to PAGE_*.
Keys of GC::INTERNAL_CONSTANTS are also renamed.
* test/ruby/test_gc.rb: catch up this fix.
ko1 (Koichi Sasada)
08:45 PM Revision 53468 (ruby_2_5): * gc.c: rename constant names HEAP_* to PAGE_*.
Keys of GC::INTERNAL_CONSTANTS are also renamed.
* test/ruby/test_gc.rb: catch up this fix.
ko1 (Koichi Sasada)
08:45 PM Revision f8827cef (ruby-git): * gc.c: rename constant names HEAP_* to PAGE_*.
Keys of GC::INTERNAL_CONSTANTS are also renamed.
* test/ruby/test_gc.rb: catch up this fix.
git-svn-id: svn+ssh://...
ko1 (Koichi Sasada)
06:27 PM Bug #11970: Multiple Assignment Into a Hash with Destructuring causes segfault
I apologize for whatever I did to mangle the formatting. dwahl (Davis Wahl)
06:20 PM Bug #11970 (Closed): Multiple Assignment Into a Hash with Destructuring causes segfault
Segfaults in 2.2.3 and 2.3.0, In 2.1.0 and below, produces `{[:foo]=>:bar}`
~~~ruby
foo = [:foo]
bar = [:bar]
...
dwahl (Davis Wahl)
05:00 PM Feature #11955: Expose Object that Receives logs in Logger
> Your example doesn't seem to able to get rid of adding stdout_logger twice or more, even with logger.destination.
...
schneems (Richard Schneeman)
01:34 PM Revision 53467 (trunk): * doc/regexp.rdoc: [DOC] Elaborate on the \G anchor. [ci skip]
knu (Akinori MUSHA)
01:34 PM Revision 53467 (ruby_2_4): * doc/regexp.rdoc: [DOC] Elaborate on the \G anchor. [ci skip]
knu (Akinori MUSHA)
01:34 PM Revision 53467 (ruby_2_5): * doc/regexp.rdoc: [DOC] Elaborate on the \G anchor. [ci skip]
knu (Akinori MUSHA)
01:34 PM Revision 066b8254 (ruby-git): * doc/regexp.rdoc: [DOC] Elaborate on the \G anchor. [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53467 b2dd03c8-39d4-4d8f-98ff-823fe69b080e knu (Akinori MUSHA)
01:07 PM Bug #11956: RUBYOPT parses after rubygems loaded
Rubygems sets `Gem.path` at loading the first gem.
Ruby 2.3 bundles `did_you_mean` and activates it by default.
Why...
nobu (Nobuyoshi Nakada)
12:09 PM Bug #11969 (Closed): [PATCH] IRB: Final newline missing in truncated backtraces
If IRB shows a backtrace that gets truncated because of `back_trace_limit`, the last line of the backtrace does not e... noniq (Stefan Daschek)
10:56 AM Revision 53466 (trunk): * gc.c: remove heap_page::body. Instead of this field,
heap_page::start field works well. ko1 (Koichi Sasada)
10:56 AM Revision 53466 (ruby_2_4): * gc.c: remove heap_page::body. Instead of this field,
heap_page::start field works well. ko1 (Koichi Sasada)
10:56 AM Revision 53466 (ruby_2_5): * gc.c: remove heap_page::body. Instead of this field,
heap_page::start field works well. ko1 (Koichi Sasada)
10:56 AM Revision b6261054 (ruby-git): * gc.c: remove heap_page::body. Instead of this field,
heap_page::start field works well.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53466 b2dd03c8-39d4-4d8f-98ff-...
ko1 (Koichi Sasada)
10:52 AM Revision 53465 (trunk): iseq.c: volatile only on gcc4.8
* iseq.c (rb_iseq_compile_with_option): no volatile on gcc other
than 4.8.
nobu (Nobuyoshi Nakada)
10:52 AM Revision 53465 (ruby_2_4): iseq.c: volatile only on gcc4.8
* iseq.c (rb_iseq_compile_with_option): no volatile on gcc other
than 4.8.
nobu (Nobuyoshi Nakada)
10:52 AM Revision 53465 (ruby_2_5): iseq.c: volatile only on gcc4.8
* iseq.c (rb_iseq_compile_with_option): no volatile on gcc other
than 4.8.
nobu (Nobuyoshi Nakada)
10:52 AM Revision 92f33ef2 (ruby-git): iseq.c: volatile only on gcc4.8
* iseq.c (rb_iseq_compile_with_option): no volatile on gcc other
than 4.8.
git-svn-id: svn+ssh://ci.ruby-lang.org/...
nobu (Nobuyoshi Nakada)
10:34 AM Revision 53464 (trunk): * gc.c: rename rb_heap_t::page_length to rb_heap_t::total_pages.
`page_length' is not clear (we may understand with length of
a page).
ko1 (Koichi Sasada)
10:34 AM Revision 53464 (ruby_2_4): * gc.c: rename rb_heap_t::page_length to rb_heap_t::total_pages.
`page_length' is not clear (we may understand with length of
a page).
ko1 (Koichi Sasada)
10:34 AM Revision 53464 (ruby_2_5): * gc.c: rename rb_heap_t::page_length to rb_heap_t::total_pages.
`page_length' is not clear (we may understand with length of
a page).
ko1 (Koichi Sasada)
10:34 AM Revision 3ccafdb0 (ruby-git): * gc.c: rename rb_heap_t::page_length to rb_heap_t::total_pages.
`page_length' is not clear (we may understand with length of
a page).
git-svn-id: svn+ssh://ci.ruby-lang.org/rub...
ko1 (Koichi Sasada)
08:24 AM Revision 53463 (trunk): test_tempfile.rb: use assert_file
* test/test_tempfile.rb (test_create_with{,out}_block): use
assert_file for descriptive failure messages.
nobu (Nobuyoshi Nakada)
08:24 AM Revision 53463 (ruby_2_4): test_tempfile.rb: use assert_file
* test/test_tempfile.rb (test_create_with{,out}_block): use
assert_file for descriptive failure messages.
nobu (Nobuyoshi Nakada)
08:24 AM Revision 53463 (ruby_2_5): test_tempfile.rb: use assert_file
* test/test_tempfile.rb (test_create_with{,out}_block): use
assert_file for descriptive failure messages.
nobu (Nobuyoshi Nakada)
08:24 AM Revision 4ebaed6b (ruby-git): test_tempfile.rb: use assert_file
* test/test_tempfile.rb (test_create_with{,out}_block): use
assert_file for descriptive failure messages.
git-svn-...
nobu (Nobuyoshi Nakada)
08:23 AM Revision 53462 (trunk): * remove trailing spaces.
svn
08:23 AM Revision 53462 (ruby_2_4): * remove trailing spaces.
svn
08:23 AM Revision 53462 (ruby_2_5): * remove trailing spaces.
svn
08:23 AM Revision 98311146 (ruby-git): * remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53462 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn
08:23 AM Revision 53461 (trunk): * gc.c: remove heap_page::heap. This field is only used to recognize
whether a page is in a tomb or not. Instead of this field,
heap_page::flags::in_tomb (1 bit field) is added.
Als...
ko1 (Koichi Sasada)
08:23 AM Revision 53461 (ruby_2_4): * gc.c: remove heap_page::heap. This field is only used to recognize
whether a page is in a tomb or not. Instead of this field,
heap_page::flags::in_tomb (1 bit field) is added.
Als...
ko1 (Koichi Sasada)
08:23 AM Revision 53461 (ruby_2_5): * gc.c: remove heap_page::heap. This field is only used to recognize
whether a page is in a tomb or not. Instead of this field,
heap_page::flags::in_tomb (1 bit field) is added.
Als...
ko1 (Koichi Sasada)
08:23 AM Revision e5e37c20 (ruby-git): * gc.c: remove heap_page::heap. This field is only used to recognize
whether a page is in a tomb or not. Instead of this field,
heap_page::flags::in_tomb (1 bit field) is added.
Als...
ko1 (Koichi Sasada)
07:47 AM Revision 53460 (trunk): iseq.c: make local variables volatile
* iseq.c (rb_iseq_compile_with_option): prepare arguments outside
EXEC_TAG, and make local variables volatile not t...
nobu (Nobuyoshi Nakada)
07:47 AM Revision 53460 (ruby_2_4): iseq.c: make local variables volatile
* iseq.c (rb_iseq_compile_with_option): prepare arguments outside
EXEC_TAG, and make local variables volatile not t...
nobu (Nobuyoshi Nakada)
07:47 AM Revision 53460 (ruby_2_5): iseq.c: make local variables volatile
* iseq.c (rb_iseq_compile_with_option): prepare arguments outside
EXEC_TAG, and make local variables volatile not t...
nobu (Nobuyoshi Nakada)
07:47 AM Revision 0455a255 (ruby-git): iseq.c: make local variables volatile
* iseq.c (rb_iseq_compile_with_option): prepare arguments outside
EXEC_TAG, and make local variables volatile not t...
nobu (Nobuyoshi Nakada)
03:35 AM Revision 53459 (trunk): * tool/make-snapshot: fix for the changes of version.h in r53314.
shugo (Shugo Maeda)
03:35 AM Revision 53459 (ruby_2_4): * tool/make-snapshot: fix for the changes of version.h in r53314.
shugo (Shugo Maeda)
03:35 AM Revision 53459 (ruby_2_5): * tool/make-snapshot: fix for the changes of version.h in r53314.
shugo (Shugo Maeda)
03:35 AM Revision 1645833e (ruby-git): * tool/make-snapshot: fix for the changes of version.h in r53314.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53459 b2dd03c8-39d4-4d8f-98ff-823fe69b080e shugo (Shugo Maeda)
02:08 AM Misc #11876: Scheduled maintenance 2016/01/01
shibata.hiroshi@gmail.com wrote:
> LA of svn server is 0.10 to 0.20.
> We have enough resources includes memory, d...
normalperson (Eric Wong)
01:25 AM Misc #11876: Scheduled maintenance 2016/01/01
>Sorry, I meant "loaded" in terms of resource use
>(loadavg/memory/disk/network).
ah. Thanks for your explanation...
hsbt (Hiroshi SHIBATA)
01:48 AM Bug #11954 (Assigned): "self has wrong type to call super in this context" under weird circumstances
The bug was introduced in r52104 by ko1, and it seems to be fixed by the attached patch, but Im' not sure.
shugo (Shugo Maeda)
01:21 AM Bug #11967: Mixing kwargs with optional parameters changes way method parameters are parsed
This looks like a spec issue, so I have assigned it to Matz. I can see arguments for both ways, the current one and t... duerst (Martin Dürst)
12:38 AM Revision 53458 (trunk): * iseq.c (rb_iseq_compile_with_option): move variable initialization
code to avoid maybe-uninitialized warnings by gcc 4.8. shugo (Shugo Maeda)
12:38 AM Revision 53458 (ruby_2_4): * iseq.c (rb_iseq_compile_with_option): move variable initialization
code to avoid maybe-uninitialized warnings by gcc 4.8. shugo (Shugo Maeda)
12:38 AM Revision 53458 (ruby_2_5): * iseq.c (rb_iseq_compile_with_option): move variable initialization
code to avoid maybe-uninitialized warnings by gcc 4.8. shugo (Shugo Maeda)
12:38 AM Revision 11516342 (ruby-git): * iseq.c (rb_iseq_compile_with_option): move variable initialization
code to avoid maybe-uninitialized warnings by gcc 4.8.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53458 b2dd0...
shugo (Shugo Maeda)
 

Also available in: Atom