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

update TOML from upstream library #47448

Merged
merged 2 commits into from
Nov 7, 2022
Merged

update TOML from upstream library #47448

merged 2 commits into from
Nov 7, 2022

Conversation

KristofferC
Copy link
Sponsor Member

Parts of the TOML library is split between Base and the stdlib because the parser is needed in Base for package loading. Development typically tends to happen in https://github.com/JuliaLang/TOML.jl though. As @DilumAluthge have suggested, we should probably archive the external repo and make all TOML work in the Julia repo since splitting the development into two places is error prone.

The main thing this PR does is to change the testing from checking in the test files to using an external repo to download the test files from. This significantly reduces the number of test files we ship with Julia. There are also some small bug fixes in there.

Closes #46454

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TOML: using to_toml option may produce incorrect TOML
1 participant