[#99868] [Ruby master Bug#17144] Tempfile.open { ... } does not unlink the file — eregontp@...
Issue #17144 has been reported by Eregon (Benoit Daloze).
15 messages
2020/09/03
[ruby-core:99951] [Ruby master Bug#17149] Backport 3e02cd518fbe4d91c2aca7fbc3c5aafa387d3cb7
From:
nagachika00@...
Date:
2020-09-06 02:06:03 UTC
List:
ruby-core #99951
Issue #17149 has been updated by nagachika (Tomoyuki Chikanaga). Backport changed from 2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: REQUIRED to 2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: DONE ruby_2_7 3fef159f81fad6ffb9af5b60f4c8ec867fdb2391 merged revision(s) 3e02cd518fbe4d91c2aca7fbc3c5aafa387d3cb7. ---------------------------------------- Bug #17149: Backport 3e02cd518fbe4d91c2aca7fbc3c5aafa387d3cb7 https://bugs.ruby-lang.org/issues/17149#change-87493 * Author: nguyenquangminh0711 (Minh Nguyen) * Status: Closed * Priority: Normal * Backport: 2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: DONE ---------------------------------------- Since Ruby 2.7.x, builtin methods don't trigger return events in Tracepoint. This issue breaks other debuggers which depend heavily on Tracepoint to perform step calculation (aka Byebug - https://github.com/deivid-rodriguez/byebug/issues/719 and https://github.com/deivid-rodriguez/byebug/issues/715). Fortunately, this bug is fixed in https://github.com/ruby/ruby/commit/3e02cd518fbe4d91c2aca7fbc3c5aafa387d3cb7. However, it's still in Ruby trunk, and Ruby trunk has just been bumped to version 3.0.0, waiting for next big release. So, I would like to request to backport this bug fix back to Ruby 2.7. -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:[email protected]?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>