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

TOML: Make Dates a type parameter #55017

Merged
merged 3 commits into from
Jul 25, 2024

Commits on Jul 3, 2024

  1. TOML: Make Dates a type parameter

    This allows the `Dates` calls to be statically inferred
    topolarity committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    d2b1557 View commit details
    Browse the repository at this point in the history
  2. TOML: Make TOML.Parser() use Dates by default

    This change also adds back the `.Dates` field, which negates the type
    stability improvements for now but can be removed once we land a fix to
    Pkg to use the new internal constructor.
    topolarity committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    b4aee43 View commit details
    Browse the repository at this point in the history
  3. Add converting constructor for TOMLCache

    This is another backwards compatibility concession to Pkg, which we'll
    remove in the breaking follow-up PR.
    topolarity committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    842f332 View commit details
    Browse the repository at this point in the history