dspatch icon indicating copy to clipboard operation
dspatch copied to clipboard

Error processing mechanism and automatically Type/Format negotiation

Open vacing opened this issue 5 years ago • 4 comments

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

vacing avatar May 22 '20 03:05 vacing

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?

MarcusTomlinson avatar May 22 '20 03:05 MarcusTomlinson

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.

vacing avatar May 22 '20 04:05 vacing

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.

MarcusTomlinson avatar May 22 '20 04:05 MarcusTomlinson

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.

vacing avatar May 22 '20 05:05 vacing