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
Adds toString() to filter factories and predicate factories. #785
Conversation
|
LGTM so far |
This allows for easier debugging and visibility into configuration. Predicates needed custom implementations of and() or() and not() so that toString() could function. fixes gh-784
24ca702
to
f405080
Compare
|
|
|
@ryanjbaxter are you sure you read all of the changes? ;-) |
|
@spencergibb with a fine tooth comb!!! Think this is one of those PRs where I am going to have to trust you ;) But I do like the output! |
|
The first commit has the meat. The rest is updating all filters and predicates to add |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other than those 2 comments I got nothing else! 👍
This allows for easier debugging and visibility into configuration.
Predicates needed custom implementations of and() or() and not() so
that toString() could function.
fixes gh-784