[#84280] [Ruby trunk Bug#14181] hangs or deadlocks from waitpid, threads, and trapping SIGCHLD — nobu@...
Issue #14181 has been updated by nobu (Nobuyoshi Nakada).
3 messages
2017/12/15
[#84398] [Ruby trunk Bug#14220] WEBrick changes - failures on MSWIN, MinGW — Greg.mpls@...
Issue #14220 has been reported by MSP-Greg (Greg L).
3 messages
2017/12/22
[#84472] Re: [ruby-dev:50394] [Ruby trunk Bug#14240] warn four special variables: $; $, $/ $\ — Eric Wong <normalperson@...>
Shouldn't English posts be on ruby-core instead of ruby-dev?
3 messages
2017/12/26
[ruby-core:84387] [Ruby trunk Bug#14214] The direction of branch instruction is broken when block argument is used.
From:
spiketeika@...
Date:
2017-12-21 08:12:31 UTC
List:
ruby-core #84387
Issue #14214 has been reported by yui-knk (Kaneko Yuichiro). ---------------------------------------- Bug #14214: The direction of branch instruction is broken when block argument is used. https://bugs.ruby-lang.org/issues/14214 * Author: yui-knk (Kaneko Yuichiro) * Status: Open * Priority: Normal * Assignee: * Target version: * ruby -v: * Backport: 2.3: UNKNOWN, 2.4: UNKNOWN ---------------------------------------- The result of this code is changed ```ruby def a(&block) block = 1 p block p 2 if block end a() ``` ``` ruby 2.5.0rc1 (2017-12-14 trunk 61243) [x86_64-darwin17] 1 2 ``` ``` ruby 2.5.0dev (2017-12-21 trunk 61384) [x86_64-darwin17] 1 ``` -- 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>