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

Fix a type instability in a few error paths that result in the parsed… #188

Merged
merged 1 commit into from
Dec 20, 2023

Conversation

quinnj
Copy link
Member

@quinnj quinnj commented Dec 20, 2023

…igits

return type being unstable when an apply function is passed. Made a new helper with a detailed comment explaining the type instability + rules to follow to hopefully avoid these issues in the future.

…igits

return type being unstable when an apply function is passed. Made a new helper
with a detailed comment explaining the type instability + rules to follow to
hopefully avoid these issues in the future.
Copy link

codecov bot commented Dec 20, 2023

Codecov Report

Attention: 3 lines in your changes are missing coverage. Please review.

Comparison is base (3380022) 88.41% compared to head (f75531e) 88.41%.

Files Patch % Lines
src/floats.jl 76.92% 3 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #188   +/-   ##
=======================================
  Coverage   88.41%   88.41%           
=======================================
  Files          10       10           
  Lines        1890     1891    +1     
=======================================
+ Hits         1671     1672    +1     
  Misses        219      219           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@quinnj quinnj merged commit 6e12d5f into main Dec 20, 2023
12 of 13 checks passed
@quinnj quinnj deleted the jq-type-stability branch December 20, 2023 22:53
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.

1 participant