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

1295 refactor proof evaluation pipeline #1297

Merged
merged 5 commits into from
Mar 31, 2015

Conversation

eugenk
Copy link
Member

@eugenk eugenk commented Mar 31, 2015

This shall fix #1295. Other than the previous pull requests, this one is actually based on staging.

The new ConcurrentEvaluator is only used for Ontology parsing. It has
all the functionality that the BaseEvaluator had before. The new
BaseEvaluator, however, is the base class for the ProveEvaluator and
does not contain any concurrency handling which renders the concurrency
reladed methods in the ProveEvaluator needless.
Renaming the classes will be done in another commit.
@tillmo
Copy link
Member

tillmo commented Mar 31, 2015

👍

eugenk added a commit that referenced this pull request Mar 31, 2015
…pipeline

1295 refactor proof evaluation pipeline
@eugenk eugenk merged commit 46b813f into staging Mar 31, 2015
@eugenk eugenk deleted the 1295-refactor_proof_evaluation_pipeline branch March 31, 2015 16:35
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.

Refactor proof evaluation pipeline
2 participants