Right now a SubRun is considered to have 'failed' when the result contains less items than the input list. This makes it impossible to use the subrun for smart/complex filtering of a list.
Initially it seemed like a good idea to keep lists at the same length, especially when performing operations on lists. However, allowing this filtering will increase the expressiveness of our DSLs.
Right now a SubRun is considered to have 'failed' when the result contains less items than the input list. This makes it impossible to use the subrun for smart/complex filtering of a list.
Initially it seemed like a good idea to keep lists at the same length, especially when performing operations on lists. However, allowing this filtering will increase the expressiveness of our DSLs.