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

Add input/output type validation on filters #48

Closed
k94ll13nn3 opened this issue Nov 6, 2017 · 1 comment
Closed

Add input/output type validation on filters #48

k94ll13nn3 opened this issue Nov 6, 2017 · 1 comment

Comments

@k94ll13nn3
Copy link
Owner

Add a way of validating input and ouput type on filter

  • Add InputType and OutputType properties to IFilter
  • Create a ITypedFilter interface with InputType and OutputType properties
  • Use generics
  • ...

When validating, the input type of a filter must be the same as the ouput type of the preceding filter/tag.

Use object as universal type.

Add a way of opting out of this.

@k94ll13nn3
Copy link
Owner Author

Closing for now, might not be done.
Will be kept in #39.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant