[#107430] [Ruby master Feature#18566] Merge `io-wait` gem into core IO — "byroot (Jean Boussier)" <noreply@...>
Issue #18566 has been reported by byroot (Jean Boussier).
22 messages
2022/02/02
[ruby-core:107676] [Ruby master Feature#18585] Promote find pattern to official feature
From:
"ktsj (Kazuki Tsujimoto)" <noreply@...>
Date:
2022-02-21 02:43:39 UTC
List:
ruby-core #107676
Issue #18585 has been updated by ktsj (Kazuki Tsujimoto).
retro (Josef Šimánek) wrote in #note-4:
> Would be PR welcomed for this change?
I've already merged the patch. Thanks.
----------------------------------------
Feature #18585: Promote find pattern to official feature
https://bugs.ruby-lang.org/issues/18585#change-96595
* Author: ktsj (Kazuki Tsujimoto)
* Status: Closed
* Priority: Normal
* Assignee: ktsj (Kazuki Tsujimoto)
----------------------------------------
"Find pattern" has introduced in 3.0 and it is still marked as an experimental.
I don't see any problems, so it is time to promote it to official feature.
(BTW, it was useful when writing code like the following for a practical example.)
```ruby
if ary in [*, {a: 0, b: 1 | 2} => i, *]
...
end
```
--
https://bugs.ruby-lang.org/
Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>