nevalang / neva

🌊 Flow-based programming language with static types and implicit parallelism. Compiles to native code and Go
https://nevalang.org
MIT License
85 stars 7 forks source link

Force Outport Operator #645

Closed dorian3343 closed 1 month ago

dorian3343 commented 1 month ago

Create an operator that would force an Outport to be used.

This would prevent misusing component's and prevent Error's not being handled. We could implement else for match l and Fatal Errors like this.

emil14 commented 1 month ago

@dorian3343 did you see #582 ?

emil14 commented 1 month ago

Please look at that issue, if these are duplicates let's close this one and continue there

dorian3343 commented 1 month ago

Didn't see that issue, closing