Project

General

Profile

Activity

From 07/26/2017 to 08/01/2017

08/01/2017

10:30 PM Bug #13778 (Closed): net/http.rb:879 TCPSocket.open fail
I had a error on use evil-proxy in ruby 2.2.4, please see attached. fitmap (Justin Peal)
12:14 PM Misc #13704 (Assigned): [PATCH] Exclude Changelog files from documentation.
I'm not sure that html page of Changelog is not valuable.
Example, permalink of changelog: https://docs.ruby-lang....
hsbt (Hiroshi SHIBATA)
11:59 AM Revision ae6625c5 (git): assertions.rb: AllFailures#message encoding
* test/lib/test/unit/assertions.rb (AllFailures#message): put
indented messages back to the original encoding, to g...
nobu (Nobuyoshi Nakada)
08:32 AM Revision 4eafec5e (git): parse.y: simplify parse_ident
* parse.y (parse_ident): simplified selecting identifier types by
the suffix.
git-svn-id: svn+ssh://ci.ruby-lang.o...
nobu (Nobuyoshi Nakada)
07:15 AM Bug #13537: ruby crash in rb_gc_mark
I get the same error running the Pry rspec suite.
~~~
[BUG] rb_gc_mark(): 0x000000036d2bc8 is T_NONE
~~~
The ...
djellemah (John Anderson)
05:08 AM Bug #13772: Memory leak recycling stacks for threads in 2.4.1
I'm going to set Backport field based on the report at https://bugs.ruby-lang.org/issues/13772#note-1
nagachika (Tomoyuki Chikanaga)
02:10 AM Bug #13775 (Closed): Ruby hangs when calling scope and belongs_to many times (with mongomapper)
Applied in changeset trunk|r59457.
----------
should not copy promoted flags.
* include/ruby/ruby.h (rb_clone_setup...
ko1 (Koichi Sasada)
01:07 AM Bug #13775: Ruby hangs when calling scope and belongs_to many times (with mongomapper)
mtsmfm (Fumiaki Matsushima) wrote:
> Oops!
> Sorry, I committed and pushed!
Thank you. reproduced.
I guess th...
wanabe (_ wanabe)
02:10 AM Revision fb29a4dc (git): should not copy promoted flags.
* include/ruby/ruby.h (rb_clone_setup): should not copy some flags
(FL_PROMOTED0|FL_PROMOTED1|FL_FINALIZE).
[Bug ...
ko1 (Koichi Sasada)
12:19 AM Revision 66cc7e04 (git): * 2017-08-01
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59456 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
12:19 AM Revision 53b88cc6 (git): Use `&.` instead of modifier if
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59455 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)

07/31/2017

11:59 PM Bug #13772 (Assigned): Memory leak recycling stacks for threads in 2.4.1
hsbt (Hiroshi SHIBATA)
02:28 PM Bug #13772: Memory leak recycling stacks for threads in 2.4.1
On Friday I downgraded one of our clusters, this is how it looks.
![](https://pbs.twimg.com/media/DGEfFuaWAAALSvI...
sam.saffron (Sam Saffron)
02:22 PM Bug #13167: Dir.glob is 25x slower since Ruby 2.2
there's a good article about this
https://research.swtch.com/glob
https://perl5.git.perl.org/perl.git/commitdiff/33...
ahorek (Pavel Rosický)
11:18 AM Feature #13770: Can't create valid Cyrillic-named class/module
I'm uncertain about the usage of `mbc_case_fold`.
```diff
diff --git i/parse.y w/parse.y
index 02d9412a2c..96f25...
nobu (Nobuyoshi Nakada)
09:21 AM Feature #13618: [PATCH] auto fiber schedule for rb_wait_for_single_fd and rb_waitpid
Just to add, Puma has a HTTP parser (and perhaps other bits) written in C, while Falcon is pure Ruby, yet Falcon has ... ioquatix (Samuel Williams)
09:19 AM Feature #13618: [PATCH] auto fiber schedule for rb_wait_for_single_fd and rb_waitpid
I am following this thread and I find it really fascinating.
Thanks everyone for thinking about these issues and E...
ioquatix (Samuel Williams)
05:55 AM Bug #13775: Ruby hangs when calling scope and belongs_to many times (with mongomapper)
wanabe (_ wanabe) wrote:
> I couldn't reproduce because of lack of docker-compose.yml (and maybe Dockerfile).
>
>...
mtsmfm (Fumiaki Matsushima)
01:04 AM Bug #13775: Ruby hangs when calling scope and belongs_to many times (with mongomapper)
I couldn't reproduce because of lack of docker-compose.yml (and maybe Dockerfile).
```
$ docker-compose run ruby-...
wanabe (_ wanabe)
04:04 AM Revision bf87195e (git): configure.in: use libtool
* configure.in: use libtool on macOS to suppress a warning against
debug_counter.o, which has no symbols unless USE...
nobu (Nobuyoshi Nakada)
03:35 AM Revision 2fa38c59 (git): * 2017-07-31
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59453 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
03:35 AM Revision d9d2bbe4 (git): Improve error message
ref [Bug #13761]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59452 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
znz (Kazuhiro NISHIYAMA)

07/30/2017

02:59 PM Revision 84d83482 (git): UNALIGNED_MEMBER_ACCESS only for clang
* eval_intern.h (UNALIGNED_MEMBER_ACCESS): enable only on clang.
gcc does not complain about pointers to member of ...
nobu (Nobuyoshi Nakada)
02:48 PM Revision 2b582b7c (git): UNALIGNED_MEMBER_ACCESS
* eval_intern.h (UNALIGNED_MEMBER_ACCESS): suppress
address-of-packed-member warnings by clang 4.0.
git-svn-id: sv...
nobu (Nobuyoshi Nakada)
01:36 PM Feature #13777: Array#delete_all
I myself usually use .reject! and .select! and then apply the reverse prior to that
if I need to keep these entries ...
shevegen (Robert A. Heiler)
07:12 AM Feature #13777 (Rejected): Array#delete_all
I want Array#delete_if which returns array of deleted values.
For following code,
~~~
array = ["a", "aa", "ab"...
k0kubun (Takashi Kokubun)
02:56 AM Revision f9d5843f (git): hash.c: refactor env_enc_str_new
* hash.c (env_enc_str_new): convert to the expected encoding
without intermediate string, and set econv flags if de...
nobu (Nobuyoshi Nakada)
02:56 AM Revision 8458e709 (git): string.c: rb_str_initialize
* string.c (rb_str_initialize): new function to (re)initialize a
string with data and encoding. extracted from
r...
nobu (Nobuyoshi Nakada)
12:40 AM Revision c3c215e2 (git): * 2017-07-30
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59447 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
12:40 AM Revision 44544c03 (git): compile.c: replace adjuststack
* compile.c (iseq_set_sequence): replace adjuststack with pop, or
remove if possible instead of two nops.
git-svn-...
nobu (Nobuyoshi Nakada)

07/29/2017

12:42 PM Bug #13776 (Closed): Refined methods ignore visibility of inherited methods
Applied in changeset trunk|r59445.
----------
visibility of inherited method
* vm_insnhelper.c (vm_call_method_each...
nobu (Nobuyoshi Nakada)
09:19 AM Bug #13776 (Closed): Refined methods ignore visibility of inherited methods
This bug was pointed out by al2o3-cr on the #ruby IRC channel on freenode. The following code sleeps for 3 seconds, e... Mon_Ouie (Mon ouïe)
12:42 PM Revision 3449d4fa (git): visibility of inherited method
* vm_insnhelper.c (vm_call_method_each_type): honor the original
visibility of inherited methods when a refinement ...
nobu (Nobuyoshi Nakada)
12:42 PM Revision 97c977de (git): adjust indent [ci skip]
* vm_insnhelper.c (vm_call_method_each_type): adjust indent of a
block in switch.
git-svn-id: svn+ssh://ci.ruby-la...
nobu (Nobuyoshi Nakada)
12:11 PM Revision 4905a62f (git): file.c: [DOC] File.mkfifo
* file.c (rb_file_s_mkfifo): enclose rdoc by ifdef so it will be
generated properly.
git-svn-id: svn+ssh://ci.ruby...
nobu (Nobuyoshi Nakada)
02:03 AM Revision c1d5d16c (git): compile.c: fix flip-flop value
* compile.c (iseq_compile_each0): as compile_flip_flop always ends
with a jump instruction, successive instruction ...
nobu (Nobuyoshi Nakada)
12:17 AM Feature #13770: Can't create valid Cyrillic-named class/module
To distinguish non-ASCII upper/lower cases would lead non-ASCII punctuations too.
ASCII punctuations cannot be a par...
nobu (Nobuyoshi Nakada)

07/28/2017

04:57 PM Feature #13637: [PATCH] tool/runruby.rb: test with smallest possible machine stack
I think I am using openssl-1.0.1s.
`HAVE_RB_FD_INIT` is not defined, but in fact AIX has `fd_mask`. It turned out ...
ReiOdaira (Rei Odaira)
04:47 PM Revision ab6631e0 (git): * 2017-07-29
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59441 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
04:47 PM Revision 3215b27a (git): Include sys/select.h when checking HAVE_RB_FD_INIT
* configure.in: include sys/select.h for fd_mask on AIX
[Feature #13637]
git-svn-id: svn+ssh://ci.ruby-lang.org/ru...
Rei Odaira
02:16 PM Revision cff3941b (git): rexml: Remove needless document
[Fix GH-1671]
Patch by madblobfish. Thanks!!!
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59439 b2dd03c8-39d...
Sutou Kouhei
10:49 AM Feature #13770: Can't create valid Cyrillic-named class/module
matz (Yukihiro Matsumoto) wrote:
> And maybe it's time to relax the limitation for Non-ASCII capital letters to star...
duerst (Martin Dürst)
10:22 AM Feature #13770: Can't create valid Cyrillic-named class/module
shevegen (Robert A. Heiler) wrote:
> Martin Dürst could then create classes for all Emojis in Unicode. :D
Well, i...
duerst (Martin Dürst)
07:46 AM Revision 0607ccc2 (git): * 2017-07-28
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59438 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
07:46 AM Revision 32eeff17 (git): csv.rb: fix incompatibility introduced in r59428
* lib/csv.rb: fix incompatibility introduced in r59428.
CSV.new takes options as keyword arguments.
* ...
Glass_saga (Masaki Matsushita)

07/27/2017

07:06 PM Feature #12628: change block/env structs
looks like this regressed https://bugs.ruby-lang.org/issues/13772 sam.saffron (Sam Saffron)
07:02 PM Bug #13772: Memory leak recycling stacks for threads in 2.4.1
Looks like ko1 broke this in #12628 :
https://github.com/ruby/ruby/commit/9f60791a0412cae804f13ed3e746a634c7a0731b...
sam.saffron (Sam Saffron)
04:17 PM Bug #13772: Memory leak recycling stacks for threads in 2.4.1
OK I have a standalone repro here: https://gist.github.com/SamSaffron/f43996d5989cefbfbf69e9557ef13b23
Also impac...
sam.saffron (Sam Saffron)
06:41 PM Bug #13775 (Closed): Ruby hangs when calling scope and belongs_to many times (with mongomapper)
Following code will hang Ruby:
~~~ruby
require 'bundler/setup'
require 'mongo_mapper'
MongoMapper.setup(
{
...
mtsmfm (Fumiaki Matsushima)
05:55 PM Bug #13774: for methods defined from procs, the binding of the resulting bound_method.to_proc does not have access to the original proc's closure environment
bughit (bug hit) wrote:
> ```ruby
> def foo
> o = Object.new
> local_var = 'local_var'
> method_lambda = -...
bughit (bug hit)
05:39 PM Bug #13774 (Rejected): for methods defined from procs, the binding of the resulting bound_method.to_proc does not have access to the original proc's closure environment
```ruby
def foo
o = Object.new
local_var = 'local_var'
method_lambda = ->{local_var}
o.define_singleton_...
bughit (bug hit)
12:54 PM Revision b89d5938 (git): set auto-props to avoid commits setting properties
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59436 b2dd03c8-39d4-4d8f-98ff-823fe69b080e nobu (Nobuyoshi Nakada)
12:25 PM Revision c6134d19 (git): fix type
* spec/rubyspec/optional/capi/ext/io_spec.c (io_spec_rb_io_wait_readable):
fix type of read(2).
git-svn-id: svn+ss...
nobu (Nobuyoshi Nakada)
12:17 PM Revision 083a25f9 (git): vm_core.h: shrink trap_list size
* vm_core.h (rb_vm_struct): separate trap_list cmd and safe to
each arrays, to shrink the size.
git-svn-id: svn+ss...
nobu (Nobuyoshi Nakada)
12:10 PM Revision 9e9f57e4 (git): * properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59433 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
12:10 PM Revision 0cb5fa58 (git): Update to ruby/spec@c3e6b90
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59432 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Eregon (Benoit Daloze)
12:10 PM Revision 819977e4 (git): * properties.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59431 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
12:10 PM Revision c13aa27e (git): Update to ruby/mspec@353605f
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59430 b2dd03c8-39d4-4d8f-98ff-823fe69b080e Eregon (Benoit Daloze)
11:56 AM Revision aa30bfd5 (git): Update configuration for slack notification.
* Encrypted slack token.
* Only notify when build fails and it recovered.
* Only notify trunk build without pull ...
hsbt (Hiroshi SHIBATA)
09:53 AM Revision a983fc50 (git): csv.rb: use keyword parameters
* lib/csv.rb: usb keyword parameters to receive options
* test/csv/test_features.rb: remove a test for checking opti...
Glass_saga (Masaki Matsushita)
09:51 AM Feature #13721: [PATCH] net/imap: dedupe attr keys in Net::IMAP::FetchData
[email protected] wrote:
> Sounds reasonable. Could you commit it on your own?

Thanks. But maybe we can do i...
normalperson (Eric Wong)
09:41 AM Feature #13637: [PATCH] tool/runruby.rb: test with smallest possible machine stack
[email protected] wrote:
> Thanks for the patch. Unfortunately, it did not solve the problem. Looks like this ...
normalperson (Eric Wong)
07:50 AM Bug #13773 (Closed): Improve String#prepend performance if only one argument is given
This is very similar with https://github.com/ruby/ruby/pull/1634
If only one argument is given, this will prepend th...
watson1978 (Shizuo Fujita)
07:38 AM Feature #13770: Can't create valid Cyrillic-named class/module
OK, I see. Thank you. shyouhei (Shyouhei Urabe)
06:54 AM Feature #13770: Can't create valid Cyrillic-named class/module
shyouhei (Shyouhei Urabe) wrote:
> phluid61 (Matthew Kerwin) wrote:
> >
> > Isn't titlecase a mapping property, ra...
phluid61 (Matthew Kerwin)
06:27 AM Feature #13770: Can't create valid Cyrillic-named class/module
phluid61 (Matthew Kerwin) wrote:
> shyouhei (Shyouhei Urabe) wrote:
> > matz (Yukihiro Matsumoto) wrote:
> > > And...
shyouhei (Shyouhei Urabe)
06:19 AM Feature #13770: Can't create valid Cyrillic-named class/module
shyouhei (Shyouhei Urabe) wrote:
> matz (Yukihiro Matsumoto) wrote:
> > And maybe it's time to relax the limitation...
phluid61 (Matthew Kerwin)
12:40 AM Feature #13770: Can't create valid Cyrillic-named class/module
matz (Yukihiro Matsumoto) wrote:
> And maybe it's time to relax the limitation for Non-ASCII capital letters to star...
shyouhei (Shyouhei Urabe)
06:49 AM Revision 52c6acda (git): * 2017-07-27
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59427 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
06:49 AM Revision 5e3f1a10 (git): csv.rb: use Array#to_h
* lib/csv.rb (CSV::Row#to_hash): use Array#to_h
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59426 b2dd03c8-39d...
Glass_saga (Masaki Matsushita)
06:08 AM Bug #13768: SIGCHLD and Thread dead-lock problem
けいじゅ@いしつかです.

[email protected] wrote:

> Issue #13768 has been updated by ko1 (Koichi Sasada).
> これ、dead-lock の定義の...
keiju (Keiju Ishitsuka)
04:19 AM Bug #13768: SIGCHLD and Thread dead-lock problem
これ、dead-lock の定義の問題なので、ちょっと議論が要るような気がしています。
> Signal.trapを設定していたら常にデッドロックではない、とすべきというところでしょうか。
いいんかな、これで。例えば、we...
ko1 (Koichi Sasada)
04:13 AM Bug #13768: SIGCHLD and Thread dead-lock problem
`Signal.trap`を設定していたら常にデッドロックではない、とすべきというところでしょうか。
まぁ設定していなくても実際に受けとればデッドロックを抜けはするのですが。
```diff
diff --git c/sig...
nobu (Nobuyoshi Nakada)
05:11 AM Feature #12733: Bundle bundler to ruby core
I've added `make test-bundler` task to the ruby core.
see https://github.com/ruby/ruby/pull/1536
Maybe, I test...
hsbt (Hiroshi SHIBATA)
03:59 AM Misc #13771: Digest, Ruby OpenSSL, OpenSSL v1.1.0
nobu (Nobuyoshi Nakada) wrote:
> I think that it can happen even if both are installed as gems.
True. But if dig...
MSP-Greg (Greg L)
03:45 AM Misc #13771: Digest, Ruby OpenSSL, OpenSSL v1.1.0
MSP-Greg (Greg L) wrote:
> Where I noticed potential issues is that std-lib openssl is a gem, but std-lib digest is ...
nobu (Nobuyoshi Nakada)
12:46 AM Misc #13771 (Assigned): Digest, Ruby OpenSSL, OpenSSL v1.1.0
hsbt (Hiroshi SHIBATA)

07/26/2017

09:00 PM Misc #13771: Digest, Ruby OpenSSL, OpenSSL v1.1.0
I can not answer your questions, the ruby core team will have to decide on the content + gemifying.
As for one oth...
shevegen (Robert A. Heiler)
04:50 PM Misc #13771 (Closed): Digest, Ruby OpenSSL, OpenSSL v1.1.0
A thanks to everyone involved in 'gemifying' ruby.
As I've mentioned before, I'm a windows user, and not a c type....
MSP-Greg (Greg L)
08:55 PM Bug #13772 (Closed): Memory leak recycling stacks for threads in 2.4.1
Per:
https://github.com/rest-client/rest-client/issues/611
gem install rest-client
```
100000.times.each_s...
sam.saffron (Sam Saffron)
08:40 PM Feature #13637: [PATCH] tool/runruby.rb: test with smallest possible machine stack
Thanks for the patch. Unfortunately, it did not solve the problem. Looks like this test does not call `nogvl_copy_s... ReiOdaira (Rei Odaira)
05:32 PM Feature #13770: Can't create valid Cyrillic-named class/module
Martin Dürst could then create classes for all Emojis in Unicode. :D shevegen (Robert A. Heiler)
02:25 PM Feature #13770: Can't create valid Cyrillic-named class/module
And maybe it's time to relax the limitation for Non-ASCII capital letters to start constant names.
Matz.
matz (Yukihiro Matsumoto)
12:46 PM Feature #13770: Can't create valid Cyrillic-named class/module
Constant names must start with an upper case in **ASCII**. nobu (Nobuyoshi Nakada)
12:22 PM Feature #13770 (Closed): Can't create valid Cyrillic-named class/module
Can't create a valid Cyrillic-named class. If I have a file **мир.rb**:
~~~ ruby
# Content of мир.rb:
class Ми...
sb (Sergey Borodanov)
05:29 PM Feature #13767: add something like python's buffer protocol to share memory between different narray like classes
I am not sure I understand the proposal, also partially due to python's confusing naming scheme such as List and arra... shevegen (Robert A. Heiler)
01:31 PM Feature #13765: Add Proc#bind
> Could you show a real Ruby application or code which you can write more effectively if we have partial application?... davidcornu (David Cornu)
12:44 PM Revision 11f69dcc (git): vcs.rb: commit
* tool/vcs.rb (commit): do commit, reset svn revision to sync git
mirror.
git-svn-id: svn+ssh://ci.ruby-lang.org/r...
nobu (Nobuyoshi Nakada)
07:51 AM Feature #13721: [PATCH] net/imap: dedupe attr keys in Net::IMAP::FetchData
normalperson (Eric Wong) wrote:
> Since attr hash keys are frequently reused, it makes sense to
> deduplicate them ...
shugo (Shugo Maeda)
07:48 AM Feature #10119: [PATCH] [net/imap] Add CHANGEDSINCE FETCH modifier + complementary add MODSEQ Message Data Item in FETCH Command
plehoux (Philippe-Antoine Lehoux) wrote:
> I updated the patch so the code doesn't raise when passing a CHANGEDSINCE...
shugo (Shugo Maeda)
07:47 AM Feature #10119 (Closed): [PATCH] [net/imap] Add CHANGEDSINCE FETCH modifier + complementary add MODSEQ Message Data Item in FETCH Command
Applied in changeset trunk|r59424.
----------
lib/net/imap.rb: support CHANGEDSINCE and MODSEQ
Patch by plehoux (Ph...
shugo (Shugo Maeda)
07:47 AM Revision ae91976d (git): lib/net/imap.rb: support CHANGEDSINCE and MODSEQ
Patch by plehoux (Philippe-Antoine Lehoux). [ruby-core:64272] [Feature #10119]
git-svn-id: svn+ssh://ci.ruby-lang.o...
shugo (Shugo Maeda)
06:06 AM Revision dc9fad3a (git): To use slack notification instead of email notification.
It's easily customize configuration of test notify.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59423 b2dd03c8...
hsbt (Hiroshi SHIBATA)
05:42 AM Revision 4e56e437 (git): Removed definitions of mspec and ruby/spec.
They are no longer used on ruby core repository.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59422 b2dd03c8-39...
hsbt (Hiroshi SHIBATA)
05:39 AM Revision 369df466 (git): Removed Ruby 2.1 from Travis CI. It's EOL status on 2017.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59421 b2dd03c8-39d4-4d8f-98ff-823fe69b080e hsbt (Hiroshi SHIBATA)
04:45 AM Bug #13769 (Closed): IPAddr#ipv4_compat incorrect behavior
To ease transition from IPv4 to IPv6, there exist "ipv4-compatible" and "ipv4-mapped" addresses, which are ipv6 addre... arkadiyt (Arkadiy Tetelman)
03:47 AM Bug #13768 (Closed): SIGCHLD and Thread dead-lock problem
けいじゅ@いしつかです.

下記のプログラムを実行するとThreadがデッドロックしたと例外が発生します.
# コメント部分をはずせば, デッドロックはしません

シグナルのtrapが絡むときのデッドロックの検知...
keiju (Keiju Ishitsuka)
12:56 AM Revision 7d6965f8 (git): parse.y: brace after array literal arg
* parse.y (parser_yylex): array is another literal. set state to
END too not only ENDARG and after a literal, so t...
nobu (Nobuyoshi Nakada)
12:09 AM Bug #13691: Word- and symbol array literals not valid where regular array is
Because of the precedence, `{}` is bound to `%i()` here, and `%i()` literal cannot be a method call. nobu (Nobuyoshi Nakada)
12:01 AM Revision c6c975ca (git): * 2017-07-26
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59419 b2dd03c8-39d4-4d8f-98ff-823fe69b080e svn[bot]
12:01 AM Revision 79ee23f0 (git): Fix typos [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59418 b2dd03c8-39d4-4d8f-98ff-823fe69b080e znz (Kazuhiro NISHIYAMA)
 

Also available in: Atom