[#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:86513] [Ruby trunk Feature#14680] Adding @+ and @- to hash and array
From:
kevin.deisz@...
Date:
2018-04-11 14:49:06 UTC
List:
ruby-core #86513
Issue #14680 has been reported by kddeisz (Kevin Deisz). ---------------------------------------- Feature #14680: Adding @+ and @- to hash and array https://bugs.ruby-lang.org/issues/14680 * Author: kddeisz (Kevin Deisz) * Status: Open * Priority: Normal * Assignee: * Target version: ---------------------------------------- Since we have @- and @+ for strings and it's very useful (and reads better than .freeze) I'd like to propose adding the same API to hash and array. Especially with constants, linters are always telling me to freeze them, and I'd like to be able to accomplish that with @-. I've attached the necessary code to make that happen. ---Files-------------------------------- freeze.patch (3.86 KB) -- 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>