InsightSoftwareConsortium / InsightSoftwareConsortium/ITK-Wasm
Throw an error when parsed interface json contains OUTPUT_* parameters
Open
- Dominant language
- Python
- Stars
- 235
- Forks
- 61
- Avg merge
- 4d 19h
- Merged PRs (30d)
- 4
Description
`OUTPUT_*` options should be positional outputs and not parameters passed with `-` or `--` flags. This is to support idiomatic wrapping in Python where outputs usually only single values or tuples.
Throw an error when detected in `wasmBinaryInterfaceJson.js` and explain the constraint.
Contributor guide
Assessment
This issue has not been assessed yet.