-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(runPipelineNode): unmounting overlapping paths
If multiple paths are mounted such that one is a parent of the other, then you may encounter the following exceptions: ``` Rejected promise returned by test. Reason: ErrnoError { code: 'EINVAL', errno: 28, message: 'Invalid argument', } Rejected promise returned by test. Reason: ErrnoError { code: 'ENOENT', errno: 44, message: 'No such file or directory', } ``` This fix will determine paths that are safely unmountable, and only unmount each path once.
- Loading branch information
Showing
13 changed files
with
93 additions
and
6 deletions.
There are no files selected for viewing
Binary file modified
BIN
+120 KB
(100%)
...pare-images-wasi/itkwasm_compare_images_wasi/wasm_modules/compare-double-images.wasi.wasm
Binary file not shown.
Binary file modified
BIN
+106 KB
(100%)
...m-compare-images-wasi/itkwasm_compare_images_wasi/wasm_modules/vector-magnitude.wasi.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
...itkwasm-compress-stringify-emscripten/itkwasm_compress_stringify_emscripten/js_package.py
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file modified
BIN
+160 Bytes
(100%)
...-stringify-wasi/itkwasm_compress_stringify_wasi/wasm_modules/compress-stringify.wasi.wasm
Binary file not shown.
Binary file modified
BIN
+160 Bytes
(100%)
...ngify-wasi/itkwasm_compress_stringify_wasi/wasm_modules/parse-string-decompress.wasi.wasm
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
packages/dicom/python/itkwasm-dicom-emscripten/itkwasm_dicom_emscripten/js_package.py
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file modified
BIN
+46 Bytes
(100%)
...sm-dicom-wasi/itkwasm_dicom_wasi/wasm_modules/apply-presentation-state-to-image.wasi.wasm
Binary file not shown.
Binary file modified
BIN
+4.89 KB
(100%)
...itkwasm-dicom-wasi/itkwasm_dicom_wasi/wasm_modules/read-image-dicom-file-series.wasi.wasm
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
...wnsample/python/itkwasm-downsample-emscripten/itkwasm_downsample_emscripten/js_package.py
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
...ges/image-io/python/itkwasm-image-io-emscripten/itkwasm_image_io_emscripten/js_package.py
Large diffs are not rendered by default.
Oops, something went wrong.
2 changes: 1 addition & 1 deletion
2
packages/mesh-io/python/itkwasm-mesh-io-emscripten/itkwasm_mesh_io_emscripten/js_package.py
Large diffs are not rendered by default.
Oops, something went wrong.