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

Feature/propagate node #343

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

skyrich62
Copy link

While creating a parse tree, it would be nice to propagate the current node to the user's control methods, (e.g. start, success, failure).

This way the user has additional control over handling the nodes of the tree.

@codecov-commenter
Copy link

codecov-commenter commented Apr 11, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (dffdff0) 99.69% compared to head (2a3a3ea) 99.69%.

❗ Current head 2a3a3ea differs from pull request most recent head fd8f999. Consider uploading reports for the commit fd8f999 to get more accurate results

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #343   +/-   ##
=======================================
  Coverage   99.69%   99.69%           
=======================================
  Files         259      259           
  Lines        5202     5205    +3     
=======================================
+ Hits         5186     5189    +3     
  Misses         16       16           
Impacted Files Coverage Δ
include/tao/pegtl/contrib/parse_tree.hpp 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

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

Successfully merging this pull request may close these issues.

None yet

3 participants