[ruby-core:117186] [Ruby master Bug#20339] Parser segfault with ractor comment in the middle of a statement

Issue #20339 has been reported by kddnewton (Kevin Newton). ---------------------------------------- Bug #20339: Parser segfault with ractor comment in the middle of a statement https://bugs.ruby-lang.org/issues/20339 * 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/

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/
participants (1)
-
kddnewton (Kevin Newton)