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. |
|
Hi @matthiasblaesing , |
…nk is used => minimum JDK is 11)
17a5fee to
c5f0806
Compare
|
@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. |
|
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. |
|
@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.
String#isBlankis used)