-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Some things that should be tested
- try to compile script after loading, so the user gets immediate feedback about script errors (and not only when they create a DynGen instance). If compilation fails we bail out instead of trying to update potentially lots of existing DynGen instances with an erroneous script (which would lead to lots of duplicate error messages). [i.e. the old existing script gets continued instead of replacing it with a faulty one]
bufReadandbufWriteshould not map out-of-bound channel to channel 0; insteadbufReadreturns 0.0 andbufWritesimply does nothing.inandoutshould not map out-of-bound channel to channel 0; insteadin(chan)returns 0.0 and assigning toout(chan)does nothing.
Originally posted by @capital-G in #81 (comment)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request