[#86520] [Ruby trunk Bug#14681] `syswrite': stream closed in another thread (IOError) — samuel@...
Issue #14681 has been reported by ioquatix (Samuel Williams).
3 messages
2018/04/12
[#86755] [Ruby trunk Feature#14723] [WIP] sleepy GC — normalperson@...
Issue #14723 has been reported by normalperson (Eric Wong).
6 messages
2018/04/29
[ruby-core:86603] [CommonRuby Feature#8258] Dir#escape_glob
From:
shyouhei@...
Date:
2018-04-19 08:14:50 UTC
List:
ruby-core #86603
Issue #8258 has been updated by shyouhei (Shyouhei Urabe). shyouhei (Shyouhei Urabe) wrote: > Issue #13056 introduced base: option to Dir.glob method. Is this issue still needed? ---------------------------------------- Feature #8258: Dir#escape_glob https://bugs.ruby-lang.org/issues/8258#change-71560 * Author: steveklabnik (Steve Klabnik) * Status: Feedback * Priority: Normal * Assignee: * Target version: ---------------------------------------- This is inspired by https://github.com/rails/rails/issues/6010. Basically, if you do a Dir.glob in a directory whose name contains a glob character, things break. It would be nice to have a method which would escape the input so that we can Dir.glob inside of those directories. -- 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>