Actions
Bug #13578
closed
Updated by zenspider (Ryan Davis) about 8 years ago
Further reduced via IRC:
def process_defn
if false
case 42
when s {} then
when 42 then
return
end
end
return
end
Updated by nobu (Nobuyoshi Nakada) about 8 years ago
- Status changed from Open to Closed
- Backport changed from 2.2: UNKNOWN, 2.3: UNKNOWN, 2.4: UNKNOWN to 2.2: DONTNEED, 2.3: DONTNEED, 2.4: REQUIRED
Updated by zenspider (Ryan Davis) about 8 years ago
Thank you. While your test code does NOT repro under 2.4.1p111, it does under trunk. I've verified that this and my original code all compile fine under latest trunk.
Updated by nagachika (Tomoyuki Chikanaga) almost 8 years ago
- Backport changed from 2.2: DONTNEED, 2.3: DONTNEED, 2.4: REQUIRED to 2.2: DONTNEED, 2.3: DONTNEED, 2.4: DONE
ruby_2_4 r59514 merged revision(s) 58810,58894.
Actions
Like0Like0Like0Like0Like0