Prior to this commit, string values that would exceed the f64 bounds would return f64::INFINITY. This leaks a type into the VRL scripts that could cause a panic without support to check for the value.
Fixes #1107
Summary
Change Type
[x] Bug fix
[ ] New feature
[ ] Non-functional (chore, refactoring, docs)
[ ] Performance
Is this a breaking change?
[x] Yes
[ ] No
How did you test this PR?
Does this PR include user facing changes?
[x] Yes. Please add a changelog fragment based on
our guidelines.
[ ] No. A maintainer will apply the "no-changelog" label to this PR.
Prior to this commit, string values that would exceed the f64 bounds would return
f64::INFINITY
. This leaks a type into the VRL scripts that could cause a panic without support to check for the value.Fixes #1107
Summary
Change Type
Is this a breaking change?
How did you test this PR?
Does this PR include user facing changes?
Checklist
dd-rust-license-tool write
and commit the changes. More details here.References