Skip to content

Conversation

KristofferC
Copy link
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