[ruby-core:94709] [Ruby master Feature#14643] Remove problematic separator '\0' of Dir.glob and Dir.[]
From:
nobu@...
Date:
2019-09-02 03:06:55 UTC
List:
ruby-core #94709
Issue #14643 has been updated by nobu (Nobuyoshi Nakada). https://github.com/ruby/ruby/pull/2419 ---------------------------------------- Feature #14643: Remove problematic separator '\0' of Dir.glob and Dir.[] https://bugs.ruby-lang.org/issues/14643#change-81319 * 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: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>