[#85940] [Ruby trunk Bug#14578] Forking a child process inside of a mutex crashes the ruby interpreter — ben.govero@...
Issue #14578 has been reported by bengovero (Ben Govero).
3 messages
2018/03/05
[#86205] [Ruby trunk Feature#14618] Add display width method to String for CLI — aycabta@...
Issue #14618 has been reported by aycabta (aycabta .).
3 messages
2018/03/19
[#86366] Re: [ruby-cvs:70102] usa:r63008 (trunk): get rid of test error/failure on Windows introduced at r62955 — Eric Wong <normalperson@...>
usa@ruby-lang.org wrote:
3 messages
2018/03/28
[ruby-core:86355] [Ruby trunk Bug#14627] class_eval "def foo(N:)\n end" regression
From:
mame@...
Date:
2018-03-28 06:52:51 UTC
List:
ruby-core #86355
Issue #14627 has been updated by mame (Yusuke Endoh). I could repro: ``` $ ruby -e 'Class.new.class_eval "def f(a:, N:)\nend"' -e:1: [BUG] Segmentation fault at 0x0000000000000028 ruby 2.5.0p0 (2017-12-25 revision 61468) [x86_64-linux] *snip* ``` This [BUG] does not occur on trunk, so maybe it has been already fixed. ---------------------------------------- Bug #14627: class_eval "def foo(N:)\n end" regression https://bugs.ruby-lang.org/issues/14627#change-71280 * Author: ViugiNick (Nickolay Viuginov) * Status: Feedback * Priority: Normal * Assignee: * Target version: * ruby -v: 2.5.0 * Backport: 2.3: UNKNOWN, 2.4: UNKNOWN, 2.5: UNKNOWN ---------------------------------------- Ruby crashes with a segfault in case of `class_eval` defining method with a keyword starts with a capital letter. It seems like it's a regression of one of the latest versions. ---Files-------------------------------- Screenshot from 2018-03-21 18-15-09.png (133 KB) -- 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>