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

Pass data along in traversal #13

Merged
merged 4 commits into from Mar 20, 2018
Merged

Conversation

mailund
Copy link
Owner

@mailund mailund commented Mar 20, 2018

The easy parts are done...

A good step towards #11 but I still don't pass along information gathered during the traversal.
This is a step towards Issue #11, but I need a few more things to get it to work correctly.

 - [ ] Have a way to cancel further rewriting if the topdown callback decides so -- probably can be done with callCC
 - [ ] Have a way to provide sibling information to callbacks.
 - [ ] Possibly, have an `add_callback` as well...
@coveralls
Copy link

coveralls commented Mar 20, 2018

Pull Request Test Coverage Report for Build 14

  • 20 of 20 (100.0%) changed or added relevant lines in 3 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 100.0%

Totals Coverage Status
Change from base Build 9: 0.0%
Covered Lines: 66
Relevant Lines: 66

💛 - Coveralls

@codecov
Copy link

codecov bot commented Mar 20, 2018

Codecov Report

Merging #13 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #13   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           3      3           
  Lines          60     66    +6     
=====================================
+ Hits           60     66    +6
Impacted Files Coverage Δ
R/callbacks.R 100% <100%> (ø) ⬆️
R/transform-dsl.R 100% <100%> (ø) ⬆️
R/depth-first-transformation.R 100% <100%> (ø) ⬆️

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 83dd2e6...caf8881. Read the comment docs.

@mailund mailund merged commit 94f9323 into master Mar 20, 2018
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

2 participants