[#105450] [Ruby master Feature#18228] Add a `timeout` option to `IO.copy_stream` — "byroot (Jean Boussier)" <noreply@...>
Issue #18228 has been reported by byroot (Jean Boussier).
11 messages
2021/09/27
[ruby-core:105475] [Ruby master Bug#17429] Prohibit include/prepend in refinement modules
From:
"shugo (Shugo Maeda)" <noreply@...>
Date:
2021-09-28 23:21:40 UTC
List:
ruby-core #105475
Issue #17429 has been updated by shugo (Shugo Maeda). Status changed from Open to Assigned shugo (Shugo Maeda) wrote in #note-32: > > I found a gem named refinement.... > > > > https://github.com/square/refinement/blob/master/lib/refinement.rb > > I've created an issue on the project: <https://github.com/square/refinement/issues/71>. The maintainer of the gem agreed with introducing the built-in class Refinement. Matz, is the method name import is OK? ---------------------------------------- Bug #17429: Prohibit include/prepend in refinement modules https://bugs.ruby-lang.org/issues/17429#change-93924 * Author: shugo (Shugo Maeda) * Status: Assigned * Priority: Normal * Assignee: matz (Yukihiro Matsumoto) * Backport: 2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: UNKNOWN ---------------------------------------- include/prepend in refinement modules has implementation difficulties such as #17007 and #17379, and tends to be misleading like #17374. How about to prohibit it in future versions? Method copy like #17380 may be more convenient, but it's confusing to use names include and prepend because semantics is different from the original ones. -- 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>