-
-
Notifications
You must be signed in to change notification settings - Fork 547
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: BurntSushi/toml
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.5.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: BurntSushi/toml
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.6.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 13 commits
- 671 files changed
- 3 contributors
Commits on Apr 3, 2025
-
decode: mark nested fields as decoded as well (#440)
This commit is a small followup for PR#426 to handle another case with the custom unmarshal. This was found in a complex TOML based image customization "blueprint".
Configuration menu - View commit details
-
Copy full SHA for 3d3abc2 - Browse repository at this point
Copy the full SHA 3d3abc2View commit details
Commits on Apr 15, 2025
-
Encode large floats as exponent syntax (#441)
Otherwise round-tripping something like 5e+22 won't work.
Configuration menu - View commit details
-
Copy full SHA for 10fb0a6 - Browse repository at this point
Copy the full SHA 10fb0a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f225e86 - Browse repository at this point
Copy the full SHA f225e86View commit details
Commits on Apr 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 1121f81 - Browse repository at this point
Copy the full SHA 1121f81View commit details
Commits on Apr 19, 2025
-
lexNumberOrDateStart() is only called from lexValue() on isDigit(r), so !isDigit(r) in there can never happen.
Configuration menu - View commit details
-
Copy full SHA for c8ca9e6 - Browse repository at this point
Copy the full SHA c8ca9e6View commit details -
Remove unreachable condition in lexTableNameStart
It has lx.skip(isWhitespace), so the isWhitespace(r) can never be true.
Configuration menu - View commit details
-
Copy full SHA for 6011ef0 - Browse repository at this point
Copy the full SHA 6011ef0View commit details -
Add some boring tests for lex.go
This doesn't really need tests IMO, but easy enough to write. The end goal is to have 100% test coverage at least for lex.go and parse.go, which is helpful for finding new test cases for toml-test.
Configuration menu - View commit details
-
Copy full SHA for b535ff8 - Browse repository at this point
Copy the full SHA b535ff8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a473c12 - Browse repository at this point
Copy the full SHA a473c12View commit details -
Never referenced; not sure what it was used for in the past, but it's no longer.
Configuration menu - View commit details
-
Copy full SHA for 4b439bf - Browse repository at this point
Copy the full SHA 4b439bfView commit details
Commits on Jun 6, 2025
-
Ensure constant format strings in wf calls
Fixes: ./encode.go:231:11: non-constant format string in call to (*github.com/BurntSushi/toml.Encoder).wf ./encode.go:233:11: non-constant format string in call to (*github.com/BurntSushi/toml.Encoder).wf ./encode.go:282:10: non-constant format string in call to (*github.com/BurntSushi/toml.Encoder).wf ./encode.go:284:10: non-constant format string in call to (*github.com/BurntSushi/toml.Encoder).wf ./encode.go:286:10: non-constant format string in call to (*github.com/BurntSushi/toml.Encoder).wf ./encode.go:300:11: non-constant format string in call to (*github.com/BurntSushi/toml.Encoder).wf ./encode.go:315:11: non-constant format string in call to (*github.com/BurntSushi/toml.Encoder).wf Fixes #445
Configuration menu - View commit details
-
Copy full SHA for 011fa2b - Browse repository at this point
Copy the full SHA 011fa2bView commit details
Commits on Dec 16, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 6b16cbd - Browse repository at this point
Copy the full SHA 6b16cbdView commit details -
Configuration menu - View commit details
-
Copy full SHA for e954445 - Browse repository at this point
Copy the full SHA e954445View commit details
Commits on Dec 18, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 5253492 - Browse repository at this point
Copy the full SHA 5253492View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.5.0...v1.6.0