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

[FEA] Better input validation for params structs #535

Open
cjnolet opened this issue Dec 13, 2024 · 0 comments
Open

[FEA] Better input validation for params structs #535

cjnolet opened this issue Dec 13, 2024 · 0 comments
Labels
feature request New feature or request

Comments

@cjnolet
Copy link
Member

cjnolet commented Dec 13, 2024

Input validation is currently sparse and is causing pains for users downstream as they might not realize they are passing in a garbage value for a particular set of params. We should implement input validation for all of our params structs.

This will ideally be done at the C++ layer so it'll propagate to all the other languages automatically.

@cjnolet cjnolet added the feature request New feature or request label Dec 13, 2024
@cjnolet cjnolet moved this from In Progress to Todo in VS/ML/DM Primitives Release Board Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
Development

No branches or pull requests

1 participant