Fixed #3566 #1428
Annotations
17 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-dotnet@v1, actions/setup-python@v2. 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: actions/checkout@v2, actions/setup-dotnet@v1, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Fable Library - Python (Windows):
src/Fable.Transforms/FSharp2Fable.fs#L35
Failed to inline the value 'transformExprList' marked 'inline', perhaps because a recursive value was marked 'inline'
|
Fable Library - Python (Windows):
src/Fable.Transforms/FSharp2Fable.fs#L35
Failed to inline the value 'transformExprList' marked 'inline', perhaps because a recursive value was marked 'inline'
|
Fable Library - Python (Windows):
src/Fable.Transforms/FSharp2Fable.fs#L295
Failed to inline the value 'transformExprOpt' marked 'inline', perhaps because a recursive value was marked 'inline'
|
Fable Library - Python (Windows):
src/Fable.Transforms/FSharp2Fable.fs#L295
Failed to inline the value 'transformExprOpt' marked 'inline', perhaps because a recursive value was marked 'inline'
|
Fable Library - Python (Windows):
src/Fable.Transforms/FSharp2Fable.fs#L295
Failed to inline the value 'transformExprOpt' marked 'inline', perhaps because a recursive value was marked 'inline'
|
Fable Library - Python (Windows):
src/Fable.Transforms/FSharp2Fable.fs#L685
Failed to inline the value 'transformExprList' marked 'inline', perhaps because a recursive value was marked 'inline'
|
Fable Library - Python (Windows):
src/Fable.Transforms/FSharp2Fable.fs#L828
Failed to inline the value 'transformExprList' marked 'inline', perhaps because a recursive value was marked 'inline'
|
Fable Library - Python (Windows):
src/Fable.Transforms/FSharp2Fable.fs#L899
Failed to inline the value 'transformExprList' marked 'inline', perhaps because a recursive value was marked 'inline'
|
Fable Library - Python (Windows):
src/Fable.Transforms/FSharp2Fable.fs#L912
Failed to inline the value 'transformExprList' marked 'inline', perhaps because a recursive value was marked 'inline'
|
Fable Library - Python (Windows):
src/Fable.Transforms/FSharp2Fable.fs#L938
Failed to inline the value 'transformExprList' marked 'inline', perhaps because a recursive value was marked 'inline'
|
Fable Tests - Python (Windows):
tests/Python/TestApplicative.fs#L1088
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>'.
|
Fable Tests - Python (Windows):
tests/Python/TestApplicative.fs#L1090
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<_,_>'.
|
Fable Tests - Python (Windows):
tests/Python/TestApplicative.fs#L1090
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>>'.
|
Fable Tests - Python (Windows):
tests/Python/TestApplicative.fs#L1653
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'.
|
Fable Tests - Python (Windows):
tests/Python/TestType.fs#L554
An indexed property's getter and setter must have the same type. Property 'Item' has getter of type 'int' but setter of type 'string'.
|
Loading