[ruby-core:102059] [Ruby master Bug#17429] Prohibit include/prepend in refinement modules
From:
eregontp@...
Date:
2021-01-13 11:49:54 UTC
List:
ruby-core #102059
Issue #17429 has been updated by Eregon (Benoit Daloze). With https://bugs.ruby-lang.org/issues/17429#note-3 it would. I think it makes sense adding such functionality at the same time as no longer allowing `include` for refinement modules. ---------------------------------------- Bug #17429: Prohibit include/prepend in refinement modules https://bugs.ruby-lang.org/issues/17429#change-89920 * Author: shugo (Shugo Maeda) * Status: Open * Priority: Normal * 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>