Some minor performance optimisations #56
build-and-test.yml
on: pull_request
build-and-test-linux
53s
build-and-test-windows
2m 32s
Annotations
10 warnings
build-and-test-linux
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build-and-test-linux
This construct causes code to be less generic than indicated by the type annotations. The type variable 'a has been constrained to be type ''T'.
|
build-and-test-linux
This construct causes code to be less generic than indicated by the type annotations. The type variable 'coordinate has been constrained to be type 'float'.
|
build-and-test-linux:
src/FSharpAux.Core/Dict.fs#L66
This construct causes code to be less generic than indicated by the type annotations. The type variable 'a has been constrained to be type ''T'.
|
build-and-test-linux:
src/FSharpAux.Core/KdTree.fs#L72
This construct causes code to be less generic than indicated by the type annotations. The type variable 'coordinate has been constrained to be type 'float'.
|
build-and-test-windows
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build-and-test-windows
This construct causes code to be less generic than indicated by the type annotations. The type variable 'a has been constrained to be type ''T'.
|
build-and-test-windows
This construct causes code to be less generic than indicated by the type annotations. The type variable 'coordinate has been constrained to be type 'float'.
|
build-and-test-windows:
src/FSharpAux.Core/Dict.fs#L66
This construct causes code to be less generic than indicated by the type annotations. The type variable 'a has been constrained to be type ''T'.
|
build-and-test-windows:
src/FSharpAux.Core/KdTree.fs#L72
This construct causes code to be less generic than indicated by the type annotations. The type variable 'coordinate has been constrained to be type 'float'.
|