-
Notifications
You must be signed in to change notification settings - Fork 10
Make list comparison accept lists in documents and support matching networks #885
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
Conversation
# Conflicts: # CHANGELOG.md
|
@ppcad Thank you for the PR! I think it would be more suitable to have a dedicated processor for this kind of functionality, which might/should extend the Advantages:
What do you think? |
Yes, it may be better extract this functionality into a dedicated processor. Do you think that the new processor should inherit from list comparison or should it be a separate processor? |
|
I think inheriting from list comparison makes sense! |
…k_comparison processor
# Conflicts: # CHANGELOG.md # tests/unit/processor/list_comparison/test_list_comparison.py
|
@mhoff could you please take a look now? |
mhoff
left a comment
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.
Hello @ppcad, many thanks for the proposed changes.
Please have a look at my comments. Typically the comments apply to both, the ng and non-ng, versions. Feel free to reply or reach out if there is anything to discuss!
mhoff
left a comment
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.
Many thanks, I did a second review pass with a few remarks
mhoff
left a comment
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.
Many thanks for the changes. I found one more small bit
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.
Thank you for the changes. The compose setup tests can be disregarded for now
No description provided.