issues
search
filecoin-project
/
orient
↻Observe-Orient-Decide-Act↩
MIT License
18
stars
6
forks
source link
Improve error handling.
#67
Closed
porcuquine
closed
4 years ago
porcuquine
commented
4 years ago
Be more permissive when accepting
extern
input from scripts: all input need not be repeated, but any inconsistent output will be pruned.
Wrap any reduction error encountered into
pipeline-reduction-error
, and report it with context of transformation and its input values.
extern
input from scripts: all input need not be repeated, but any inconsistent output will be pruned.pipeline-reduction-error
, and report it with context of transformation and its input values.