From: Eric Wong Date: 2018-01-27T08:22:36+00:00 Subject: [ruby-core:85154] Re: [Ruby trunk Feature#14410] Reduce allocations and retained objects in the uri common module sam.saffron@gmail.com wrote: > https://bugs.ruby-lang.org/issues/14410 > https://github.com/ruby/ruby/pull/1801 > diff.txt (1.03 KB) Careful with "frozen_string_literal: true". Even with tired eyes I see self.decode_www_form uses literals which get modified, and maybe other places. Did you try "make test-all"? Unsubscribe: