TOML migration issue #5147
Answered
by
WeiqunZhang
BenWibking
asked this question in
Q&A
|
I ran into an issue when updating all of our input files to be TOML-conformant (following #4950). For existing arrays, I switched them to use However, this causes a crash with What is the right fix for this case? cc @WeiqunZhang |
Answered by
WeiqunZhang
Mar 9, 2026
Replies: 1 comment 1 reply
|
We could add support for TOML arrays in that get function. |
1 reply
Answer selected by
BenWibking
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We could add support for TOML arrays in that get function.