From: ryand-ruby@... Date: 2017-05-19T09:06:48+00:00 Subject: [ruby-core:81272] [Ruby trunk Bug#13578] Another iseq_set_sequence: adjust bug Issue #13578 has been reported by zenspider (Ryan Davis). ---------------------------------------- Bug #13578: Another iseq_set_sequence: adjust bug https://bugs.ruby-lang.org/issues/13578 * Author: zenspider (Ryan Davis) * Status: Open * Priority: Normal * Assignee: * Target version: * ruby -v: 2.4.1p111 * Backport: 2.2: UNKNOWN, 2.3: UNKNOWN, 2.4: UNKNOWN ---------------------------------------- This seems to be related to #12613 ~~~ ruby #!/usr/bin/env ruby -w def process_defn if true then # nothing needed here else if true then case 42 when 42 then return 42 # BOOM when s { 42 } then # nothing needed here end end end return 42 end ~~~ causes: ~~~ wtf.rb:10: [BUG] iseq_set_sequence: adjust bug -2 < 0 ruby 2.4.1p111 (2017-03-22 revision 58053) [x86_64-darwin16] ~~~ I just built and installed 2.4.1 and it is still there. Also repros in 2.4.0. 2.3 and below seem fine. -- https://bugs.ruby-lang.org/ Unsubscribe: