TOML: print: handle mixed vector of dicts and non-dicts#47876
TOML: print: handle mixed vector of dicts and non-dicts#47876KristofferC merged 4 commits intoJuliaLang:masterfrom
Conversation
|
All the tests added here pass for me (using Julia master). Ref JuliaLang/TOML.jl#40 |
|
So are you saying this was already fixed by JuliaLang/TOML.jl#40? |
|
At least to an extent. I don't know if this fixes some more issues than that, but the tests here are at least incomplete to show that. |
|
For me, the tests fail locally if I undo my change to |
|
I must have messed up something with the copy-pasting then, the first and last work now but the middle still fails on master. |
|
Thanks for the quick merge! Should I make the same PR to TOML.jl? |
|
Let's keep the development here. TOML.jl should probably be archived. |
(cherry picked from commit 4ff6288)
Fix #45340