[#84280] [Ruby trunk Bug#14181] hangs or deadlocks from waitpid, threads, and trapping SIGCHLD — nobu@...
Issue #14181 has been updated by nobu (Nobuyoshi Nakada).
3 messages
2017/12/15
[#84398] [Ruby trunk Bug#14220] WEBrick changes - failures on MSWIN, MinGW — Greg.mpls@...
Issue #14220 has been reported by MSP-Greg (Greg L).
3 messages
2017/12/22
[#84472] Re: [ruby-dev:50394] [Ruby trunk Bug#14240] warn four special variables: $; $, $/ $\ — Eric Wong <normalperson@...>
Shouldn't English posts be on ruby-core instead of ruby-dev?
3 messages
2017/12/26
[ruby-core:84554] [Ruby trunk Feature#14258] [PATCH] hash literal deduplicates like Hash#[]=
From:
normalperson@...
Date:
2017-12-29 08:51:02 UTC
List:
ruby-core #84554
Issue #14258 has been reported by normalperson (Eric Wong). ---------------------------------------- Feature #14258: [PATCH] hash literal deduplicates like Hash#[]= https://bugs.ruby-lang.org/issues/14258 * Author: normalperson (Eric Wong) * Status: Open * Priority: Normal * Assignee: * Target version: ---------------------------------------- ``` We should reuse the same hash key deduplication logic as Hash#[]= when creating hash literals using the newhash VM instruction. * hash.c (rb_hash_key_str): new function (hash_aset_str): use rb_hash_key_str * internal.h: add rb_hash_key_str * st.c (st_stringify): use rb_hash_key_str * test/ruby/test_hash.rb (test_NEWHASH_fstring_key): dynamic key ``` ---Files-------------------------------- 0001-hash-literal-deduplicates-like-Hash.patch (2.7 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>