https://bugzilla.redhat.com/show_bug.cgi?id=2283682
Fabio Valentini <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected] |[email protected] CC| |[email protected] Flags| |fedora-review? Status|NEW |ASSIGNED --- Comment #7 from Fabio Valentini <[email protected]> --- - You can drop the patch, indexmap 2.5 is now available everywhere. - The tests don't use debug_asssert! (that would be pointless in tests), it loosks like the actual library code is wrong and makes incorrect assumptions about what operations panic for taking logarithms. Looking at the implementation of f64::log in the Rust standard library, it doesn't panic for negative numbers, it just return NaN instead: https://doc.rust-lang.org/stable/std/primitive.f64.html#method.log -- You are receiving this mail because: You are always notified about changes to this product and component You are on the CC list for the bug. https://bugzilla.redhat.com/show_bug.cgi?id=2283682 Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202283682%23c7 -- _______________________________________________ package-review mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://pagure.io/fedora-infrastructure/new_issue
