From: shevegen@... Date: 2018-03-30T11:13:45+00:00 Subject: [ruby-core:86404] [Ruby trunk Feature#14643] Remove problematic separator '\0' of Dir.glob and Dir.[] Issue #14643 has been updated by shevegen (Robert A. Heiler). If it is to be removed, and it is decided to remove in ruby3, perhaps a warning could be shown in next upcoming releases of ruby, that this will no longer be supported, e. g. a bit similar in how the '|' character is no longer supported as-is. https://github.com/ruby/ruby/blob/trunk/NEWS#compatibility-issues-excluding-feature-bug-fixes (I write if because I have no idea how ruby people use this functionality. I myself never used '\0' and neither the '|' character either so I could not tell. I am just saying it in regards to whether this will change for ruby3.x) ---------------------------------------- Feature #14643: Remove problematic separator '\0' of Dir.glob and Dir.[] https://bugs.ruby-lang.org/issues/14643#change-71333 * Author: usa (Usaku NAKAMURA) * Status: Open * Priority: Normal * Assignee: * Target version: ---------------------------------------- `Dir.glob` and `Dir.[]` accepts `'\0'` separated string as the parameter, but this feature is very problematic. Shouldn't we remove this feature for Ruby3 ? -- https://bugs.ruby-lang.org/ Unsubscribe: