* [ruby-core:119329] [Ruby master Bug#20765] Unexpected node type in pattern matching expression: PM_IMPLICIT_REST_NODE evaluating `a=>*,`
@ 2024-09-28 6:02 tompng (tomoya ishida) via ruby-core
2024-09-30 5:33 ` [ruby-core:119351] " mame (Yusuke Endoh) via ruby-core
2024-09-30 14:32 ` [ruby-core:119363] " kddnewton (Kevin Newton) via ruby-core
0 siblings, 2 replies; 3+ messages in thread
From: tompng (tomoya ishida) via ruby-core @ 2024-09-28 6:02 UTC (permalink / raw)
To: ruby-core; +Cc: tompng (tomoya ishida)
Issue #20765 has been reported by tompng (tomoya ishida).
----------------------------------------
Bug #20765: Unexpected node type in pattern matching expression: PM_IMPLICIT_REST_NODE evaluating `a=>*,`
https://bugs.ruby-lang.org/issues/20765
* Author: tompng (tomoya ishida)
* Status: Open
* ruby -v: ruby 3.4.0dev (2024-09-27T17:45:22Z master 027ef60500) +PRISM [x86_64-linux]
* Backport: 3.1: UNKNOWN, 3.2: UNKNOWN, 3.3: UNKNOWN
----------------------------------------
~~~
# ruby --parser=prism -e "a=>*,"
-e: [BUG] Unexpected node type in pattern matching expression: PM_IMPLICIT_REST_NODE
# ruby --parser=parse.y -e "a=>*,"
-e:1: syntax error, unexpected end-of-input
~~~
--
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/lists/ruby-core.ml.ruby-lang.org/
^ permalink raw reply [flat|nested] 3+ messages in thread
* [ruby-core:119351] [Ruby master Bug#20765] Unexpected node type in pattern matching expression: PM_IMPLICIT_REST_NODE evaluating `a=>*,`
2024-09-28 6:02 [ruby-core:119329] [Ruby master Bug#20765] Unexpected node type in pattern matching expression: PM_IMPLICIT_REST_NODE evaluating `a=>*,` tompng (tomoya ishida) via ruby-core
@ 2024-09-30 5:33 ` mame (Yusuke Endoh) via ruby-core
2024-09-30 14:32 ` [ruby-core:119363] " kddnewton (Kevin Newton) via ruby-core
1 sibling, 0 replies; 3+ messages in thread
From: mame (Yusuke Endoh) via ruby-core @ 2024-09-30 5:33 UTC (permalink / raw)
To: ruby-core; +Cc: mame (Yusuke Endoh)
Issue #20765 has been updated by mame (Yusuke Endoh).
Assignee set to kddnewton (Kevin Newton)
----------------------------------------
Bug #20765: Unexpected node type in pattern matching expression: PM_IMPLICIT_REST_NODE evaluating `a=>*,`
https://bugs.ruby-lang.org/issues/20765#change-109963
* Author: tompng (tomoya ishida)
* Status: Open
* Assignee: kddnewton (Kevin Newton)
* ruby -v: ruby 3.4.0dev (2024-09-27T17:45:22Z master 027ef60500) +PRISM [x86_64-linux]
* Backport: 3.1: UNKNOWN, 3.2: UNKNOWN, 3.3: UNKNOWN
----------------------------------------
~~~
# ruby --parser=prism -e "a=>*,"
-e: [BUG] Unexpected node type in pattern matching expression: PM_IMPLICIT_REST_NODE
# ruby --parser=parse.y -e "a=>*,"
-e:1: syntax error, unexpected end-of-input
~~~
--
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/lists/ruby-core.ml.ruby-lang.org/
^ permalink raw reply [flat|nested] 3+ messages in thread
* [ruby-core:119363] [Ruby master Bug#20765] Unexpected node type in pattern matching expression: PM_IMPLICIT_REST_NODE evaluating `a=>*,`
2024-09-28 6:02 [ruby-core:119329] [Ruby master Bug#20765] Unexpected node type in pattern matching expression: PM_IMPLICIT_REST_NODE evaluating `a=>*,` tompng (tomoya ishida) via ruby-core
2024-09-30 5:33 ` [ruby-core:119351] " mame (Yusuke Endoh) via ruby-core
@ 2024-09-30 14:32 ` kddnewton (Kevin Newton) via ruby-core
1 sibling, 0 replies; 3+ messages in thread
From: kddnewton (Kevin Newton) via ruby-core @ 2024-09-30 14:32 UTC (permalink / raw)
To: ruby-core; +Cc: kddnewton (Kevin Newton)
Issue #20765 has been updated by kddnewton (Kevin Newton).
Thank you — I have opened https://github.com/ruby/prism/pull/3096 to fix this.
----------------------------------------
Bug #20765: Unexpected node type in pattern matching expression: PM_IMPLICIT_REST_NODE evaluating `a=>*,`
https://bugs.ruby-lang.org/issues/20765#change-109975
* Author: tompng (tomoya ishida)
* Status: Open
* Assignee: kddnewton (Kevin Newton)
* ruby -v: ruby 3.4.0dev (2024-09-27T17:45:22Z master 027ef60500) +PRISM [x86_64-linux]
* Backport: 3.1: UNKNOWN, 3.2: UNKNOWN, 3.3: UNKNOWN
----------------------------------------
~~~
# ruby --parser=prism -e "a=>*,"
-e: [BUG] Unexpected node type in pattern matching expression: PM_IMPLICIT_REST_NODE
# ruby --parser=parse.y -e "a=>*,"
-e:1: syntax error, unexpected end-of-input
~~~
--
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/lists/ruby-core.ml.ruby-lang.org/
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2024-09-30 14:32 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-09-28 6:02 [ruby-core:119329] [Ruby master Bug#20765] Unexpected node type in pattern matching expression: PM_IMPLICIT_REST_NODE evaluating `a=>*,` tompng (tomoya ishida) via ruby-core
2024-09-30 5:33 ` [ruby-core:119351] " mame (Yusuke Endoh) via ruby-core
2024-09-30 14:32 ` [ruby-core:119363] " kddnewton (Kevin Newton) via ruby-core
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).