dspatch
dspatch copied to clipboard
Error processing mechanism and automatically Type/Format negotiation
Do you have any plan for Error processing mechanism and automatically Type/Format negotiation between components?
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?
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.
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.
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.