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

add propertynames for PosLen #121

Merged
merged 1 commit into from
Jun 15, 2022

Conversation

KristofferC
Copy link
Contributor

this allows tab completion

julia> p = Parsers.PosLen(1, 1, false, false);

julia> p.<TAB>
escapedvalue  len           missingvalue  pos

this allows tab completion
@codecov
Copy link

codecov bot commented Jun 15, 2022

Codecov Report

Merging #121 (fd8e7f9) into main (b1da070) will decrease coverage by 0.03%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             main     #121      +/-   ##
==========================================
- Coverage   87.70%   87.66%   -0.04%     
==========================================
  Files           9        9              
  Lines        2309     2310       +1     
==========================================
  Hits         2025     2025              
- Misses        284      285       +1     
Impacted Files Coverage Δ
src/utils.jl 90.35% <0.00%> (-0.47%) ⬇️

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 b1da070...fd8e7f9. Read the comment docs.

Copy link
Collaborator

@nickrobinson251 nickrobinson251 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@nickrobinson251 nickrobinson251 merged commit 237e9fb into JuliaData:main Jun 15, 2022
@KristofferC KristofferC deleted the kc/poslen_property branch June 15, 2022 13:46
@quinnj
Copy link
Member

quinnj commented Jun 15, 2022

Good catch!

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

3 participants