Skip to content

seq: eliminate special handling of -0.0 #2870

Description

@jfinkels

The seq program contains a lot of code for representing and displaying floating point negative zero (-0.0f32, for example). It should be possible to eliminate some of this code once the minimum supported version of Rust reaches v1.52.0 or greater. See the comments in pull request #2698 for more information.

Pull request #2869 proposes increasing the minimum version to v1.54.0, so that would allow this change.

See rust-lang/rust#78618 for information on the relevant feature of Rust.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions