[#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:100021] [Ruby master Bug#17172] Passing a complex number to Complex.polar occurs assertion failed when NDEBUG is undefined
From:
muraken@...
Date:
2020-09-16 04:31:49 UTC
List:
ruby-core #100021
Issue #17172 has been updated by mrkn (Kenta Murata). A patch is https://github.com/ruby/ruby/pull/3551. ---------------------------------------- Bug #17172: Passing a complex number to Complex.polar occurs assertion failed when NDEBUG is undefined https://bugs.ruby-lang.org/issues/17172#change-87574 * Author: mrkn (Kenta Murata) * Status: Open * Priority: Normal * Assignee: mrkn (Kenta Murata) * ruby -v: ruby 3.0.0dev (2020-09-15T22:45:01Z fix_complex_polar 344304c89f) [x86_64-linux] * Backport: 2.5: UNKNOWN, 2.6: UNKNOWN, 2.7: UNKNOWN ---------------------------------------- ``` $ build-debug/ruby -e "p Complex.polar(1, Complex(1, 0))" Assertion Failed: ../complex.c:637:f_complex_polar:!RB_TYPE_P(y, T_COMPLEX) ruby 3.0.0dev (2020-09-15T22:45:01Z fix_complex_polar 344304c89f) [x86_64-linux] ``` -- https://bugs.ruby-lang.org/ Unsubscribe: <mailto:[email protected]?subject=unsubscribe> <http://lists.ruby-lang.org/cgi-bin/mailman/options/ruby-core>