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

Ensure splitDateFormat() does not try to look for more bytes when we are at EOF #69

Conversation

OwenTuz
Copy link
Contributor

@OwenTuz OwenTuz commented Sep 30, 2020

Fixes Terraform bug hashicorp/terraform#26356
I haven't raised a corresponding issue here, it just seemed like duplication of effort - hope that's ok.

It's end of day here and I'm AFK tomorrow so if there are any issues or changes requested I will be able to look on Friday.

@codecov
Copy link

codecov bot commented Sep 30, 2020

Codecov Report

Merging #69 into master will increase coverage by 0.04%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #69      +/-   ##
==========================================
+ Coverage   70.05%   70.09%   +0.04%     
==========================================
  Files          79       79              
  Lines        6531     6534       +3     
==========================================
+ Hits         4575     4580       +5     
+ Misses       1515     1514       -1     
+ Partials      441      440       -1     
Impacted Files Coverage Δ
cty/function/stdlib/datetime.go 74.31% <100.00%> (+1.28%) ⬆️

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 36785d4...ba86fac. Read the comment docs.

@apparentlymart
Copy link
Collaborator

Thanks @OwenTuz! This makes sense to me and I'm going to merge it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants