Merge pull request #24 from DragonFrai/feat/runtime-rework #208
Annotations
10 errors and 13 warnings
tests/benchs/FSharp.Control.Futures.Benchmarks/Fibonacci.fs#L4
The namespace 'Scheduling' is not defined.
|
src/FSharp.Control.Futures.Streams/Stream.fs#L149
The value, constructor, namespace or type 'create' is not defined.
|
src/FSharp.Control.Futures.Streams/Stream.fs#L164
The value, constructor, namespace or type 'create' is not defined.
|
src/FSharp.Control.Futures.Streams/Stream.fs#L195
The value, constructor, namespace or type 'create' is not defined.
|
src/FSharp.Control.Futures.Streams/Stream.fs#L250
The value, constructor, namespace or type 'create' is not defined.
|
src/FSharp.Control.Futures.Streams/Stream.fs#L356
The value, constructor, namespace or type 'create' is not defined.
|
src/FSharp.Control.Futures.Streams/Stream.fs#L380
The value, constructor, namespace or type 'create' is not defined.
|
src/FSharp.Control.Futures.Streams/Stream.fs#L439
The value, constructor, namespace or type 'create' is not defined.
|
src/FSharp.Control.Futures.Streams/Stream.fs#L459
The value, constructor, namespace or type 'create' is not defined.
|
src/FSharp.Control.Futures.Streams/Stream.fs#L496
The value, namespace, type or module 'Internals' is not defined.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-dotnet@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
src/FSharp.Control.Futures/Sync/OneShot.fs#L30
The instantiation of the generic type 'ExnResult' is missing and can't be inferred from the arguments or return type of this member. Consider providing a type instantiation when accessing this type, e.g. 'ExnResult<_>'.
|
src/FSharp.Control.Futures/Sync/OneShot.fs#L49
The instantiation of the generic type 'ExnResult' is missing and can't be inferred from the arguments or return type of this member. Consider providing a type instantiation when accessing this type, e.g. 'ExnResult<_>'.
|
src/FSharp.Control.Futures/Sync/OneShot.fs#L57
The instantiation of the generic type 'ExnResult' is missing and can't be inferred from the arguments or return type of this member. Consider providing a type instantiation when accessing this type, e.g. 'ExnResult<_>'.
|
src/FSharp.Control.Futures.Streams/Stream.fs#L179
Incomplete pattern matches on this expression. For example, the value 'Transit (_)' may indicate a case not covered by the pattern(s).
|
src/FSharp.Control.Futures.Streams/Stream.fs#L490
Incomplete pattern matches on this expression. For example, the value 'Transit (_)' may indicate a case not covered by the pattern(s).
|
tests/FSharp.Control.Futures.Tests/Sync/SemaphoreTests.fs#L28
This expression is a function value, i.e. is missing arguments. Its type is string -> unit.
|
tests/FSharp.Control.Futures.Tests/Sync/SemaphoreTests.fs#L58
The result of this expression has type 'AwaitResult<unit>' and is implicitly ignored. Consider using 'ignore' to discard this value explicitly, e.g. 'expr |> ignore', or 'let' to bind the result to a name, e.g. 'let result = expr'.
|
tests/FSharp.Control.Futures.Tests/Sync/SemaphoreTests.fs#L81
The result of this expression has type 'AwaitResult<unit>' and is implicitly ignored. Consider using 'ignore' to discard this value explicitly, e.g. 'expr |> ignore', or 'let' to bind the result to a name, e.g. 'let result = expr'.
|
tests/FSharp.Control.Futures.Tests/Runtime/ThreadPoolRuntimeTests.fs#L30
The result of this expression has type 'bool' and is implicitly ignored. Consider using 'ignore' to discard this value explicitly, e.g. 'expr |> ignore', or 'let' to bind the result to a name, e.g. 'let result = expr'.
|
tests/FSharp.Control.Futures.Tests/Runtime/ThreadPoolRuntimeTests.fs#L37
The result of this expression has type 'bool' and is implicitly ignored. Consider using 'ignore' to discard this value explicitly, e.g. 'expr |> ignore', or 'let' to bind the result to a name, e.g. 'let result = expr'.
|
This job failed
Loading