You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jayvee should process blocks with multiple inputs.
Note that multiple outputs are already implemented, so for `ArchiveInterpreter` it should work out of the box. For multiple inputs, the execution logic in the interpreter needs to be modified. It is located in this method:
schlingling
changed the title
Note that multiple outputs are already implemented, so for ArchiveInterpreter it should work out of the box. For multiple inputs, the execution logic in the interpreter needs to be modified. It is located in this method:
Processing blocks with multiple Inputs
Feb 26, 2023
Jayvee should process blocks with multiple inputs.
jayvee/apps/interpreter/src/interpreter.ts
Lines 80 to 84 in fc9ffb8
After it has been implemented, the validation, that prevents multiple inputs, needs to be removed:
jayvee/libs/language-server/src/lib/validation/block-validator.ts
Lines 236 to 246 in fc9ffb8
Let me know whether you need help with the implementation, we can do a pair programming session if you want.
Originally posted by @felix-oq in #116 (comment)
The text was updated successfully, but these errors were encountered: