From: naruse@... Date: 2018-01-05T20:57:50+00:00 Subject: [ruby-core:84659] [Ruby trunk Feature#14316] Update Status Code classes Issue #14316 has been updated by naruse (Yui NARUSE). Looks fine. Could you commit them? > > 0001-Specify-frozen_string_literal-true.patch (697 Bytes) > > 0001 seems pointless, only strings in that file are literal hash > keys and they are all frozen since 2.1 This patch actually does nothing. But it prevents that a future change accidentally adds mutable strings. This change also fine to me. ---------------------------------------- Feature #14316: Update Status Code classes https://bugs.ruby-lang.org/issues/14316#change-69241 * Author: znz (Kazuhiro NISHIYAMA) * Status: Open * Priority: Normal * Assignee: * Target version: 2.6 ---------------------------------------- In lib/net/http/responses.rb, some class names are old names. So I would like to update and add `103 Early Hints` if no objection. see https://www.iana.org/assignments/http-status-codes/http-status-codes.xhtml ---Files-------------------------------- 0001-Specify-frozen_string_literal-true.patch (697 Bytes) 0002-Add-103-Early-Hints.patch (1.11 KB) 0003-Update-Status-Code.patch (3.93 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>