[#82706] [Ruby trunk Bug#13851] getting "can't modify string; temporarily locked" on non-frozen instances — cardoso_tiago@...
Issue #13851 has been updated by chucke (Tiago Cardoso).
3 messages
2017/09/07
[#82853] [Ruby trunk Bug#13916] Race condition when sending a signal to a new fork — russell.davis@...
Issue #13916 has been reported by russelldavis (Russell Davis).
3 messages
2017/09/19
[#82892] [Ruby trunk Bug#13921] buffered read_nonblock doesn't work as expected using SSLSocket — cardoso_tiago@...
Issue #13921 has been updated by chucke (Tiago Cardoso).
3 messages
2017/09/20
[ruby-core:82677] [Ruby trunk Bug#13853] Backport request r58323
From:
v.ondruch@...
Date:
2017-09-06 13:06:38 UTC
List:
ruby-core #82677
Issue #13853 has been updated by vo.x (Vit Ondruch). The patch is not patching version in json.gemspec, but it should ... ~~~ --- ext/json/json.gemspec +++ ext/json/json.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = "json" - s.version = "1.8.3" + s.version = "1.8.3.1" s.summary = "This json is bundled with Ruby" s.executables = [] s.files = ["json.rb", "json/add/bigdecimal.rb", "json/add/complex.rb", "json/add/core.rb", "json/add/date.rb", "json/add/date_time.rb", "json/add/exception.rb", "json/add/ostruct.rb", "json/add/range.rb", "json/add/rational.rb", "json/add/regexp.rb", "json/add/struct.rb", "json/add/symbol.rb", "json/add/time.rb", "json/common.rb", "json/ext.rb", "json/ext/generator.bundle", "json/ext/parser.bundle", "json/generic_object.rb", "json/version.rb"] ~~~ ---------------------------------------- Bug #13853: Backport request r58323 https://bugs.ruby-lang.org/issues/13853#change-66509 * Author: hsbt (Hiroshi SHIBATA) * Status: Closed * Priority: Normal * Assignee: hsbt (Hiroshi SHIBATA) * Target version: * ruby -v: * Backport: 2.2: REQUIRED, 2.3: REQUIRED, 2.4: DONTNEED ---------------------------------------- I picked commit from json-2.0.4 fixes. Please backport attachment patch to ruby 2.2 and 2.3. ---Files-------------------------------- json-ruby22.patch (2.86 KB) json-ruby23.patch (2.89 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>