Compiling as library #870
Annotations
11 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-dotnet@v1, actions/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
src/Fable.Compiler.Service/Util.fs#L566
This expression uses the implicit conversion 'ReadOnlySpan.op_Implicit(array: byte[]) : ReadOnlySpan<byte>' to convert type 'byte[]' to type 'ReadOnlySpan<byte>'. See https://aka.ms/fsharp-implicit-convs. This warning may be disabled using '#nowarn "3391".
|
src/Fable.Compiler.Service/Util.fs#L566
This expression uses the implicit conversion 'ReadOnlySpan.op_Implicit(array: byte[]) : ReadOnlySpan<byte>' to convert type 'byte[]' to type 'ReadOnlySpan<byte>'. See https://aka.ms/fsharp-implicit-convs. This warning may be disabled using '#nowarn "3391".
|
src/Fable.Compiler.Service/Util.fs#L581
This expression uses the implicit conversion 'ReadOnlySpan.op_Implicit(array: byte[]) : ReadOnlySpan<byte>' to convert type 'byte[]' to type 'ReadOnlySpan<byte>'. See https://aka.ms/fsharp-implicit-convs. This warning may be disabled using '#nowarn "3391".
|
src/Fable.Compiler.Service/Util.fs#L581
This expression uses the implicit conversion 'ReadOnlySpan.op_Implicit(array: byte[]) : ReadOnlySpan<byte>' to convert type 'byte[]' to type 'ReadOnlySpan<byte>'. See https://aka.ms/fsharp-implicit-convs. This warning may be disabled using '#nowarn "3391".
|
src/Fable.Compiler.Service/Util.fs#L586
This expression uses the implicit conversion 'ReadOnlySpan.op_Implicit(array: byte[]) : ReadOnlySpan<byte>' to convert type 'byte[]' to type 'ReadOnlySpan<byte>'. See https://aka.ms/fsharp-implicit-convs. This warning may be disabled using '#nowarn "3391".
|
src/Fable.Compiler.Service/Util.fs#L586
This expression uses the implicit conversion 'ReadOnlySpan.op_Implicit(array: byte[]) : ReadOnlySpan<byte>' to convert type 'byte[]' to type 'ReadOnlySpan<byte>'. See https://aka.ms/fsharp-implicit-convs. This warning may be disabled using '#nowarn "3391".
|
tests/Js/Main/ApplicativeTests.fs#L1084
This construct causes code to be less generic than indicated by the type annotations. The type variable 'T has been constrained to be type 'Result<'a,int>'.
|
tests/Js/Main/ApplicativeTests.fs#L1086
The instantiation of the generic type 'Const' 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. 'Const<_,_>'.
|
tests/Js/Main/ApplicativeTests.fs#L1086
This construct causes code to be less generic than indicated by the type annotations. The type variable 'Applicative<'T> has been constrained to be type 'Const< ^a,Result<'b,int>>'.
|
tests/Js/Main/ApplicativeTests.fs#L1703
This construct causes code to be less generic than indicated by the type annotations. The type variable 'Functor has been constrained to be type 'Functor'.
|
The logs for this run have expired and are no longer available.
Loading