Skip to content
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

Support go 1.15 #434

Merged
merged 1 commit into from
Sep 11, 2020
Merged

Support go 1.15 #434

merged 1 commit into from
Sep 11, 2020

Conversation

pelletier
Copy link
Owner

@pelletier pelletier commented Sep 11, 2020

Fixes #428

For reference, I decided to remove the textual comparison of the error. This is unreliable between Go versions (as we saw in #428) as well as languages (#226).

If we really want precise checking of errors, we should have our own error types.

@codecov
Copy link

codecov bot commented Sep 11, 2020

Codecov Report

Merging #434 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #434   +/-   ##
=======================================
  Coverage   93.87%   93.87%           
=======================================
  Files          10       10           
  Lines        2434     2434           
=======================================
  Hits         2285     2285           
  Misses        108      108           
  Partials       41       41           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9f8f82d...ce6bf80. Read the comment docs.

@pelletier pelletier merged commit 196ce3a into master Sep 11, 2020
@pelletier pelletier deleted the go115 branch September 11, 2020 01:39
@pelletier pelletier added the bug Issues describing a bug in go-toml. label Sep 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Issues describing a bug in go-toml.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Go 1.15rc1 error format change in ParseDuration
1 participant