[#101179] Spectre Mitigations — Amel <amel.smajic@...>
Hi there!
5 messages
2020/12/01
[#101694] Ruby 3.0.0 Released — "NARUSE, Yui" <naruse@...>
V2UgYXJlIHBsZWFzZWQgdG8gYW5ub3VuY2UgdGhlIHJlbGVhc2Ugb2YgUnVieSAzLjAuMC4gRnJv
4 messages
2020/12/25
[ruby-core:101835] [Ruby master Feature#17473] Make Pathname to embedded class of Ruby
From:
duerst@...
Date:
2020-12-31 09:22:51 UTC
List:
ruby-core #101835
Issue #17473 has been updated by duerst (Martin D=FCrst). hsbt (Hiroshi SHIBATA) wrote in #note-9: > I'm not sure how embedded pure-Ruby implementation to core classes. The a= bove request is the different request. I support making Pathname part of core Ruby. It's an extremely convenient l= ibrary that I use very often. Just for the record, String#unicode_normalize is part of a core class but i= s implemented in pure Ruby. It's a single case, and includes loading code o= n demand. If we do more pure-Ruby implementations for core classes, we shou= ld think again about the best way to do it. = ---------------------------------------- Feature #17473: Make Pathname to embedded class of Ruby https://bugs.ruby-lang.org/issues/17473#change-89665 * Author: hsbt (Hiroshi SHIBATA) * Status: Open * Priority: Normal * Assignee: akr (Akira Tanaka) ---------------------------------------- pathname is one of most useful utility class of Ruby. I'm happy to use Path= name without require it. Any thought? -- = https://bugs.ruby-lang.org/ Unsubscribe: <mailto:ruby-core-request@ruby-lang.org?subject=3Dunsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>