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

Error processing mechanism and automatically Type/Format negotiation #24

Open
vacing opened this issue May 22, 2020 · 4 comments
Open

Comments

@vacing
Copy link

vacing commented May 22, 2020

Do you have any plan for Error processing mechanism and automatically Type/Format negotiation between components?

@MarcusTomlinson
Copy link
Member

MarcusTomlinson commented May 22, 2020

What kind(s) of error(s) are you hoping to handle?

No plans at this point to implement any type negotiation between components, no. It’s up to the component designer to define which input types their component can handle. When it comes to output types, what do you do when a single output is connected to multiple components? Which of them do you negotiate with?

@vacing
Copy link
Author

vacing commented May 22, 2020

What kind(s) of error(s) are you hoping to handle?

I mean the errors happened during node process. Is it possible to notify the caller of the Circuit such errors.

@MarcusTomlinson
Copy link
Member

I mean the errors happened during node process. Is it possible to notify the caller of the Circuit such errors.

Not currently no. I don’t have any plans to add such functionality. You’re welcome to propose something if you like.

@vacing
Copy link
Author

vacing commented May 22, 2020

I mean the errors happened during node process. Is it possible to notify the caller of the Circuit such errors.

Not currently no. I don’t have any plans to add such functionality. You’re welcome to propose something if you like.

Yeah, I want to, but I don't have any good idea now.
Maybe latter when had a in-depth understanding.

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

2 participants