ruby-core@ruby-lang.org archive (unofficial mirror)
 help / color / mirror / Atom feed
* [ruby-core:102061] [Ruby master Bug#17534] Pattern-matching is broken with find pattern
@ 2021-01-13 14:46 zverok.offline
  2021-01-18  7:18 ` [ruby-core:102131] " dementiev.vm
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: zverok.offline @ 2021-01-13 14:46 UTC (permalink / raw)
  To: ruby-core

Issue #17534 has been reported by zverok (Victor Shepelev).

----------------------------------------
Bug #17534: Pattern-matching is broken with find pattern
https://bugs.ruby-lang.org/issues/17534

* Author: zverok (Victor Shepelev)
* Status: Open
* Priority: Normal
* Backport: 2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: UNKNOWN, 3.0: UNKNOWN
----------------------------------------
The minimal reproduction code:

```ruby
case [1, 2, 3]
in y
  puts "branch1"
in [*, x, *]
  puts "branch2"
else
  puts "branch3"
end
```
This outputs long "raw disasm" sequence, and then
```
---------------------
break_pm.rb:6: argument stack underflow (-1)
break_pm.rb: compile error (SyntaxError)
```

```
$ ruby -v
ruby 3.1.0dev (2021-01-13T09:12:49Z master 6f6dfdcc68) [x86_64-linux]
```



-- 
https://bugs.ruby-lang.org/

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-02-02 10:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-13 14:46 [ruby-core:102061] [Ruby master Bug#17534] Pattern-matching is broken with find pattern zverok.offline
2021-01-18  7:18 ` [ruby-core:102131] " dementiev.vm
2021-01-18 16:59 ` [ruby-core:102140] " dementiev.vm
2021-01-18 20:32 ` [ruby-core:102144] " dementiev.vm
2021-01-18 21:27 ` [ruby-core:102145] " dementiev.vm
2021-01-23 12:31 ` [ruby-core:102218] " kazuki
2021-02-02 10:08 ` [ruby-core:102381] " naruse

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 read-only IMAP folder(s) and NNTP newsgroup(s).