-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
TOML: print: handle mixed vector of dicts and non-dicts #47876
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