[#82311] [Ruby trunk Bug#13794] Infinite loop of sched_yield — charlie@...
Issue #13794 has been reported by catphish (Charlie Smurthwaite).
4 messages
2017/08/09
[#82518] [Ruby trunk Feature#13618] [PATCH] auto fiber schedule for rb_wait_for_single_fd and rb_waitpid — mame@...
Issue #13618 has been updated by mame (Yusuke Endoh).
5 messages
2017/08/30
[#82552] Re: [Ruby trunk Feature#13618] [PATCH] auto fiber schedule for rb_wait_for_single_fd and rb_waitpid
— Eric Wong <normalperson@...>
2017/08/31
mame@ruby-lang.org wrote:
[#82756] Re: [Ruby trunk Feature#13618] [PATCH] auto fiber schedule for rb_wait_for_single_fd and rb_waitpid
— Eric Wrong <normalperson@...>
2017/09/12
Eric Wrong <normalperson@yhbt.net> wrote:
[ruby-core:82328] [Ruby trunk Bug#13798] Strange "invalid subexp call" warning happens inside of comment
From:
shyouhei@...
Date:
2017-08-10 13:47:34 UTC
List:
ruby-core #82328
Issue #13798 has been reported by shyouhei (Shyouhei Urabe). ---------------------------------------- Bug #13798: Strange "invalid subexp call" warning happens inside of comment https://bugs.ruby-lang.org/issues/13798 * Author: shyouhei (Shyouhei Urabe) * Status: Open * Priority: Normal * Assignee: * Target version: * ruby -v: ruby 2.5.0dev (2017-08-10 trunk 59556) [x86_64-darwin15] * Backport: 2.2: UNKNOWN, 2.3: UNKNOWN, 2.4: UNKNOWN ---------------------------------------- Attached script renders "invalid subexp call" warning. ``` zsh % ruby warn.rb warn.rb:4: warning: invalid subexp call ``` This is strange in several ways: - The warning is triggered by Regexp#to_s, not by the compilation. - There is no such thing like a subexp call in the regular expression. ---Files-------------------------------- warn.rb (82 Bytes) -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>