Update TOML Parser to 1.1.0 specification - #20
Conversation
- trailing commas in array and inline table declarations are explicitly allowed - inline tables can span multiple lines
False alarm - the problem was in the cargo project parser from NetBeans. That had recursively added the current directory. The TOML parser was just the tip of the stack, that was visible in the traces. |
vieiro
commented
Jan 5, 2026
Hi @matthiasblaesing , |
matthiasblaesing
commented
Jan 5, 2026
@vieiro no problem. The failing run was caused by junit version upgrades, that are not JDK 11 compatible (I ran with JDK 21 ...). I updated in place and changed updates for junit to 5.14.1 which built/tested successfully for me on JDK 11. |
vieiro
commented
Jan 13, 2026
Hi @matthiasblaesing . I'll be very busy during the following two weeks, so this will take some time. Please ping me here if this is urgent. |
matthiasblaesing
commented
Jan 13, 2026
@vieiro no worries! There is no rush. |
vieiro
left a comment
There was a problem hiding this comment.
Hi @matthiasblaesing .
Thanks for updating to TOML v 1.1 and apologies for the delay.
The changes look correct to me.
I'll bump the version in subsequent commits, and then publish the updated version.
Uh oh!
There was an error while loading. Please reload this page.
String#isBlankis used)