Skip to content

stdlib: Move TOML serializer to Base#61210

Merged
topolarity merged 1 commit intoJuliaLang:masterfrom
topolarity:ct/move-toml-parser
Mar 5, 2026
Merged

stdlib: Move TOML serializer to Base#61210
topolarity merged 1 commit intoJuliaLang:masterfrom
topolarity:ct/move-toml-parser

Conversation

@topolarity
Copy link
Copy Markdown
Member

In preparation for a change to the Preferences format in pkgimages.

@topolarity topolarity added the backport 1.13 Change should be backported to release-1.13 label Mar 3, 2026
@topolarity topolarity force-pushed the ct/move-toml-parser branch from 6ae4c6e to 5d17c5e Compare March 3, 2026 17:34
We already have a de-serializer in Base, so it makes sense to keep the
serializer around as well esp. since it's not very complicated. This
will allow us to use TOML serialization as part of our pkgimage creation
(particularly for Preferences).
@topolarity topolarity force-pushed the ct/move-toml-parser branch from 5d17c5e to 0b8ed7f Compare March 4, 2026 19:20
@topolarity topolarity merged commit 48b77fd into JuliaLang:master Mar 5, 2026
8 checks passed
KristofferC pushed a commit that referenced this pull request Mar 12, 2026
In preparation for a change to the `Preferences` format in pkgimages.

(cherry picked from commit 48b77fd)
@KristofferC KristofferC removed the backport 1.13 Change should be backported to release-1.13 label Mar 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

stdlib Julia's standard library TOML

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants