Update TOML Parser to 1.1.0 specification#20
Open
matthiasblaesing wants to merge 3 commits intovieiro:masterfrom
Open
Update TOML Parser to 1.1.0 specification#20matthiasblaesing wants to merge 3 commits intovieiro:masterfrom
matthiasblaesing wants to merge 3 commits intovieiro:masterfrom
Conversation
- trailing commas in array and inline table declarations are explicitly allowed - inline tables can span multiple lines
Author
|
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. |
Owner
|
Hi @matthiasblaesing , |
…nk is used => minimum JDK is 11)
17a5fee to
c5f0806
Compare
Author
|
@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. |
Owner
|
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. |
Author
|
@vieiro no worries! There is no rush. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
String#isBlankis used)