-
Notifications
You must be signed in to change notification settings - Fork 3
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 1.1.0 #1
Draft
filmor
wants to merge
18
commits into
main
Choose a base branch
from
toml-110
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
TOML 1.1.0 #1
Conversation
This file contains 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
Owner
filmor
commented
Jun 6, 2023
- Adjust a bit of documentation
- Squashed 'test/toml-test/' changes from 4f6d383..a7a3c57
- Support unicode bare keys
- Make seconds optional
a7a3c57 Fix links attempt 2 b93088d Fix links 9a4eff2 Add -list-files flag, test/files-toml-$version 01cfece Merge pull request #133 from iitalics/array-string-with-comma-2 e1cae80 Add test for multiline strings with commas inside arrays 261966e And with dotted keys 515fc36 Also test unicode in table context 5313515 Add tests for Unicode in bare keys cfae6d3 Remove 0.5.0 and 0.4.0 versions 6a2f5f5 invalid-encoder tests no longer exist 141fc05 Merge pull request #132 from jorisvr/joris_tests_20230119 4e86198 Clarify test case slightly 71b47fb Add invalid/encoding/bad-codepoint aa2d0b1 Add invalid tests for "Inf" and "NaN" 86a0058 Add invalid/inline-table/bad-key-syntax dffea19 Add invalid/table/duplicate-key-dotted-array eda2c5b Add invalid/table/append-to-array-with-dotted-keys 22f5d22 Add invalid/inline-table/dotted-key-conflict 0890a27 Add invalid/inline-table/nested_key_conflict 1e40ab8 Add valid/comment/nonascii.toml e6ea17c Add valid/string/quoted-unicode f4837b6 Add valid/key/quoted-unicode fd313e8 Add valid/table/empty-name.toml 773529f Add valid/key/dotted-empty 66a298d Add valid/table/array-within-dotted 0c95bf8 Add valid/table/array-implicit-and-explicit-after d1360d4 Merge branch 'spec-gen-json' 932693d Merge pull request #131 from epage/spec 16332d1 Merge gen-multi.py and gen-spec.py to gen.py b613c6f Build decoder once 3b92c71 Also generate the JSON file 5e0df18 Generate tests from spec document 6087694 Add test for multiline tables 102e04e Add explicit test for subtables 481fde8 Add test for \x.. escapes 94bb130 Add test for times without seconds 43a755f Update README 82f3228 Merge pull request #127 from ndtoan96/master efb785b Add tests for invalid UTF-8 in more string types 2aac3f4 Add testcases for tab character in string dfd36b6 Add test case for mixed array where the first element is an inline table 069135d Add a few more tests 1197108 Update toml lib, default Version to 1.0.0 if empty 83dd957 Better check for test directory not existing 86317a3 Add test forbidding extending tables within static arrays (#116) 288e638 Fix build on Go <1.18 10cdc99 Support toml-test -VV to support printing detailed build info 73b0476 Support NO_COLOR; some usage tweaks e908fc3 Add -toml flag to specify the version fd6b183 Use 256-color rather than true-color 983c1a5 Merge pull request #110 from MrGreenTea/master 05101b6 add more invalid boolean values git-subtree-dir: test/toml-test git-subtree-split: a7a3c5745a209e1e2573d63bbd482d08a7362986
d5038b1 Fix #135 git-subtree-dir: test/toml-test git-subtree-split: d5038b1afec15e3f2a056b04e4c4b5feecbee758
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.