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

ci: Add CI with Travis and AppVeyor #2

Merged
merged 5 commits into from
Jan 18, 2018
Merged

ci: Add CI with Travis and AppVeyor #2

merged 5 commits into from
Jan 18, 2018

Conversation

jan-auer
Copy link
Member

Don't remember which steps were needed to activate the project in AppVeyor, though.

@jan-auer jan-auer self-assigned this Jan 17, 2018
@jan-auer jan-auer requested a review from mitsuhiko January 17, 2018 19:02
mitsuhiko
mitsuhiko previously approved these changes Jan 17, 2018
@jan-auer jan-auer merged commit f48325c into master Jan 18, 2018
@jan-auer jan-auer deleted the ci branch May 4, 2018 21:23
untitaker pushed a commit that referenced this pull request Nov 15, 2018
This adds a level of indirection to the value processing.  Now the derived processor
code lives in `process_child_values` which is invoked by the `Processor` trait for
each method.  This means that `process_value` now calls into `Processor::process_X`
which in turn calls into `process_child_values`.

The benefit of this is that state can now be modified before the processor walks
down.  This is useful for trimming operations and the like.
jjbayer added a commit that referenced this pull request Oct 14, 2022
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.

2 participants