Issue 606 fix (#607) #321
Annotations
22 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: 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/
|
|
src/arraymancer/laser/tensor/datatypes.nim#L74
A custom '=destroy' hook which takes a 'var T' parameter is deprecated; it should take a 'T' parameter [Deprecated]
|
src/arraymancer/tensor/ufunc.nim#L18
imported and not used: 'complex' [UnusedImport]
|
src/arraymancer/tensor/operators_blas_l1.nim#L20
imported and not used: 'complex' [UnusedImport]
|
src/arraymancer/laser/primitives/matrix_multiplication/gemm.nim#L12
imported and not used: 'datatypes' [UnusedImport]
|
src/arraymancer/tensor/operators_broadcasted.nim#L22
imported and not used: 'complex' [UnusedImport]
|
src/arraymancer/laser/tensor/datatypes.nim#L80
`=destroy`(storage.raw_buffer) can raise an unlisted exception: Exception [Effect]
|
src/arraymancer/linear_algebra/helpers/least_squares_lapack.nim#L8
imported and not used: 'sequninit' [UnusedImport]
|
src/arraymancer/linear_algebra/helpers/decomposition_lapack.nim#L9
imported and not used: 'sequninit' [UnusedImport]
|
src/arraymancer/linear_algebra/decomposition.nim#L7
imported and not used: 'sequninit' [UnusedImport]
|
src/arraymancer/laser/tensor/datatypes.nim#L74
A custom '=destroy' hook which takes a 'var T' parameter is deprecated; it should take a 'T' parameter [Deprecated]
|
src/arraymancer/tensor/ufunc.nim#L18
imported and not used: 'complex' [UnusedImport]
|
src/arraymancer/tensor/operators_blas_l1.nim#L20
imported and not used: 'complex' [UnusedImport]
|
src/arraymancer/laser/primitives/matrix_multiplication/gemm.nim#L12
imported and not used: 'datatypes' [UnusedImport]
|
src/arraymancer/tensor/operators_broadcasted.nim#L22
imported and not used: 'complex' [UnusedImport]
|
src/arraymancer/laser/tensor/datatypes.nim#L80
`=destroy`(storage.raw_buffer) can raise an unlisted exception: Exception [Effect]
|
src/arraymancer/linear_algebra/helpers/least_squares_lapack.nim#L8
imported and not used: 'sequninit' [UnusedImport]
|
src/arraymancer/linear_algebra/helpers/decomposition_lapack.nim#L9
imported and not used: 'sequninit' [UnusedImport]
|
src/arraymancer/linear_algebra/decomposition.nim#L7
imported and not used: 'sequninit' [UnusedImport]
|
src/arraymancer/linear_algebra/decomposition_rand.nim#L7
imported and not used: 'sequninit' [UnusedImport]
|
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/
|
The logs for this run have expired and are no longer available.
Loading