[ruby-core:117187] [Ruby master Bug#20339] Parser segfault with ractor comment
From:
"kddnewton (Kevin Newton) via ruby-core" <ruby-core@...>
Date:
2024-03-14 19:33:33 UTC
List:
ruby-core #117187
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/
______________________________________________
ruby-core mailing list -- ruby-core@ml.ruby-lang.org
To unsubscribe send an email to ruby-core-leave@ml.ruby-lang.org
ruby-core info -- https://ml.ruby-lang.org/mailman3/postorius/lists/ruby-core.ml.ruby-lang.org/