
14 Mar
2024
14 Mar
'24
7:33 p.m.
Issue #20339 has been updated by kddnewton (Kevin Newton). Subject changed from Parser segfault with ractor comment in the middle of a statement to Parser segfault with ractor comment Sorry, this is actually even simpler: ```ruby # shareable_constant_value: literal C = { bar => baz } ``` ---------------------------------------- Bug #20339: Parser segfault with ractor comment https://bugs.ruby-lang.org/issues/20339#change-107277 * Author: kddnewton (Kevin Newton) * Status: Open * Backport: 3.0: UNKNOWN, 3.1: UNKNOWN, 3.2: UNKNOWN, 3.3: UNKNOWN ---------------------------------------- ```ruby foo( # shareable_constant_value: literal (C = { bar => baz }) ) ``` -- https://bugs.ruby-lang.org/