Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Un-deprecate default floating point Orderings; issue migration warning instead under -Xmigration #8721

Merged
merged 1 commit into from Feb 18, 2020

Commits on Feb 18, 2020

  1. Un-deprecate default floating point Orderings, and change to migration

    Fixes scala/bug#11844
    Ref scala/bug#10511
    Ref scala#6410
    Ref scala#76
    
    This change the deprecation of `DeprecatedDoubleOrdering` to a migration warning instead to avoid `List(1.0, -1.0).sorted` giving deprecation warning.
    
    This also provides some documentation on the ordering instances in Scaladoc.
    eed3si9n committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    4bda33d View commit details
    Browse the repository at this point in the history