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

Fix of * .. non-number Range scenarios #5377

Closed
wants to merge 2 commits into from

Commits on Sep 10, 2023

  1. The whatever-star is always inferred to mean +/- Inf in Range

    constructions, therefore it makes sense to infer the same rules for
    it as for Inf itself. Since modifying the type constraint changed
    the order of the resolution of 10 .. ^20 (might be a bug in itself),
    I rather made a coercion to Real in the function body.
    Polgár Márton committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    d34ec64 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Simplifying conversion

    Polgár Márton committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    9f8065f View commit details
    Browse the repository at this point in the history