[#106341] [Ruby master Bug#18369] users.detect(:name, "Dorian") as shorthand for users.detect { |user| user.name == "Dorian" } — dorianmariefr <noreply@...>
Issue #18369 has been reported by dorianmariefr (Dorian Mari辿).
14 messages
2021/11/30
[#106351] [Ruby master Bug#18371] Release branches (release information in general) — "tenderlovemaking (Aaron Patterson)" <noreply@...>
Issue #18371 has been reported by tenderlovemaking (Aaron Patterson).
7 messages
2021/11/30
[ruby-core:106165] [Ruby master Feature#18270] Refinement#{extend_object, append_features, prepend_features} should be removed
From:
"shugo (Shugo Maeda)" <noreply@...>
Date:
2021-11-19 02:08:11 UTC
List:
ruby-core #106165
Issue #18270 has been updated by shugo (Shugo Maeda).
Eregon (Benoit Daloze) wrote in #note-6:
> Sounds good.
Thanks.
> Could you please add tests in ruby/spec to track those changes, under `core/refinement`?
> The structure can be generated with `../mspec/bin/mkspec -b core -c Refinement`.
OK, I'll add tests after implementing these changes after the release of Ruby 3.1.
----------------------------------------
Feature #18270: Refinement#{extend_object,append_features,prepend_features} should be removed
https://bugs.ruby-lang.org/issues/18270#change-94768
* Author: shugo (Shugo Maeda)
* Status: Assigned
* Priority: Normal
* Assignee: shugo (Shugo Maeda)
----------------------------------------
Refinement#{extend_object,append_features,prepend_features} are not useful and should be removed.
How about to deprecate them in Ruby 3.1 and remove in Ruby 3.1?
--
https://bugs.ruby-lang.org/
Unsubscribe: <mailto:[email protected]?subject=unsubscribe>
<http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>