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

Replaced vendored toml with tomli #5678

Merged
merged 9 commits into from
May 20, 2023
Merged

Replaced vendored toml with tomli #5678

merged 9 commits into from
May 20, 2023

Commits on May 7, 2023

  1. Fix toml imports

    Add a compat layer for using tomllib from STL
    which allows us to drop vendored toml library.
    oz123 committed May 7, 2023
    Configuration menu
    Copy the full SHA
    dac37db View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    362e311 View commit details
    Browse the repository at this point in the history
  3. Drop vendored toml

    oz123 committed May 7, 2023
    Configuration menu
    Copy the full SHA
    e8bb519 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c6fbeda View commit details
    Browse the repository at this point in the history
  5. Fix import order

    oz123 committed May 7, 2023
    Configuration menu
    Copy the full SHA
    c09ff3b View commit details
    Browse the repository at this point in the history
  6. Restore imports from vendor

    oz123 committed May 7, 2023
    Configuration menu
    Copy the full SHA
    d0cbaa7 View commit details
    Browse the repository at this point in the history
  7. Add tomli to our vendor lib

    oz123 committed May 7, 2023
    Configuration menu
    Copy the full SHA
    9376a18 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d2638f9 View commit details
    Browse the repository at this point in the history
  9. Add news snippet.

    oz123 committed May 7, 2023
    Configuration menu
    Copy the full SHA
    0bf38ee View commit details
    Browse the repository at this point in the history