[#85940] [Ruby trunk Bug#14578] Forking a child process inside of a mutex crashes the ruby interpreter — ben.govero@...
Issue #14578 has been reported by bengovero (Ben Govero).
3 messages
2018/03/05
[#86205] [Ruby trunk Feature#14618] Add display width method to String for CLI — aycabta@...
Issue #14618 has been reported by aycabta (aycabta .).
3 messages
2018/03/19
[#86366] Re: [ruby-cvs:70102] usa:r63008 (trunk): get rid of test error/failure on Windows introduced at r62955 — Eric Wong <normalperson@...>
usa@ruby-lang.org wrote:
3 messages
2018/03/28
[ruby-core:86404] [Ruby trunk Feature#14643] Remove problematic separator '\0' of Dir.glob and Dir.[]
From:
shevegen@...
Date:
2018-03-30 11:13:45 UTC
List:
ruby-core #86404
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: <mailto:ruby-core-request@ruby-lang.org?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>