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(parser): attributes are not always propagated/populated #466

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ljmf00
Copy link
Contributor

@ljmf00 ljmf00 commented Sep 16, 2022

Co-authored-by: Eyal Lotem [email protected]
Signed-off-by: Luís Ferreira [email protected]


Adapted from weka@caac5e4 to upstream. CC @EyalIO .

Fixes #370 and somewhat related to #73.

@ljmf00
Copy link
Contributor Author

ljmf00 commented Sep 16, 2022

Still requires testing.

@codecov
Copy link

codecov bot commented Sep 17, 2022

Codecov Report

Merging #466 (b717b20) into master (19a8489) will increase coverage by 0.03%.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #466      +/-   ##
==========================================
+ Coverage   83.17%   83.20%   +0.03%     
==========================================
  Files          11       11              
  Lines        8338     8338              
==========================================
+ Hits         6935     6938       +3     
+ Misses       1403     1400       -3     
Impacted Files Coverage Δ
src/dparse/parser.d 91.39% <100.00%> (+0.08%) ⬆️

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 19a8489...b717b20. Read the comment docs.

@WebFreak001
Copy link
Member

we have the XPath based testing framework setup for this, I think that's the easiest way to test for an AST modification like this.

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.

Attributes broken?
2 participants