Fix issue #637 (crash when using append
on an empty tensor)
#413
Annotations
23 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: styfle/[email protected], actions/checkout@v2, actions/cache@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: styfle/[email protected], actions/checkout@v2, actions/cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Run Arraymancer tests:
src/arraymancer/laser/tensor/datatypes.nim#L80
A custom '=destroy' hook which takes a 'var T' parameter is deprecated; it should take a 'T' parameter [Deprecated]
|
Run Arraymancer tests:
src/arraymancer/tensor/ufunc.nim#L18
imported and not used: 'complex' [UnusedImport]
|
Run Arraymancer tests:
src/arraymancer/tensor/operators_blas_l1.nim#L20
imported and not used: 'complex' [UnusedImport]
|
Run Arraymancer tests:
src/arraymancer/laser/primitives/matrix_multiplication/gemm.nim#L12
imported and not used: 'datatypes' [UnusedImport]
|
Run Arraymancer tests:
src/arraymancer/laser/tensor/datatypes.nim#L86
`=destroy`(storage.raw_buffer) can raise an unlisted exception: Exception [Effect]
|
Run Arraymancer tests:
src/arraymancer/laser/primitives/matrix_multiplication/gemm_tiling.nim#L321
A custom '=destroy' hook which takes a 'var T' parameter is deprecated; it should take a 'T' parameter [Deprecated]
|
Run Arraymancer tests:
tests/tensor/test_complex.nim#L16
imported and not used: 'math' [UnusedImport]
|
Run Arraymancer tests:
src/arraymancer/laser/tensor/datatypes.nim#L86
`=destroy`(storage.raw_buffer) can raise an unlisted exception: Exception [Effect]
|
Run Arraymancer tests:
tests/tensor/test_shapeshifting.nim#L46
This proc cannot be reimplemented in a backward compatible way.; toRawSeq is deprecated [Deprecated]
|
Run Arraymancer tests:
tests/tensor/test_einsum_failed.nim#L1
imported and not used: 'arraymancer' [UnusedImport]
|
Run Arraymancer tests with ORC
`gc:option` is deprecated; use `mm:option` instead [Deprecated]
|
Run Arraymancer tests with ORC:
src/arraymancer/laser/tensor/datatypes.nim#L80
A custom '=destroy' hook which takes a 'var T' parameter is deprecated; it should take a 'T' parameter [Deprecated]
|
Run Arraymancer tests with ORC:
src/arraymancer/tensor/ufunc.nim#L18
imported and not used: 'complex' [UnusedImport]
|
Run Arraymancer tests with ORC:
src/arraymancer/tensor/operators_blas_l1.nim#L20
imported and not used: 'complex' [UnusedImport]
|
Run Arraymancer tests with ORC:
src/arraymancer/laser/primitives/matrix_multiplication/gemm.nim#L12
imported and not used: 'datatypes' [UnusedImport]
|
Run Arraymancer tests with ORC:
src/arraymancer/laser/tensor/datatypes.nim#L86
`=destroy`(storage.raw_buffer) can raise an unlisted exception: Exception [Effect]
|
Run Arraymancer tests with ORC:
src/arraymancer/laser/primitives/matrix_multiplication/gemm_tiling.nim#L321
A custom '=destroy' hook which takes a 'var T' parameter is deprecated; it should take a 'T' parameter [Deprecated]
|
Run Arraymancer tests with ORC:
tests/tensor/test_complex.nim#L16
imported and not used: 'math' [UnusedImport]
|
Run Arraymancer tests with ORC:
src/arraymancer/laser/tensor/datatypes.nim#L86
`=destroy`(storage.raw_buffer) can raise an unlisted exception: Exception [Effect]
|
Run Arraymancer tests with ORC:
tests/tensor/test_shapeshifting.nim#L46
This proc cannot be reimplemented in a backward compatible way.; toRawSeq is deprecated [Deprecated]
|
Get branch name
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Loading