Activity
From 01/08/2016 to 02/06/2016
02/06/2016
- 05:56 PM Revision 53758 (trunk): * 2016-02-07
- 05:56 PM Revision 53758 (ruby_2_4): * 2016-02-07
- 05:56 PM Revision 53758 (ruby_2_5): * 2016-02-07
-
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/... -
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/... -
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/... -
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/... - 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
-
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 ...
-
02:45 PM Revision 53756 (trunk): Fix r53748; the datafile includes non ASCII
-
02:45 PM Revision 53756 (ruby_2_4): Fix r53748; the datafile includes non ASCII
-
02:45 PM Revision 53756 (ruby_2_5): Fix r53748; the datafile includes non ASCII
-
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
-
02:23 PM Revision 53755 (trunk): fix types order
- * configure.in: types without _t have prior than types with _t.
-
02:23 PM Revision 53755 (ruby_2_4): fix types order
- * configure.in: types without _t have prior than types with _t.
-
02:23 PM Revision 53755 (ruby_2_5): fix types order
- * configure.in: types without _t have prior than types with _t.
-
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... -
01:31 PM Revision 53754 (trunk): ASCII-incompatible escape
- * lib/cgi/util.rb (escapeHTML, unescapeHTML): consider
ASCII-incompatible encodings. [Fix GH-1239] -
01:31 PM Revision 53754 (ruby_2_4): ASCII-incompatible escape
- * lib/cgi/util.rb (escapeHTML, unescapeHTML): consider
ASCII-incompatible encodings. [Fix GH-1239] -
01:31 PM Revision 53754 (ruby_2_5): ASCII-incompatible escape
- * lib/cgi/util.rb (escapeHTML, unescapeHTML): consider
ASCII-incompatible encodings. [Fix GH-1239] -
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... -
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,... -
12:02 PM Revision 53753 (trunk): lex.c.blt: update
- * lex.c.blt: follows r52429, not removing casts to int.
-
12:02 PM Revision 53753 (ruby_2_4): lex.c.blt: update
- * lex.c.blt: follows r52429, not removing casts to int.
-
12:02 PM Revision 53753 (ruby_2_5): lex.c.blt: update
- * lex.c.blt: follows r52429, not removing casts to int.
-
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... -
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... -
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... -
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... -
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... - 11:44 AM Revision 53751 (trunk): * 2016-02-06
- 11:44 AM Revision 53751 (ruby_2_4): * 2016-02-06
- 11:44 AM Revision 53751 (ruby_2_5): * 2016-02-06
- 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
-
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. -
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. -
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. -
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... -
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... -
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... -
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... -
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... -
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... -
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... -
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... -
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... -
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... -
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.... -
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.... -
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.... -
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....
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 ...
-
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. ... -
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...
-
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... -
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...
-
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... -
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... -
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... -
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...
-
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... -
11:09 AM Revision 53746 (trunk): * test/ruby/enc/test_case_mapping.rb: added tests for :ascii option.
- (with Kimihito Matsui)
-
11:09 AM Revision 53746 (ruby_2_4): * test/ruby/enc/test_case_mapping.rb: added tests for :ascii option.
- (with Kimihito Matsui)
-
11:09 AM Revision 53746 (ruby_2_5): * test/ruby/enc/test_case_mapping.rb: added tests for :ascii option.
- (with Kimihito Matsui)
-
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 -
07:45 AM Revision 53745 (trunk): configure.in: fix doc [ci skip]
- * configure.in (RUBY_CHECK_SIGNEDNESS): [DOC] fix function name.
-
07:45 AM Revision 53745 (ruby_2_4): configure.in: fix doc [ci skip]
- * configure.in (RUBY_CHECK_SIGNEDNESS): [DOC] fix function name.
-
07:45 AM Revision 53745 (ruby_2_5): configure.in: fix doc [ci skip]
- * configure.in (RUBY_CHECK_SIGNEDNESS): [DOC] fix function name.
-
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... -
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... -
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... -
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... -
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... -
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...
-
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? -
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/...
-
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... -
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... -
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... -
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... - 04:31 AM Revision 53742 (trunk): * 2016-02-05
- 04:31 AM Revision 53742 (ruby_2_4): * 2016-02-05
- 04:31 AM Revision 53742 (ruby_2_5): * 2016-02-05
- 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
-
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... -
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... -
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... -
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... -
02:50 AM Bug #12052 (Assigned): String#encode with xml option returns wrong result
- `String#encode`をASCII非互換エンコーディングから同じエンコーディングへ、`xml:`オプション付きで呼ぶとおかしな結果を返します。
バイナリとして変換してしまっているようです。
```ruby
p "<\...
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... -
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. ... -
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 ...
-
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... -
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 ...
-
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... -
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.
-
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... -
12:05 PM Revision 53740 (trunk): * enc/unicode.c: Activated :ascii flag for ASCII-only case conversion
- (with Kimihito Matsui)
-
12:05 PM Revision 53740 (ruby_2_4): * enc/unicode.c: Activated :ascii flag for ASCII-only case conversion
- (with Kimihito Matsui)
-
12:05 PM Revision 53740 (ruby_2_5): * enc/unicode.c: Activated :ascii flag for ASCII-only case conversion
- (with Kimihito Matsui)
-
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 -
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... -
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... -
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... -
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... -
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. -
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. -
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. -
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:/... -
06:44 AM Revision 53737 (trunk): return shared string
- * re.c (rb_reg_source): return shared string without copying.
-
06:44 AM Revision 53737 (ruby_2_4): return shared string
- * re.c (rb_reg_source): return shared string without copying.
-
06:44 AM Revision 53737 (ruby_2_5): return shared string
- * re.c (rb_reg_source): return shared string without copying.
-
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... -
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... -
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... -
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... -
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... -
06:34 AM Revision 53735 (trunk): end of UNICODE_FILES
- * common.mk (UNICODE_FILES): append empty END-OF-LIST to put
backslashes uniformly. -
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. -
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. -
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-... -
05:42 AM Revision 53734 (trunk): * common.mk: Added Unicode data file SpecialCasing.txt to be additionally
- downloaded (with Kimihito Matsui)
-
05:42 AM Revision 53734 (ruby_2_4): * common.mk: Added Unicode data file SpecialCasing.txt to be additionally
- downloaded (with Kimihito Matsui)
-
05:42 AM Revision 53734 (ruby_2_5): * common.mk: Added Unicode data file SpecialCasing.txt to be additionally
- downloaded (with Kimihito Matsui)
-
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... -
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... -
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... -
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... -
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... -
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... -
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... -
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... -
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... -
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] -
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] -
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] -
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... -
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... -
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... -
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... -
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... - 02:54 AM Revision 53729 (trunk): * 2016-02-04
- 02:54 AM Revision 53729 (ruby_2_4): * 2016-02-04
- 02:54 AM Revision 53729 (ruby_2_5): * 2016-02-04
- 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
-
02:54 AM Revision 53728 (trunk): * common.mk: Introduce two variables (UNICODE_DATA_DIR and
- UNICODE_SRC_DATA_DIR) to eliminate repetitions.
-
02:54 AM Revision 53728 (ruby_2_4): * common.mk: Introduce two variables (UNICODE_DATA_DIR and
- UNICODE_SRC_DATA_DIR) to eliminate repetitions.
-
02:54 AM Revision 53728 (ruby_2_5): * common.mk: Introduce two variables (UNICODE_DATA_DIR and
- UNICODE_SRC_DATA_DIR) to eliminate repetitions.
-
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... -
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.
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, ... -
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 ... -
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...
-
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))
~~~
~~~... -
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になる)。 -
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 にバージョンアップしたら動かなくなったアプリがあった、と、どこかで見た記憶があります。モンキーパッチは基本は当てる人の責任...
-
10:08 AM Revision 53727 (trunk): Remove debug print introduced in r52386
-
10:08 AM Revision 53727 (ruby_2_4): Remove debug print introduced in r52386
-
10:08 AM Revision 53727 (ruby_2_5): Remove debug print introduced in r52386
-
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
-
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!
-
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... -
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... -
07:44 AM Bug #12045 (Assigned): Add documentation lib/debug.rb
-
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
-
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. -
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. -
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. -
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... -
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. -
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. -
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. -
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... -
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
-
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... -
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?
-
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]
-
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]
-
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]
-
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... -
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 ...
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.
-
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] -
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] -
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] -
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: ... -
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 ... -
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 ... -
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 ... -
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 ... -
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... -
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... -
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... -
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 -----------... - 05:38 PM Revision 53721 (trunk): * 2016-02-03
- 05:38 PM Revision 53721 (ruby_2_4): * 2016-02-03
- 05:38 PM Revision 53721 (ruby_2_5): * 2016-02-03
- 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
-
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 -
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 -
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 -
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... -
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...
-
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...
-
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 & ...
-
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... -
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 ... -
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...
-
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?...
-
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... -
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... -
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...
-
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...
- 01:01 PM Revision 53719 (ruby_2_4): follow r53691
- 01:01 PM Revision 53719 (ruby_2_5): follow r53691
-
01:01 PM Revision 53719 (trunk): follow r53691
-
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
-
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 -
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 -
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 -
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... -
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. -
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. -
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. -
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... -
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. -
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. -
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. -
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... -
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... -
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... -
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... -
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... -
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. -
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. -
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. -
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... -
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
```
... -
03:53 AM Revision 53713 (trunk): ChangeLog: reword
- * ChangeLog: reword "affect" as it is a verb.
-
03:53 AM Revision 53713 (ruby_2_4): ChangeLog: reword
- * ChangeLog: reword "affect" as it is a verb.
-
03:53 AM Revision 53713 (ruby_2_5): ChangeLog: reword
- * ChangeLog: reword "affect" as it is a verb.
-
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-... -
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... -
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'... -
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. -
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. -
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. -
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...
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...
-
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... -
10:01 PM Bug #11969: [PATCH] IRB: Final newline missing in truncated backtraces
- Ping... Any update on this?
-
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...
- 03:06 PM Revision 53711 (trunk): * 2016-02-02
- 03:06 PM Revision 53711 (ruby_2_4): * 2016-02-02
- 03:06 PM Revision 53711 (ruby_2_5): * 2016-02-02
- 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
-
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... -
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... -
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... -
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... -
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...
-
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?
-
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...
- 12:43 PM Revision 53709 (trunk): * properties.
- 12:43 PM Revision 53709 (ruby_2_4): * properties.
- 12:43 PM Revision 53709 (ruby_2_5): * properties.
- 12:43 PM Revision 53708 (trunk): * remove trailing spaces.
- 12:43 PM Revision 53708 (ruby_2_4): * remove trailing spaces.
- 12:43 PM Revision 53708 (ruby_2_5): * remove trailing spaces.
- 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
- 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
-
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.... -
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.... -
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.... -
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.... -
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? -
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...
-
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... -
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...
-
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. -
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. -
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. -
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... -
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...
-
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... -
09:47 AM Feature #11678 (Closed): ability to comment out methods in a multi-line method chain without needing a new line escape
-
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.
-
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... -
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... -
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... -
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... -
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... - 06:25 AM Revision 53704 (trunk): * 2016-02-01
- 06:25 AM Revision 53704 (ruby_2_4): * 2016-02-01
- 06:25 AM Revision 53704 (ruby_2_5): * 2016-02-01
- 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
-
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. -
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. -
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. -
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... -
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...
-
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`.
-
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...
-
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...
-
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...
01/31/2016
-
09:43 AM Revision 53702 (trunk): r53688 test
- * test/ruby/test_file_exhaustive.rb (test_realpath_mount_point):
test for r53688. -
09:43 AM Revision 53702 (ruby_2_4): r53688 test
- * test/ruby/test_file_exhaustive.rb (test_realpath_mount_point):
test for r53688. -
09:43 AM Revision 53702 (ruby_2_5): r53688 test
- * test/ruby/test_file_exhaustive.rb (test_realpath_mount_point):
test for r53688. -
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... -
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...
-
05:43 AM Bug #11993: foo(hash) is handled like foo(**hash)
- See #11967 for Marc-Andre's explanation.
-
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] -
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] -
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] -
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... -
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] -
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] -
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] -
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+... -
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 -
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 -
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 -
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... -
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... -
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... -
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... -
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... - 02:58 AM Revision 53697 (trunk): * 2016-01-31
- 02:58 AM Revision 53697 (ruby_2_4): * 2016-01-31
- 02:58 AM Revision 53697 (ruby_2_5): * 2016-01-31
- 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
-
02:58 AM Revision 53696 (trunk): io.c: constify
- * io.c (rb_file_open_generic, pipe_open, pipe_open_s): constify
convconfig parameter. -
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. -
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. -
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...
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... -
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... -
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... -
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... -
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... -
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...
-
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... -
11:54 AM Misc #12004: Code of Conduct
- (This message has been deleted)
-
11:31 AM Misc #12004: Code of Conduct
- (This message has been deleted)
-
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... -
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... -
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_... -
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... -
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...
-
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...
-
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...
-
11:58 AM Feature #12038 (Third Party's Issue): Please add documentation to open-uri showing how to obtain an attachment
-
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... -
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... -
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.
-
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...
-
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... -
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... -
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... -
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... -
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 ... -
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.
-
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... -
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 ... -
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. -
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', '... -
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. -
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. -
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. -
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... -
01:08 AM Revision 53693 (trunk): update bundled gems
-
01:08 AM Revision 53693 (ruby_2_4): update bundled gems
-
01:08 AM Revision 53693 (ruby_2_5): update bundled gems
-
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
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...
-
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 ...
-
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... -
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... -
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 ...
-
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... -
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... -
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... -
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...
-
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... -
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... -
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.
-
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...
-
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... - 03:21 PM Revision 53692 (trunk): * 2016-01-30
- 03:21 PM Revision 53692 (ruby_2_4): * 2016-01-30
- 03:21 PM Revision 53692 (ruby_2_5): * 2016-01-30
- 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
-
03:21 PM Revision 53691 (trunk): suppress warning: assigned but unused variable
-
03:21 PM Revision 53691 (ruby_2_4): suppress warning: assigned but unused variable
-
03:21 PM Revision 53691 (ruby_2_5): suppress warning: assigned but unused variable
-
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
-
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... -
09:32 AM Revision 53690 (trunk): r53689 test
- * test/ruby/test_file_exhaustive.rb (test_readlink_junction): test
for r53689. -
09:32 AM Revision 53690 (ruby_2_4): r53689 test
- * test/ruby/test_file_exhaustive.rb (test_readlink_junction): test
for r53689. -
09:32 AM Revision 53690 (ruby_2_5): r53689 test
- * test/ruby/test_file_exhaustive.rb (test_readlink_junction): test
for r53689. -
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.... -
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... -
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... -
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... -
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... -
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... -
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... -
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... -
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... -
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... - 08:01 AM Revision 53687 (ruby_2_4): fix a typo [ci skip]
- 08:01 AM Revision 53687 (ruby_2_5): fix a typo [ci skip]
-
08:01 AM Revision 53687 (trunk): fix a typo [ci skip]
-
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
-
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... -
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... -
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... -
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... -
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. -
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. -
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. -
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... -
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... -
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... -
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... -
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... -
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
-
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... -
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... -
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... -
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... -
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... -
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... -
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... -
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... -
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... -
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... -
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... -
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... -
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... - 01:46 AM Revision 53680 (trunk): * 2016-01-29
- 01:46 AM Revision 53680 (ruby_2_4): * 2016-01-29
- 01:46 AM Revision 53680 (ruby_2_5): * 2016-01-29
- 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
-
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... -
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... -
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... -
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...
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... -
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... -
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... -
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... -
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 ...
-
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...
-
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-... -
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 -
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
$... -
04:14 PM Bug #12029 (Rejected): Not all elements are yielded when count is given a block
-
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
> ```
... -
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
``` -
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.
~~... -
04:13 PM Bug #12028 (Feedback): Crash ruby
- How to reproduce?
-
09:43 AM Bug #12028 (Feedback): Crash ruby
- (snip segv messages)
- 08:32 AM Revision 53678 (trunk): * 2016-01-28
- 08:32 AM Revision 53678 (ruby_2_4): * 2016-01-28
- 08:32 AM Revision 53678 (ruby_2_5): * 2016-01-28
- 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
-
08:32 AM Revision 53677 (trunk): socket.c: unlimited size hostname
- * ext/socket/socket.c (sock_gethostname): support unlimited size
hostname. -
08:32 AM Revision 53677 (ruby_2_4): socket.c: unlimited size hostname
- * ext/socket/socket.c (sock_gethostname): support unlimited size
hostname. -
08:32 AM Revision 53677 (ruby_2_5): socket.c: unlimited size hostname
- * ext/socket/socket.c (sock_gethostname): support unlimited size
hostname. -
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/... -
07:20 AM Feature #10658: ThreadGroup local variables
- Lin Jen-Shin wrote:
> Here's a demonstration:
>
> module Kernel
> def should
> Should.new(sel... -
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...
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... -
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 :-)
-- ... -
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... -
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... -
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. -
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|
... -
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 ... -
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...
-
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... -
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.
-
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... -
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... -
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... -
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 ... -
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 ... -
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 ... -
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... -
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 ... -
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...
-
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... -
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...
-
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... -
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... -
02:21 AM Misc #12004: Code of Conduct
- woops, was totally blind when looking at the branches. looks good! thanks!
-
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... -
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...
-
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... -
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...
-
02:57 PM Revision 53676 (trunk): depend: add capacity.o
- * ext/-test-/string/depend (capacity.o): add dependencies.
-
02:57 PM Revision 53676 (ruby_2_4): depend: add capacity.o
- * ext/-test-/string/depend (capacity.o): add dependencies.
-
02:57 PM Revision 53676 (ruby_2_5): depend: add capacity.o
- * ext/-test-/string/depend (capacity.o): add dependencies.
-
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... - 12:04 PM Revision 53675 (trunk): * remove trailing spaces.
- 12:04 PM Revision 53675 (ruby_2_4): * remove trailing spaces.
- 12:04 PM Revision 53675 (ruby_2_5): * remove trailing spaces.
- 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
-
12:04 PM Revision 53674 (trunk): * test/-ext-/string/test_capacity.rb: Added missing library.
-
12:04 PM Revision 53674 (ruby_2_4): * test/-ext-/string/test_capacity.rb: Added missing library.
-
12:04 PM Revision 53674 (ruby_2_5): * test/-ext-/string/test_capacity.rb: Added missing library.
-
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
-
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... -
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... -
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... -
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... -
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... - 11:37 AM Revision 53672 (trunk): * properties.
- 11:37 AM Revision 53672 (ruby_2_4): * properties.
- 11:37 AM Revision 53672 (ruby_2_5): * properties.
- 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
-
11:37 AM Revision 53671 (trunk): Add tests about String's internal capacity
-
11:37 AM Revision 53671 (ruby_2_4): Add tests about String's internal capacity
-
11:37 AM Revision 53671 (ruby_2_5): Add tests about String's internal capacity
-
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
-
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... -
09:54 AM Revision 53670 (trunk): * enc/unicode.c: Fixed bit mask in macro OnigCodePointCount
-
09:54 AM Revision 53670 (ruby_2_4): * enc/unicode.c: Fixed bit mask in macro OnigCodePointCount
-
09:54 AM Revision 53670 (ruby_2_5): * enc/unicode.c: Fixed bit mask in macro OnigCodePointCount
-
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
-
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) -
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) -
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) -
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... -
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... -
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... -
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... -
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... -
07:30 AM Revision 53667 (trunk): hash.c: exception examples
- * hash.c (rb_hash_dig): [DOC] add examples of exceptions.
-
07:30 AM Revision 53667 (ruby_2_4): hash.c: exception examples
- * hash.c (rb_hash_dig): [DOC] add examples of exceptions.
-
07:30 AM Revision 53667 (ruby_2_5): hash.c: exception examples
- * hash.c (rb_hash_dig): [DOC] add examples of exceptions.
-
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... -
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... -
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... -
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... -
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... -
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... -
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... -
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... -
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... -
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`. -
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...
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> -
11:13 PM Feature #12024: Add String.buffer, for creating strings with large capacities
- I like the idea.
Matz.
-
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... -
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 ...
-
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...
-
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.
-
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... -
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... -
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...
-
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... -
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... -
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... -
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... -
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 ... -
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... -
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... -
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... -
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... -
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... -
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... -
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... -
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... -
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... -
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... -
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...
-
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... -
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... -
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... -
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... -
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... - 05:19 PM Revision 53664 (trunk): * 2016-01-27
- 05:19 PM Revision 53664 (ruby_2_4): * 2016-01-27
- 05:19 PM Revision 53664 (ruby_2_5): * 2016-01-27
- 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
-
05:19 PM Revision 53663 (trunk): increase timeout for Solaris 10 SPARC
-
05:19 PM Revision 53663 (ruby_2_4): increase timeout for Solaris 10 SPARC
-
05:19 PM Revision 53663 (ruby_2_5): increase timeout for Solaris 10 SPARC
-
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
-
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... -
10:39 AM Revision 53661 (trunk): fix a typo [ci skip]
- 10:39 AM Revision 53661 (ruby_2_4): fix a typo [ci skip]
- 10:39 AM Revision 53661 (ruby_2_5): fix a typo [ci skip]
-
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
-
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] -
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] -
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] -
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... -
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:
~... -
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... - 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... - 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... -
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... - 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... -
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... -
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... -
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... -
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... -
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): ... - 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... - 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... -
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... - 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... -
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. -
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. -
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. -
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.... -
02:04 AM Feature #11181: Add a line directive to Ruby
- Pull request up to date as of 2016-01-25
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... -
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/
-
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 ... -
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...
-
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... -
10:22 PM Misc #12004: Code of Conduct
- Jonathan Eyler-Werve wrote:
> Our busiest commenters say (paraphrasing) that technical communities should only dis... -
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... -
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 **... -
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 ... -
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... -
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... -
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...
-
06:53 PM Misc #12004: Code of Conduct
- Jonathan Eyler-Werve wrote:
> Our busiest commenters say (paraphrasing) that technical communities should only discu... -
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... -
06:24 PM Misc #12004: Code of Conduct
- Coraline Ada Ehmke wrote:
>> Should you persist on perturbing this technical community with your
>> political id... -
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...
-
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... -
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... -
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... -
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 ... -
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 ... -
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... -
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... -
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... -
01:53 PM Misc #12004: Code of Conduct
- Ruby Dino wrote:
> ph ph wrote:
> > * medical condition recognized by the American Psychiatry Association (not
> ... -
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... -
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... -
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... -
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 ... -
10:19 AM Misc #12004: Code of Conduct
- Can we please get some moderation?
-
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...
-
07:09 AM Misc #12004: Code of Conduct
- ph ph wrote:
> * medical condition recognized by the American Psychiatry Association (not
> psychology....). just ... -
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... -
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... -
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" ?
... -
06:18 AM Misc #12004: Code of Conduct
- Coraline Ada Ehmke wrote:
> > Should you persist on perturbing this technical community with your
> > political id... -
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... -
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... -
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... -
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... -
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... -
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... -
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... -
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... -
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...
-
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. -
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.
-
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...
-
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...
-
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...
-
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... - 10:58 PM Revision 53655 (trunk): * 2016-01-26
- 10:58 PM Revision 53655 (ruby_2_4): * 2016-01-26
- 10:58 PM Revision 53655 (ruby_2_5): * 2016-01-26
- 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
-
10:58 PM Revision 53654 (trunk): Macro typo
- * gc.c (RVALUE_PAGE_WB_UNPROTECTED): fix a typo of argument name.
[Fix GH-1221] -
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] -
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] -
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... -
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. ...
-
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... -
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...
-
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! :)
-
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...
-
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... - 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... - 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... -
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... - 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... -
07:49 AM Revision 53652 (trunk): common.mk: dependency of ripper.c
- * common.mk (ext/ripper/ripper.c): explicit parse.y for nmake.
-
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.
-
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.
-
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... -
07:45 AM Revision 53651 (trunk): revert r53618 partially
-
07:45 AM Revision 53651 (ruby_2_4): revert r53618 partially
-
07:45 AM Revision 53651 (ruby_2_5): revert r53618 partially
-
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
-
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.
... -
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.
... -
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.
... -
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.
... -
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): ... -
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
> ... -
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...
-
12:39 AM Revision 53649 (trunk): * test/ruby/test_string.rb: added testcase for next!, succ and succ!
- [fix GH-1213] Patch by @K0mAtoru
-
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
-
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
-
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... -
12:33 AM Revision 53648 (trunk): * lib/webrick/httpservlet/filehandler.rb: fix documentation for namespace.
- [fix GH-1219][ci skip] Patch by @leafac
-
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
-
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
-
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...
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... -
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... -
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...
-
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 ... -
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... -
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... -
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" ?
... -
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... -
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 ... -
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... -
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... -
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... -
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 ... -
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... -
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 ...
-
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...
-
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... -
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 ... -
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...
-
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 ... -
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"... -
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...
-
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... -
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... -
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 ... -
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... -
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... -
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...
-
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... -
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... -
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...
-
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 ...
-
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.
- 03:00 PM Revision 53647 (trunk): * 2016-01-25
- 03:00 PM Revision 53647 (ruby_2_4): * 2016-01-25
- 03:00 PM Revision 53647 (ruby_2_5): * 2016-01-25
- 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
-
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. -
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. -
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. -
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... -
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. -
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. -
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. -
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/... - 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.
... - 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.
... -
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.
... - 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.
... -
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]
-
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]
-
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]
-
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/... -
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 ... -
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 ... -
08:42 AM Feature #11100: Permit multiple captures with String[Regexp, ...]
- Fixed proposed patch and added tests
-
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 ... -
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... -
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... -
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... -
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... -
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... - 05:30 AM Revision 53641 (trunk): * 2016-01-24
- 05:30 AM Revision 53641 (ruby_2_4): * 2016-01-24
- 05:30 AM Revision 53641 (ruby_2_5): * 2016-01-24
- 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
-
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. -
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. -
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. -
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... -
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... -
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 ... -
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.
...
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... -
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... -
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... -
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... -
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... -
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... -
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... -
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...
-
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... -
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...
-
08:53 PM Misc #12004: Code of Conduct
- David Celis wrote:
> > * A CoC will encourage some bad, unnecessary or unwanted behaviors:
> > * judging and poli... -
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... -
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... -
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...
-
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 ... -
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... -
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.
... -
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... -
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 ...
-
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... -
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 ... -
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 ... -
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... -
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... -
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... -
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 ... -
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... -
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... -
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 ... -
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... -
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... -
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... -
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...
-
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-... -
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 ... -
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 ... -
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... -
02:40 AM Misc #12004: Code of Conduct
- [ANN] user account creation on the redmine is now temporary stopped. Sorry for the inconvenience.
-
02:31 AM Misc #12004: Code of Conduct
- Kurtis Rainbolt-Greene wrote:
> > A reporting mechanism and enforcement information is not necessary, though it coul... -
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... -
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... -
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 ... -
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... -
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... -
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... -
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...
-
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... -
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... -
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.... -
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.... -
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 ... -
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...
-
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... -
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... -
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... -
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 ... -
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 ... -
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... -
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 ...
-
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...
-
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'...
-
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)...
-
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 ... -
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] -
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] -
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] -
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... -
01:27 PM Revision 53638 (trunk): appveyor.yml: simplify
- * appveyor.yml (install, build_script): simplify by using same opt
dir for libressl and zlib. -
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. -
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. -
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:... -
12:24 PM Bug #12007: Newly added Unicode data file doesn't get downloaded
- I reverted r53634 at r53637.
-
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... -
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... -
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 ... -
11:55 AM Revision 53637 (trunk): * common.mk: revert r53633. It broke rubyci and travis.
- https://travis-ci.org/ruby/ruby/builds/104259623
-
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
-
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
-
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... -
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... -
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 ... -
11:19 AM Revision 53636 (trunk): fix typo.
-
11:19 AM Revision 53636 (ruby_2_4): fix typo.
-
11:19 AM Revision 53636 (ruby_2_5): fix typo.
-
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
-
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... -
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... -
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... -
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... -
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... -
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... -
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... -
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... -
09:32 AM Revision 53633 (trunk)
-
09:32 AM Revision 53633 (ruby_2_4)
-
09:32 AM Revision 53633 (ruby_2_5)
-
09:32 AM Revision 0d3d8a8c (ruby-git): git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53633 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
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... -
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 ... -
08:18 AM Revision 53632 (trunk): appveyor.yml: exclude unavailable extensions
- * appveyor.yml (build_script): exclude unavailable extensions,
gdb, gdbm, readline, and tk/tkutil. -
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. -
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. -
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... -
07:30 AM Revision 53631 (trunk): * tool/downloader.rb: Fixed a logical error, improved documentation
-
07:30 AM Revision 53631 (ruby_2_4): * tool/downloader.rb: Fixed a logical error, improved documentation
-
07:30 AM Revision 53631 (ruby_2_5): * tool/downloader.rb: Fixed a logical error, improved documentation
-
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
-
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... - 05:19 AM Revision 53630 (ruby_2_4): fix a typo [ci skip]
- 05:19 AM Revision 53630 (ruby_2_5): fix a typo [ci skip]
-
05:19 AM Revision 53630 (trunk): fix a typo [ci skip]
-
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
-
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] -
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] -
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] -
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... -
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] -
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] -
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] -
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... -
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. -
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. -
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. -
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+... -
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
... -
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 ...
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... -
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
... -
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... -
11:21 PM Misc #12004: Code of Conduct
- > Motohiro KOSAKI wrote:
>> But currently clearly nobody trained because our community have no issue now.
>
> 1)... -
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... -
11:16 PM Misc #12004: Code of Conduct
- [ANN] I locked https://bugs.ruby-lang.org/users/10502
This is fake account. -
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... -
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... -
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... -
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...
-
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...
-
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... -
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... -
10:51 PM Misc #12004: Code of Conduct
- Olivier Lacan wrote:
> please can vulnerable trans-gendereded women email me on hi@olivierlacan.com -
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...
-
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... -
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... -
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... -
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... -
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... -
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 ...
-
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... -
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...
-
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...
-
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...
-
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... -
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... -
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...
-
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...
-
09:29 PM Misc #12004: Code of Conduct
- Any moderation, please.
-
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... -
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 ...
-
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...
-
08:41 PM Misc #12004: Code of Conduct
- More moderation, please.
-
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... -
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.... -
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... -
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... -
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 ... -
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 ... -
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, ... -
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... -
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 ... -
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'... -
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'... -
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... -
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... -
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... -
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... -
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... -
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!
-
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... -
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... -
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... -
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... -
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... -
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...
-
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... -
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... -
07:25 PM Misc #12004: Code of Conduct
- Disregard #209, as it comes from the fake account created by someone impersonating the original poster.
-
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... -
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 ...
-
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... -
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...
-
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... -
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... -
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 ...
-
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... -
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
-
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... -
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...
-
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...
-
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... -
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... -
03:55 PM Misc #12004: Code of Conduct
- Fred: sorry that I too initially didn't get the irony. Well said.
-
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... -
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... -
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... -
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...
-
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...
-
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...
-
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 ... -
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... -
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...
-
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... -
02:49 PM Misc #12004: Code of Conduct
- [ANN]
I locked "Young Hitler" on my own responsibility.
-
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... -
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.
-
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... -
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) ...
-
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 ... -
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... -
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.... -
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... -
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... -
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... -
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 ... -
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... -
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... -
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... -
11:53 AM Misc #12004: Code of Conduct
- (this comment is removed)
-
11:52 AM Misc #12004: Code of Conduct
- Jeremy Evans wrote:
> Possible advantages over the Contributor Covenant:
>
> 1) Significantly shorter. Ruby value... -
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... -
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 ... -
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)
>... -
09:21 AM Misc #12004: Code of Conduct
- Yukihiro Matsumoto wrote:
> Coraline Ada Ehmke wrote:
> > I understand not wanting bureaucracy, but something can a... -
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... -
09:07 AM Misc #12004: Code of Conduct
- Coraline Ada Ehmke wrote:
> Yukihiro Matsumoto wrote:
>
> > I understand the importance of declaration of our int... -
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.
... -
07:49 AM Misc #12004: Code of Conduct
- Stay on topic. Thank you everyone.
-
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... -
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... -
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... -
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... -
07:27 AM Misc #12004: Code of Conduct
- Yukihiro Matsumoto wrote:
> I understand the importance of declaration of our intention against harassment (theref... -
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... -
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... -
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... -
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... -
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, ... -
07:02 AM Misc #12004: Code of Conduct
- David Celis wrote:
> Yukihiro Matsumoto wrote:
> > Enforcement requires obligation for both sides. We (or at least ... -
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... -
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... -
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... -
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 ... -
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 ... -
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 ... -
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... -
05:55 AM Misc #12004: Code of Conduct
- Weren't we nice before?
-
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... -
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... -
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...
-
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.... -
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... -
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... -
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. ... -
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... -
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... -
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... -
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... -
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...
-
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... -
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... -
04:25 AM Misc #12004: Code of Conduct
- I like Jeremy's version better if it's acceptable for others.
Matz.
-
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... -
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... -
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... -
03:41 AM Misc #12004: Code of Conduct
- Eric Wong wrote:
> naruse@airemix.jp wrote:
> > Shugo Maeda wrote:
> > > Yukihiro Matsumoto wrote:
> > > > The... -
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... -
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...
-
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... -
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... -
03:11 AM Misc #12004: Code of Conduct
- naruse@airemix.jp wrote:
> Shugo Maeda wrote:
> > Yukihiro Matsumoto wrote:
> > > The project maintainers here me... -
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... -
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... -
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... -
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 ... -
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 ... -
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... -
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... -
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... -
02:34 AM Misc #12004: Code of Conduct
- Jeremy Evans wrote:
> 2) Doesn't enumerate protected characteristics,
> 3) Doesn't enumerate unacceptable behavior,... -
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... -
02:27 AM Misc #12004: Code of Conduct
- While maintaining objection to any CoC at all -...
Yukihiro Matsumoto wrote:
> ... Maintainers are obligated to ... -
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'... -
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... -
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... -
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...
-
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... -
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...
-
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... -
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... -
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... -
01:31 AM Misc #12004: Code of Conduct
- Yukihiro Matsumoto wrote:
>
> My acceptable modified version of the CoC is like the following
>
> > Contributor... -
01:20 AM Misc #12004: Code of Conduct
- I support having a Code of Conduct. I will defer to others to decide which one.
-
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... -
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...
-
12:31 AM Misc #12004: Code of Conduct
- +1, formalizing "MINASWAN" into actionable, specific guidelines is necessary in order to effectively manage volunteer...
-
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... -
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... -
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... -
03:49 PM Revision 53626 (trunk): * win32/configure.bat: set svn:eol-style to CRLF.
-
03:49 PM Revision 53626 (ruby_2_4): * win32/configure.bat: set svn:eol-style to CRLF.
-
03:49 PM Revision 53626 (ruby_2_5): * win32/configure.bat: set svn:eol-style to CRLF.
-
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
- 03:13 PM Revision 53625 (trunk): * 2016-01-23
- 03:13 PM Revision 53625 (ruby_2_4): * 2016-01-23
- 03:13 PM Revision 53625 (ruby_2_5): * 2016-01-23
- 03:13 PM Revision 53624 (trunk): * remove trailing spaces.
- 03:13 PM Revision 53624 (ruby_2_4): * remove trailing spaces.
- 03:13 PM Revision 53624 (ruby_2_5): * remove trailing spaces.
- 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
- 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
-
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. -
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. -
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. -
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.... - 02:40 PM Revision 53622 (trunk): * properties.
- 02:40 PM Revision 53622 (ruby_2_4): * properties.
- 02:40 PM Revision 53622 (ruby_2_5): * properties.
- 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
-
02:40 PM Revision 53621 (trunk): configure.bat: set eol-style
- * win32/configure.bat: should be CRLF eol-style.
-
02:40 PM Revision 53621 (ruby_2_4): configure.bat: set eol-style
- * win32/configure.bat: should be CRLF eol-style.
-
02:40 PM Revision 53621 (ruby_2_5): configure.bat: set eol-style
- * win32/configure.bat: should be CRLF eol-style.
-
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... - 02:28 PM Revision 53620 (trunk): * properties.
- 02:28 PM Revision 53620 (ruby_2_4): * properties.
- 02:28 PM Revision 53620 (ruby_2_5): * properties.
- 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
-
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... -
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... -
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... -
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... -
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... -
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... -
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... -
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... -
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. -
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. -
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. -
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-... -
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 ...
-
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)
... -
08:37 AM Revision 53616 (trunk): vm_core.h: use RUBY_ASSERT
- * vm_core.h (VM_ASSERT): use RUBY_ASSERT instead of rb_bug.
-
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.
-
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.
-
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 ... -
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. -
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. -
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. -
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... -
07:02 AM Revision 53614 (trunk): Add badges
-
07:02 AM Revision 53614 (ruby_2_4): Add badges
-
07:02 AM Revision 53614 (ruby_2_5): Add badges
-
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
-
06:26 AM Revision 53613 (trunk): remove to allow trunk
-
06:26 AM Revision 53613 (ruby_2_4): remove to allow trunk
-
06:26 AM Revision 53613 (ruby_2_5): remove to allow trunk
-
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
-
06:09 AM Revision 53612 (trunk): Add appveyor.yml
-
06:09 AM Revision 53612 (ruby_2_4): Add appveyor.yml
-
06:09 AM Revision 53612 (ruby_2_5): Add appveyor.yml
-
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
-
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 <=)).
... -
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.
-
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... -
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:
...
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?
-
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 ...
-
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... -
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... -
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... -
10:49 PM Misc #12004: Code of Conduct
- Can we please stop with the incitement and personal attacks? This issue is important.
-
10:47 PM
Misc #12004: Code of Conduct
- False? https://archive.is/q25KG
-
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...
-
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...
-
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... -
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 ... -
10:40 PM Misc #12004: Code of Conduct
- Perhaps you could step back for a while and stop dominating the thread, Ruby Dino?
-
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... -
10:33 PM
Misc #12004: Code of Conduct
- It's a ticket in the other code of conduct proposed, the code of merit.
-
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... -
10:27 PM
Misc #12004: Code of Conduct
- Just a heads up, one of the proposers of this issue is engaging in toxic behaviour.
-
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...
-
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.
> ... -
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... -
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... -
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....
-
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... -
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... -
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... -
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...
-
06:36 PM Misc #12004: Code of Conduct
- David Celis wrote:
> Ruby Dino wrote:
> > David Celis wrote:
> > > Nate Tuganov wrote:
> > > > If Ruby community ... -
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... -
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... -
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...
-
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... -
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... -
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 ... -
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...
-
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...
-
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
... -
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... -
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... -
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 ... -
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...
-
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,... -
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... -
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... -
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... -
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... -
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... -
04:27 PM Feature #12012 (Rejected): Add Boolean method
- Please see discussion for #11848.
-
02:29 PM Feature #12012 (Feedback): Add Boolean method
- For what purpose?
-
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...
- 04:09 PM Revision 53611 (trunk): * 2016-01-22
- 04:09 PM Revision 53611 (ruby_2_4): * 2016-01-22
- 04:09 PM Revision 53611 (ruby_2_5): * 2016-01-22
- 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
-
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. -
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. -
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. -
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/... -
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... -
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?`.
-
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... -
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
... -
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...
-
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... -
09:03 AM Bug #12011 (Closed): honor Marshal.load post proc value for TYPE_LINK
-
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 -
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 -
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 -
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
... -
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:
> ... -
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... -
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... -
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... -
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... -
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... -
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... -
07:41 AM Revision 53608 (ruby_2_3): merge revision(s) 53607:
- * Makefile.in (update-rubyspec): fix r53208 like r53451.
-
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_... -
07:40 AM Revision 53607 (trunk): * Makefile.in (update-rubyspec): fix r53208 like r53451.
-
07:40 AM Revision 53607 (ruby_2_4): * Makefile.in (update-rubyspec): fix r53208 like r53451.
-
07:40 AM Revision 53607 (ruby_2_5): * Makefile.in (update-rubyspec): fix r53208 like r53451.
-
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
-
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. -
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. -
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. -
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... - 06:23 AM Revision 53605 (trunk): * 2016-01-21
- 06:23 AM Revision 53605 (ruby_2_4): * 2016-01-21
- 06:23 AM Revision 53605 (ruby_2_5): * 2016-01-21
- 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
-
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. -
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. -
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. -
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... -
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... -
03:44 AM Bug #11838: Please backport r52883, r52884, r53046, r53198
- Martin Dürst wrote:
> trunk ですでに直っているバグについて、最初から Closed にした方がいいで
> しょうか。
Yes.
でも、わかっていたら、でいいです。
> それと、... -
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... -
01:48 AM Bug #11838 (Closed): Please backport r52883, r52884, r53046, r53198
-
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... -
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...
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... -
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... -
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... -
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... -
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... -
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... -
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 ?
... -
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...
-
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... -
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... -
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... -
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... -
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... -
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... -
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... -
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... -
10:04 AM Misc #12004: Code of Conduct
- No, thanks.
http://paul-m-jones.com/archives/6214 -
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... -
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...
-
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 ... -
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... -
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...
-
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... -
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...
-
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...
-
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. -
02:36 AM Feature #11816: Partial safe navigation operator
- Dear Matz,
Any update on the precedence of `&.`? -
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... -
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... -
11:25 AM Feature #11999: MatchData#to_h to get a Hash from named captures
- that makes sense for me.
-
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... -
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... -
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,...
-
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...
-
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 `"."... -
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... -
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... -
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... -
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...
-
12:09 PM Revision 53603 (trunk): * ChangeLog: typo.
-
12:09 PM Revision 53603 (ruby_2_4): * ChangeLog: typo.
-
12:09 PM Revision 53603 (ruby_2_5): * ChangeLog: typo.
-
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
-
12:00 PM Revision 53602 (trunk): * common.mk, Makefile.in: update-config.files is only for Unix
- platforms.
-
12:00 PM Revision 53602 (ruby_2_4): * common.mk, Makefile.in: update-config.files is only for Unix
- platforms.
-
12:00 PM Revision 53602 (ruby_2_5): * common.mk, Makefile.in: update-config.files is only for Unix
- platforms.
-
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 -
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... -
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... -
08:17 AM Revision 53601 (trunk): vcs.rb: git worktree
- * tool/vcs.rb (VCS.detect, VCS::GIT): support working directory
created by `git worktree`. -
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`. -
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`. -
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... -
08:16 AM Revision 53600 (trunk): ChangeLog: fix commit log of r53599
-
08:16 AM Revision 53600 (ruby_2_4): ChangeLog: fix commit log of r53599
-
08:16 AM Revision 53600 (ruby_2_5): ChangeLog: fix commit log of r53599
-
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
-
08:14 AM Revision 53599 (trunk): extlibs.rb: add --cache option
-
08:14 AM Revision 53599 (ruby_2_4): extlibs.rb: add --cache option
-
08:14 AM Revision 53599 (ruby_2_5): extlibs.rb: add --cache option
-
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
-
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... -
02:16 AM Feature #12009 (Assigned): [PATCH] psych: pre-freeze string keys for hashes
-
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... -
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/... -
12:27 AM Feature #11955 (Assigned): Expose Object that Receives logs in Logger
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...
-
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... -
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 ... -
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)... -
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...
-
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...
-
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 ...
-
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 ...
-
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... -
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...
-
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.
-
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... -
07:36 AM Misc #12004: Code of Conduct
- I believe Ruby has code of conduct for ages:
https://en.wikipedia.org/wiki/MINASWAN -
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... -
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, ... -
12:20 AM Misc #12004 (Assigned): Code of Conduct
-
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.
-
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...
-
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...
-
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...
- 06:44 PM Revision 53598 (ruby_2_3): * 2016-01-20
- 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
-
06:44 PM Revision 53597 (ruby_2_3): file.c: fix documentation
- * file.c: mode is optional, defaults to 0666.
-
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... - 06:42 PM Revision 53596 (trunk): * 2016-01-20
- 06:42 PM Revision 53596 (ruby_2_4): * 2016-01-20
- 06:42 PM Revision 53596 (ruby_2_5): * 2016-01-20
- 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
-
06:42 PM Revision 53595 (trunk): file.c: fix documentation
- * file.c: mode is optional, defaults to 0666.
-
06:42 PM Revision 53595 (ruby_2_4): file.c: fix documentation
- * file.c: mode is optional, defaults to 0666.
-
06:42 PM Revision 53595 (ruby_2_5): file.c: fix documentation
- * file.c: mode is optional, defaults to 0666.
-
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-... -
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. -
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...
-
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). -
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). -
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). -
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).
... -
10:39 AM Revision 53593 (trunk): ripper: clean timestamp
-
10:39 AM Revision 53593 (ruby_2_4): ripper: clean timestamp
-
10:39 AM Revision 53593 (ruby_2_5): ripper: clean timestamp
-
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
-
09:50 AM Revision 53592 (trunk): configure.in: suppress warnings
- * configure.in (warnflags): suppress warnings caused by macro
expansion with clang. -
09:50 AM Revision 53592 (ruby_2_4): configure.in: suppress warnings
- * configure.in (warnflags): suppress warnings caused by macro
expansion with clang. -
09:50 AM Revision 53592 (ruby_2_5): configure.in: suppress warnings
- * configure.in (warnflags): suppress warnings caused by macro
expansion with clang. -
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-... -
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
-
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 =... -
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... -
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... -
08:36 AM Revision 53591 (trunk): io.c: suppress warning
- * io.c (rb_update_max_fd): get rid of unused-value warning.
-
08:36 AM Revision 53591 (ruby_2_4): io.c: suppress warning
- * io.c (rb_update_max_fd): get rid of unused-value warning.
-
08:36 AM Revision 53591 (ruby_2_5): io.c: suppress warning
- * io.c (rb_update_max_fd): get rid of unused-value warning.
-
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 ... -
08:15 AM Bug #10458 (Closed): After r48196, make cannot complete because of Unicode file download problem
-
08:15 AM Bug #11837 (Closed): ./miniruby.exe: No such file or directory
-
08:13 AM Bug #10457 (Closed): Proc instead of String as error message still doesn't work (gem problem?)
-
08:04 AM Revision 53590 (trunk): * common.mk: Added Unicode data file CaseFolding.txt to be additionally
- downloaded (with Kimihito Matsui)
-
08:04 AM Revision 53590 (ruby_2_4): * common.mk: Added Unicode data file CaseFolding.txt to be additionally
- downloaded (with Kimihito Matsui)
-
08:04 AM Revision 53590 (ruby_2_5): * common.mk: Added Unicode data file CaseFolding.txt to be additionally
- downloaded (with Kimihito Matsui)
-
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... -
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 ... -
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. -
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. -
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. -
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... -
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... -
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... -
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... -
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... -
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... -
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... -
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... -
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. -
03:16 AM Bug #12000 (Closed): Crash report for 2.3.0
- Thank you, already fixed in the trunk.
-
02:55 AM Revision 53587 (trunk): TestISeq.rb: exclude time consuming GC test
-
02:55 AM Revision 53587 (ruby_2_4): TestISeq.rb: exclude time consuming GC test
-
02:55 AM Revision 53587 (ruby_2_5): TestISeq.rb: exclude time consuming GC test
-
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
-
02:52 AM Revision 53586 (trunk): increase timeout for ARMv7
- http://rubyci.s3.amazonaws.com/scw-9d6766/ruby-trunk/log/20160113T091704Z.diff.html.gz
-
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
-
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
-
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... -
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... -
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... -
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... -
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... -
02:30 AM Revision 53584 (trunk): common.mk: update-remote
- * common.mk (update-remote): update by downloading remote files.
-
02:30 AM Revision 53584 (ruby_2_4): common.mk: update-remote
- * common.mk (update-remote): update by downloading remote files.
-
02:30 AM Revision 53584 (ruby_2_5): common.mk: update-remote
- * common.mk (update-remote): update by downloading remote files.
-
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... -
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]
-
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]
-
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]
-
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... -
12:54 AM Revision 53582 (trunk): * error.c: [DOC] fix Exception#backtrace_locations indent. [ci skip]
-
12:54 AM Revision 53582 (ruby_2_4): * error.c: [DOC] fix Exception#backtrace_locations indent. [ci skip]
-
12:54 AM Revision 53582 (ruby_2_5): * error.c: [DOC] fix Exception#backtrace_locations indent. [ci skip]
-
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
- 12:39 AM Revision 53581 (trunk): * 2016-01-19
- 12:39 AM Revision 53581 (ruby_2_4): * 2016-01-19
- 12:39 AM Revision 53581 (ruby_2_5): * 2016-01-19
-
12:39 AM Revision 53580 (trunk): * vm_method.c: fix grammar in respond_to? warning.
- [fix GH-1047]
-
12:39 AM Revision 53580 (ruby_2_4): * vm_method.c: fix grammar in respond_to? warning.
- [fix GH-1047]
-
12:39 AM Revision 53580 (ruby_2_5): * vm_method.c: fix grammar in respond_to? warning.
- [fix GH-1047]
-
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 - 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
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 ...
-
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...
-
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... -
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... -
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... -
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.
-
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... -
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>.)(?... -
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:
... -
09:41 PM Revision 53579 (ruby_2_3): merge revision(s) 53391: [Backport #11898]
- skip if locale is not UTF-8
-
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... -
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 ... -
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...
-
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`.
-
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...
-
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....
-
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. -
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. -
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. -
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... -
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. -
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. -
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. -
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... -
11:50 AM Revision 53576 (trunk): parse.y: show operations on BITSTACK
-
11:50 AM Revision 53576 (ruby_2_4): parse.y: show operations on BITSTACK
-
11:50 AM Revision 53576 (ruby_2_5): parse.y: show operations on BITSTACK
-
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
-
10:25 AM Revision 53575 (trunk): common.mk: UPDATE_LIBRARIES to yes
- * common.mk (UPDATE_LIBRARIES): try to update unicode files by
default. -
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. -
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. -
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... -
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... -
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... -
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... -
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... -
05:55 AM Feature #11949: Allow @/$ prefix in Regexp's named captures
- It should be fixed,I think,without assignment behavior.
Matz. -
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... -
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... -
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... -
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... -
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... -
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
-
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
-
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
-
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... -
02:48 AM Revision 53571 (trunk): * string.c: fix a typo. [fix GH-1202][ci skip] Patch by @sunboshan
-
02:48 AM Revision 53571 (ruby_2_4): * string.c: fix a typo. [fix GH-1202][ci skip] Patch by @sunboshan
-
02:48 AM Revision 53571 (ruby_2_5): * string.c: fix a typo. [fix GH-1202][ci skip] Patch by @sunboshan
-
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
-
12:53 AM Bug #11928: Segmentation fault in did_you_mean extension
- _ wanabe wrote:
> This script still causes SEGV.
Fixed at r53524. Thanks!
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. -
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. -
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. -
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... - 04:11 PM Revision 53569 (trunk): * 2016-01-18
- 04:11 PM Revision 53569 (ruby_2_4): * 2016-01-18
- 04:11 PM Revision 53569 (ruby_2_5): * 2016-01-18
- 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
-
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. -
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. -
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. -
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: ... -
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... -
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... -
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. -
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
-
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` ... -
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` ... -
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` ... -
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` ... -
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... -
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... -
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... -
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... -
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) -
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) -
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) -
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... -
09:03 AM Revision 53563 (trunk): get rid of non-ascii chars
-
09:03 AM Revision 53563 (ruby_2_4): get rid of non-ascii chars
-
09:03 AM Revision 53563 (ruby_2_5): get rid of non-ascii chars
-
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
-
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... -
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... -
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... -
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... -
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() ... -
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() ... -
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() ... -
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() ... -
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... -
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... -
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... -
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... -
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... -
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... -
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... -
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... -
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... - 05:41 AM Revision 53558 (trunk): * 2016-01-17
- 05:41 AM Revision 53558 (ruby_2_4): * 2016-01-17
- 05:41 AM Revision 53558 (ruby_2_5): * 2016-01-17
- 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
-
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... -
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... -
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... -
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... -
03:50 AM Bug #11996 (Feedback): bin/rails server Unavailable
- What is the whole message, and the diagnostic report?
01/16/2016
- 02:53 PM Revision 53556 (ruby_2_4): fix typos [ci skip]
- 02:53 PM Revision 53556 (ruby_2_5): fix typos [ci skip]
-
02:53 PM Revision 53556 (trunk): fix typos [ci skip]
-
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
-
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.
... -
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.
... -
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.
... -
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.
... -
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
```
... -
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... -
02:07 AM Feature #11997 (Feedback): A method to read a file with interpolations
- Why not erb?
-
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) -
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) -
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) -
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... -
07:51 AM Revision 53553 (trunk): * ext/openssl/lib/openssl/pkey.rb: Added 2048 bit DH parameter.
- * test/openssl/test_pkey_dh.rb: ditto.
-
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.
-
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.
-
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... -
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)
~... -
01:51 AM Revision 53552 (trunk): * enc/unicode.c: fix implicit conversion error with clang. fixup r53548.
- * string.c: ditto.
-
01:51 AM Revision 53552 (ruby_2_4): * enc/unicode.c: fix implicit conversion error with clang. fixup r53548.
- * string.c: ditto.
-
01:51 AM Revision 53552 (ruby_2_5): * enc/unicode.c: fix implicit conversion error with clang. fixup r53548.
- * string.c: ditto.
-
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 -
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... -
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... -
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... -
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... -
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-... - 01:24 AM Revision 53550 (trunk): * 2016-01-16
- 01:24 AM Revision 53550 (ruby_2_4): * 2016-01-16
- 01:24 AM Revision 53550 (ruby_2_5): * 2016-01-16
- 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
- 01:24 AM Revision 53549 (trunk): * remove trailing spaces.
- 01:24 AM Revision 53549 (ruby_2_4): * remove trailing spaces.
- 01:24 AM Revision 53549 (ruby_2_5): * remove trailing spaces.
- 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
-
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... -
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... -
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... -
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...
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)....
-
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... -
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... -
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... -
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 ... -
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... -
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... -
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...
-
01:16 PM Revision 53547 (trunk): .gdbinit: dump_node [ci skip]
- * .gdbinit (dump_node): dump NODE list in gdb.
-
01:16 PM Revision 53547 (ruby_2_4): .gdbinit: dump_node [ci skip]
- * .gdbinit (dump_node): dump NODE list in gdb.
-
01:16 PM Revision 53547 (ruby_2_5): .gdbinit: dump_node [ci skip]
- * .gdbinit (dump_node): dump NODE list in gdb.
-
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... -
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] -
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] -
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] -
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... -
01:12 PM Revision 53545 (trunk): disable unaligned word access
- * regint.h: disable unaligned word access with gcc 6 or later.
[Bug #11831] -
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] -
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] -
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... -
01:11 PM Bug #11831 (Closed): Undefined behavior issues
- Applied in changeset r53545.
----------
disable unaligned word access
* regint.h: disable unaligned word access wit... -
01:10 PM Bug #11831: Undefined behavior issues
- Naohisa Goto wrote:
> Since r53543, unaligned word access can be disabled with ./configure CPPFLAGS="-DUNALIGNED_WOR... -
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... -
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. -
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. -
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. -
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+... -
01:02 PM Feature #11982 (Open): Rename test-sample
-
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-... -
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... -
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... -
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... -
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... -
11:05 AM Revision 53542 (trunk): Revert "* common.mk: test-sample was changed to test-basic."
- This reverts r53537.
Fix chkbuild first. -
11:05 AM Revision 53542 (ruby_2_4): Revert "* common.mk: test-sample was changed to test-basic."
- This reverts r53537.
Fix chkbuild first. -
11:05 AM Revision 53542 (ruby_2_5): Revert "* common.mk: test-sample was changed to test-basic."
- This reverts r53537.
Fix chkbuild first. -
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-... -
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... -
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...
-
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... -
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... -
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... -
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... -
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... -
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... -
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... -
03:18 AM Bug #11992: Regexp match data
- Found in jruby too
-
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... -
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... -
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] -
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] -
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] -
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... -
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] -
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] -
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] -
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... - 12:25 AM Revision 53538 (trunk): * 2016-01-15
- 12:25 AM Revision 53538 (ruby_2_4): * 2016-01-15
- 12:25 AM Revision 53538 (ruby_2_5): * 2016-01-15
- 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
-
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... -
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... -
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... -
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...
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... -
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 ... -
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...
-
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>... -
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>... -
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...
-
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... -
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 ...
-
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 -
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 -
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 -
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... -
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... -
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... -
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.
-
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. -
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. -
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. -
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: ... -
07:12 AM Revision 53533 (trunk): sprintf.c: exact number
- * sprintf.c (rb_str_format): format exact number more exactly.
-
07:12 AM Revision 53533 (ruby_2_4): sprintf.c: exact number
- * sprintf.c (rb_str_format): format exact number more exactly.
-
07:12 AM Revision 53533 (ruby_2_5): sprintf.c: exact number
- * sprintf.c (rb_str_format): format exact number more exactly.
-
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... -
07:10 AM Revision 53532 (trunk): test_sprintf.rb: simplify
- * test/ruby/test_sprintf.rb (test_rational): enumerate formatted
flags and simplify. -
07:10 AM Revision 53532 (ruby_2_4): test_sprintf.rb: simplify
- * test/ruby/test_sprintf.rb (test_rational): enumerate formatted
flags and simplify. -
07:10 AM Revision 53532 (ruby_2_5): test_sprintf.rb: simplify
- * test/ruby/test_sprintf.rb (test_rational): enumerate formatted
flags and simplify. -
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... -
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] -
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] -
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] -
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... -
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.... -
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... -
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. -
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. -
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. -
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-... - 02:15 AM Revision 53529 (trunk): * 2016-01-14
- 02:15 AM Revision 53529 (ruby_2_4): * 2016-01-14
- 02:15 AM Revision 53529 (ruby_2_5): * 2016-01-14
- 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
-
02:15 AM Revision 53528 (trunk): hash.c: trivial optimization
- * hash.c (rb_hash_initialize_copy): trivial optimization, copy
HASH_PROC_DEFAULT bit directly. -
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. -
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. -
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...
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....
-
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... -
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...
-
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... -
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... -
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... -
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 ... -
10:54 AM Bug #11985 (Feedback): SignalException: SIGABRT when rake test
-
10:53 AM Bug #11985: SignalException: SIGABRT when rake test
- How can I reproduce it?
-
09:08 AM Bug #11985 (Feedback): SignalException: SIGABRT when rake test
-
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... -
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... -
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...
-
08:22 AM Revision 53527 (trunk): * .travis.yml: removed commented-out code.
-
08:22 AM Revision 53527 (ruby_2_4): * .travis.yml: removed commented-out code.
-
08:22 AM Revision 53527 (ruby_2_5): * .travis.yml: removed commented-out code.
-
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
-
08:15 AM Revision 53526 (trunk): * .travis.yml: removed osx code. follow up with r53517
-
08:15 AM Revision 53526 (ruby_2_4): * .travis.yml: removed osx code. follow up with r53517
-
08:15 AM Revision 53526 (ruby_2_5): * .travis.yml: removed osx code. follow up with r53517
-
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
-
08:05 AM Revision 53525 (trunk): vm_eval.c: fstring format
- * vm_eval.c (make_no_method_exception): make format string
fstring. -
08:05 AM Revision 53525 (ruby_2_4): vm_eval.c: fstring format
- * vm_eval.c (make_no_method_exception): make format string
fstring. -
08:05 AM Revision 53525 (ruby_2_5): vm_eval.c: fstring format
- * vm_eval.c (make_no_method_exception): make format string
fstring. -
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... -
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]... -
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]... -
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]... -
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]... -
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...
-
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... -
04:02 AM Revision 53523 (trunk): fix previous commit
-
04:02 AM Revision 53523 (ruby_2_4): fix previous commit
-
04:02 AM Revision 53523 (ruby_2_5): fix previous commit
-
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
-
03:22 AM Revision 53522 (trunk): make CI output simpler
-
03:22 AM Revision 53522 (ruby_2_4): make CI output simpler
-
03:22 AM Revision 53522 (ruby_2_5): make CI output simpler
-
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
-
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... -
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... -
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... -
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... -
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... -
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... -
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... -
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... -
02:04 AM Revision 53519 (trunk): try sudo:false on travis
-
02:04 AM Revision 53519 (ruby_2_4): try sudo:false on travis
-
02:04 AM Revision 53519 (ruby_2_5): try sudo:false on travis
-
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
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 ... -
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 ... -
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?
>
>... -
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... - 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... - 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... -
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... - 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... -
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... -
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
-
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 -
05:10 PM Revision 53517 (trunk): drop osx and clang because they are often fails and slow
-
05:10 PM Revision 53517 (ruby_2_4): drop osx and clang because they are often fails and slow
-
05:10 PM Revision 53517 (ruby_2_5): drop osx and clang because they are often fails and slow
-
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
-
03:37 PM Revision 53516 (trunk): Fix typo [ci skip]
- * man/ruby.1: fix double word typo. [Fix GH-1194]
-
03:37 PM Revision 53516 (ruby_2_4): Fix typo [ci skip]
- * man/ruby.1: fix double word typo. [Fix GH-1194]
-
03:37 PM Revision 53516 (ruby_2_5): Fix typo [ci skip]
- * man/ruby.1: fix double word typo. [Fix GH-1194]
-
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-... -
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.
-
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... - 03:17 PM Revision 53515 (trunk): * 2016-01-13
- 03:17 PM Revision 53515 (ruby_2_4): * 2016-01-13
- 03:17 PM Revision 53515 (ruby_2_5): * 2016-01-13
- 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
-
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... -
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... -
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... -
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... -
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... -
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,... -
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... -
02:11 PM Feature #11982: Rename test-sample
- Benoit Daloze wrote:
> test-basic maybe?
You are right. I have to learn English :-( -
02:05 PM Feature #11982: Rename test-sample
- Usaku NAKAMURA wrote:
> Hiroshi SHIBATA wrote:
> > It contains basically syntax tests, assigning tests, etc.
>
>... -
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... -
01:41 PM Feature #11982 (Closed): Rename test-sample
- Ruby test suites named `make check` are following instructions.
* test
* test-sample
* btest-ruby
* test... -
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... -
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... -
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
~~~
-
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
... -
12:05 PM Revision 53513 (trunk): * common.mk: update URL and name for the Ruby spec suite.
-
12:05 PM Revision 53513 (ruby_2_4): * common.mk: update URL and name for the Ruby spec suite.
-
12:05 PM Revision 53513 (ruby_2_5): * common.mk: update URL and name for the Ruby spec suite.
-
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
-
11:23 AM Revision 53512 (trunk): correction to proper word
-
11:23 AM Revision 53512 (ruby_2_4): correction to proper word
-
11:23 AM Revision 53512 (ruby_2_5): correction to proper word
-
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
-
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... -
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... -
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... -
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... -
09:42 AM Revision 53510 (trunk): string.c: made a variable name more grammatically correct
-
09:42 AM Revision 53510 (ruby_2_4): string.c: made a variable name more grammatically correct
-
09:42 AM Revision 53510 (ruby_2_5): string.c: made a variable name more grammatically correct
-
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
-
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... -
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... -
09:35 AM Revision 53509 (trunk): string.c: minor grammar fix [ci skip]
-
09:35 AM Revision 53509 (ruby_2_4): string.c: minor grammar fix [ci skip]
-
09:35 AM Revision 53509 (ruby_2_5): string.c: minor grammar fix [ci skip]
-
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
-
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.... -
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.... -
08:24 AM Bug #11898: backport r53346-r53349
- ruby_2_3 r53508 merged revision(s) 53346,53347,53348,53349,53391.
-
07:44 AM Revision 53507 (trunk): fix test to follow r53503
-
07:44 AM Revision 53507 (ruby_2_4): fix test to follow r53503
-
07:44 AM Revision 53507 (ruby_2_5): fix test to follow r53503
-
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
- 07:09 AM Revision 53506 (trunk): * remove trailing spaces.
- 07:09 AM Revision 53506 (ruby_2_4): * remove trailing spaces.
- 07:09 AM Revision 53506 (ruby_2_5): * remove trailing spaces.
-
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) -
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) -
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) -
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... - 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
- 07:03 AM Revision 53504 (trunk): * remove trailing spaces.
- 07:03 AM Revision 53504 (ruby_2_4): * remove trailing spaces.
- 07:03 AM Revision 53504 (ruby_2_5): * remove trailing spaces.
- 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
-
07:03 AM Revision 53503 (trunk): string.c: Added option parsing/checking for upcase/downcase/
- capitalize/swapcase (with Kimihito Matsui
-
07:03 AM Revision 53503 (ruby_2_4): string.c: Added option parsing/checking for upcase/downcase/
- capitalize/swapcase (with Kimihito Matsui
-
07:03 AM Revision 53503 (ruby_2_5): string.c: Added option parsing/checking for upcase/downcase/
- capitalize/swapcase (with Kimihito Matsui
-
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... -
06:31 AM Bug #11978 (Closed): r53493 is also needed for ruby_2_3 branch
-
06:31 AM Bug #11978: r53493 is also needed for ruby_2_3 branch
- ruby_2_3 r53502 merged revision(s) 53493.
-
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 -
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... -
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... - 01:51 AM Revision 53501 (trunk): * 2016-01-12
- 01:51 AM Revision 53501 (ruby_2_4): * 2016-01-12
- 01:51 AM Revision 53501 (ruby_2_5): * 2016-01-12
- 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
-
01:51 AM Revision 53500 (trunk): escape brackets
- * configure.in: escape char class brackets in regexp.
-
01:51 AM Revision 53500 (ruby_2_4): escape brackets
- * configure.in: escape char class brackets in regexp.
-
01:51 AM Revision 53500 (ruby_2_5): escape brackets
- * configure.in: escape char class brackets in regexp.
-
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...
01/11/2016
-
10:37 PM Bug #11974 (Closed): segmentation fault when executing rake doc:app
-
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...
-
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? -
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.
>
... -
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... -
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... -
12:28 PM Revision 53499 (trunk): include/ruby/oniguruma.h: Added flags needed for upcase/downcase
- Unicode addition (with Kimihito Matsui)
-
12:28 PM Revision 53499 (ruby_2_4): include/ruby/oniguruma.h: Added flags needed for upcase/downcase
- Unicode addition (with Kimihito Matsui)
-
12:28 PM Revision 53499 (ruby_2_5): include/ruby/oniguruma.h: Added flags needed for upcase/downcase
- Unicode addition (with Kimihito Matsui)
-
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... -
06:52 AM Bug #11976 (Closed): Assigning to nil as a hash short-circuits without error.
- Fixed at r53485.
-
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... -
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`? -
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... -
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. -
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. -
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. -
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... - 12:01 AM Revision 53497 (trunk): * 2016-01-11
- 12:01 AM Revision 53497 (ruby_2_4): * 2016-01-11
- 12:01 AM Revision 53497 (ruby_2_5): * 2016-01-11
-
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... -
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... -
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... -
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... - 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
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 =... -
10:41 PM Bug #11657: Abort Trap 6 when running a test suite
- Excellent, many thanks for the patches :-)
-
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... -
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...
-
01:12 PM Bug #11972 (Open): CGI::pretty がコメント内のhtmlタグにより範囲を見失う
- 以下のようなコードで ArgumentError が再現します。
~~~
#!/usr/bin/env ruby
require 'cgi'
puts CGI.pretty(DATA.read)
__END__
<sc... -
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... -
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... -
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... -
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... -
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... -
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... -
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... -
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... -
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... -
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. -
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"]
... -
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... -
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... -
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... -
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... -
05:23 AM Feature #10548: remove callcc (Callcc is now going obsoleted. Please use Fiber.)
- Please don't do it. Continuations are awesome
- 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... - 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... -
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... - 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... - 04:43 AM Revision 53491 (ruby_2_4): ChangeLog: fixup indent for r53488
- Oops :x
- 04:43 AM Revision 53491 (ruby_2_5): ChangeLog: fixup indent for r53488
- Oops :x
-
04:43 AM Revision 53491 (trunk): ChangeLog: fixup indent for r53488
- Oops :x
- 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 -
02:07 AM Revision 53490 (trunk): insns.def: description [ci skip]
- * insns.def: [DOC] add missing English description.
-
02:07 AM Revision 53490 (ruby_2_4): insns.def: description [ci skip]
- * insns.def: [DOC] add missing English description.
-
02:07 AM Revision 53490 (ruby_2_5): insns.def: description [ci skip]
- * insns.def: [DOC] add missing English description.
-
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... - 12:35 AM Revision 53489 (trunk): * 2016-01-10
- 12:35 AM Revision 53489 (ruby_2_4): * 2016-01-10
- 12:35 AM Revision 53489 (ruby_2_5): * 2016-01-10
- 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
- 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... - 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... -
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... - 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... -
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' ...
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... -
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
-
09:34 AM Bug #11970: Multiple Assignment Into a Hash with Destructuring causes segfault
- Seems incorrect results also in 2.0 and 2.1.
-
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] -
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] -
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] -
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... -
02:15 PM Revision 53486 (trunk): openssl: fix examples [ci skip]
- * ext/openssl/ossl.c: Add missing variables to documentation
examples. [Fix GH-1189] -
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] -
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] -
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... -
12:38 PM Bug #10653: do-end block in ternary operator is syntax error
- Currently it's a bit flag in parse.y too.
-
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...
-
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... -
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... -
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... -
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... -
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... -
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 ... -
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. -
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. -
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. -
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-... -
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... -
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... -
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... -
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... -
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 -
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 -
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 -
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... -
03:33 AM Revision 53482 (trunk): nmake VPATH
- * ext/rbconfig/sizeof/depend (sizes.c): add nmake VPATH prefix.
-
03:33 AM Revision 53482 (ruby_2_4): nmake VPATH
- * ext/rbconfig/sizeof/depend (sizes.c): add nmake VPATH prefix.
-
03:33 AM Revision 53482 (ruby_2_5): nmake VPATH
- * ext/rbconfig/sizeof/depend (sizes.c): add nmake VPATH prefix.
-
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... -
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): ... -
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): ... -
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): ... -
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): ... -
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. -
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. -
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. -
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... -
02:15 AM Revision 53479 (trunk): vcs.rb: srcdir accessor
- * tool/vcs.rb (VCS#srcdir): add accessor for VCS::GIT.
-
02:15 AM Revision 53479 (ruby_2_4): vcs.rb: srcdir accessor
- * tool/vcs.rb (VCS#srcdir): add accessor for VCS::GIT.
-
02:15 AM Revision 53479 (ruby_2_5): vcs.rb: srcdir accessor
- * tool/vcs.rb (VCS#srcdir): add accessor for VCS::GIT.
-
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... -
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. -
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. -
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. -
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... -
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... -
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... -
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... -
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... -
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. -
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. -
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. -
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... -
12:23 AM Revision 53475 (trunk): RUBY_RELEASE_DATE in verconf.mk
- * win32/setup.mak (verconf.mk): extract RUBY_RELEASE_DATE without
quotation marks. -
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. -
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. -
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... -
12:20 AM Revision 53474 (trunk): fix library teeny
- * configure.in, win32/Makefile.sub: fix teeny of library version
to 0. -
12:20 AM Revision 53474 (ruby_2_4): fix library teeny
- * configure.in, win32/Makefile.sub: fix teeny of library version
to 0. -
12:20 AM Revision 53474 (ruby_2_5): fix library teeny
- * configure.in, win32/Makefile.sub: fix teeny of library version
to 0. -
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... -
12:20 AM Revision 53473 (trunk): configure.in: RUBY_PROGRAM_VERSION
- * configure.in: use $(RUBY_PROGRAM_VERSION) instead of the triplet
macros. -
12:20 AM Revision 53473 (ruby_2_4): configure.in: RUBY_PROGRAM_VERSION
- * configure.in: use $(RUBY_PROGRAM_VERSION) instead of the triplet
macros. -
12:20 AM Revision 53473 (ruby_2_5): configure.in: RUBY_PROGRAM_VERSION
- * configure.in: use $(RUBY_PROGRAM_VERSION) instead of the triplet
macros. -
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/... -
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... -
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... -
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... -
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...
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. -
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. -
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. -
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... -
08:46 PM Revision 53470 (trunk): * gc.c: PAGE_BITMAP_PLANES (the number of bitmap) is 4, not 3.
-
08:46 PM Revision 53470 (ruby_2_4): * gc.c: PAGE_BITMAP_PLANES (the number of bitmap) is 4, not 3.
-
08:46 PM Revision 53470 (ruby_2_5): * gc.c: PAGE_BITMAP_PLANES (the number of bitmap) is 4, not 3.
-
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
- 08:45 PM Revision 53469 (trunk): * 2016-01-09
- 08:45 PM Revision 53469 (ruby_2_4): * 2016-01-09
- 08:45 PM Revision 53469 (ruby_2_5): * 2016-01-09
- 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
-
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. -
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. -
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. -
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://... -
06:27 PM Bug #11970: Multiple Assignment Into a Hash with Destructuring causes segfault
- I apologize for whatever I did to mangle the formatting.
-
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]
... -
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.
... -
01:34 PM Revision 53467 (trunk): * doc/regexp.rdoc: [DOC] Elaborate on the \G anchor. [ci skip]
-
01:34 PM Revision 53467 (ruby_2_4): * doc/regexp.rdoc: [DOC] Elaborate on the \G anchor. [ci skip]
-
01:34 PM Revision 53467 (ruby_2_5): * doc/regexp.rdoc: [DOC] Elaborate on the \G anchor. [ci skip]
-
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
-
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... -
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...
-
10:56 AM Revision 53466 (trunk): * gc.c: remove heap_page::body. Instead of this field,
- heap_page::start field works well.
-
10:56 AM Revision 53466 (ruby_2_4): * gc.c: remove heap_page::body. Instead of this field,
- heap_page::start field works well.
-
10:56 AM Revision 53466 (ruby_2_5): * gc.c: remove heap_page::body. Instead of this field,
- heap_page::start field works well.
-
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-... -
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. -
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. -
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. -
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/... -
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). -
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). -
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). -
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... -
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. -
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. -
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. -
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-... - 08:23 AM Revision 53462 (trunk): * remove trailing spaces.
- 08:23 AM Revision 53462 (ruby_2_4): * remove trailing spaces.
- 08:23 AM Revision 53462 (ruby_2_5): * remove trailing spaces.
- 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
-
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... -
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... -
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... -
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... -
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... -
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... -
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... -
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... -
03:35 AM Revision 53459 (trunk): * tool/make-snapshot: fix for the changes of version.h in r53314.
-
03:35 AM Revision 53459 (ruby_2_4): * tool/make-snapshot: fix for the changes of version.h in r53314.
-
03:35 AM Revision 53459 (ruby_2_5): * tool/make-snapshot: fix for the changes of version.h in r53314.
-
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
-
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... -
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... -
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.
-
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...
-
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.
-
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.
-
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.
-
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...
Also available in: Atom