feat: anon record update expression (#92) (#93) #345
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
ci.yml
on: push
Matrix: Fuzz fsharp
Matrix: Parse examples
Matrix: Test parser
Annotations
20 errors and 26 warnings
ERROR (macOS):
examples/Giraffe/src/Giraffe/EndpointRouting.fs#L1
examples/Giraffe/src/Giraffe/EndpointRouting.fs 4.62 ms 3529 bytes/ms (ERROR [0, 0] - [379, 71])
|
MISSING identifier (macOS):
examples/Giraffe/src/Giraffe/FormatExpressions.fs#L262
examples/Giraffe/src/Giraffe/FormatExpressions.fs 2.79 ms 3705 bytes/ms (MISSING identifier [261, 79] - [261, 79])
|
MISSING identifier (macOS):
examples/Giraffe/src/Giraffe/Middleware.fs#L31
examples/Giraffe/src/Giraffe/Middleware.fs 1.18 ms 5129 bytes/ms (MISSING identifier [30, 68] - [30, 68])
|
MISSING identifier (macOS):
examples/Giraffe/src/Giraffe/ModelParser.fs#L343
examples/Giraffe/src/Giraffe/ModelParser.fs 3.48 ms 4697 bytes/ms (MISSING identifier [342, 91] - [342, 91])
|
ERROR (macOS):
examples/Giraffe/tests/Giraffe.Tests/DateTimeTests.fs#L26
examples/Giraffe/tests/Giraffe.Tests/DateTimeTests.fs 0.33 ms 3477 bytes/ms (ERROR [25, 0] - [28, 64])
|
ERROR (macOS):
examples/Giraffe/tests/Giraffe.Tests/ModelValidationTests.fs#L24
examples/Giraffe/tests/Giraffe.Tests/ModelValidationTests.fs 1.07 ms 3194 bytes/ms (ERROR [23, 4] - [37, 17])
|
ERROR (macOS):
examples/FSharp.Data/src/FSharp.Data.Csv.Core/CsvRuntime.fs#L171
examples/FSharp.Data/src/FSharp.Data.Csv.Core/CsvRuntime.fs 4.70 ms 4290 bytes/ms (ERROR [170, 20] - [176, 15])
|
ERROR (macOS):
examples/FSharp.Data/src/FSharp.Data.DesignTime/Json/JsonGenerator.fs#L436
examples/FSharp.Data/src/FSharp.Data.DesignTime/Json/JsonGenerator.fs 6.33 ms 4986 bytes/ms (ERROR [435, 20] - [447, 58])
|
ERROR (macOS):
examples/FSharp.Data/src/FSharp.Data.DesignTime/Xml/XmlGenerator.fs#L114
examples/FSharp.Data/src/FSharp.Data.DesignTime/Xml/XmlGenerator.fs 5.48 ms 5447 bytes/ms (ERROR [113, 19] - [179, 108])
|
ERROR (macOS):
examples/FSharp.Data/src/FSharp.Data.Html.Core/HtmlCssSelectors.fs#L1
examples/FSharp.Data/src/FSharp.Data.Html.Core/HtmlCssSelectors.fs 2.50 ms 3727 bytes/ms (ERROR [0, 0] - [242, 0])
|
ERROR (Linux):
examples/Giraffe/src/Giraffe/EndpointRouting.fs#L1
examples/Giraffe/src/Giraffe/EndpointRouting.fs 6.35 ms 2567 bytes/ms (ERROR [0, 0] - [379, 71])
|
MISSING identifier (Linux):
examples/Giraffe/src/Giraffe/FormatExpressions.fs#L262
examples/Giraffe/src/Giraffe/FormatExpressions.fs 3.74 ms 2771 bytes/ms (MISSING identifier [261, 79] - [261, 79])
|
MISSING identifier (Linux):
examples/Giraffe/src/Giraffe/Middleware.fs#L31
examples/Giraffe/src/Giraffe/Middleware.fs 1.61 ms 3778 bytes/ms (MISSING identifier [30, 68] - [30, 68])
|
MISSING identifier (Linux):
examples/Giraffe/src/Giraffe/ModelParser.fs#L343
examples/Giraffe/src/Giraffe/ModelParser.fs 4.73 ms 3449 bytes/ms (MISSING identifier [342, 91] - [342, 91])
|
ERROR (Linux):
examples/Giraffe/tests/Giraffe.Tests/DateTimeTests.fs#L26
examples/Giraffe/tests/Giraffe.Tests/DateTimeTests.fs 0.47 ms 2425 bytes/ms (ERROR [25, 0] - [28, 64])
|
ERROR (Linux):
examples/Giraffe/tests/Giraffe.Tests/ModelValidationTests.fs#L24
examples/Giraffe/tests/Giraffe.Tests/ModelValidationTests.fs 1.52 ms 2254 bytes/ms (ERROR [23, 4] - [37, 17])
|
ERROR (Linux):
examples/FSharp.Data/src/FSharp.Data.Csv.Core/CsvRuntime.fs#L171
examples/FSharp.Data/src/FSharp.Data.Csv.Core/CsvRuntime.fs 6.56 ms 3074 bytes/ms (ERROR [170, 20] - [176, 15])
|
ERROR (Linux):
examples/FSharp.Data/src/FSharp.Data.DesignTime/Json/JsonGenerator.fs#L436
examples/FSharp.Data/src/FSharp.Data.DesignTime/Json/JsonGenerator.fs 8.94 ms 3530 bytes/ms (ERROR [435, 20] - [447, 58])
|
ERROR (Linux):
examples/FSharp.Data/src/FSharp.Data.DesignTime/Xml/XmlGenerator.fs#L114
examples/FSharp.Data/src/FSharp.Data.DesignTime/Xml/XmlGenerator.fs 7.74 ms 3855 bytes/ms (ERROR [113, 19] - [179, 108])
|
ERROR (Linux):
examples/FSharp.Data/src/FSharp.Data.Html.Core/HtmlCssSelectors.fs#L1
examples/FSharp.Data/src/FSharp.Data.Html.Core/HtmlCssSelectors.fs 3.69 ms 2529 bytes/ms (ERROR [0, 0] - [242, 0])
|
Test parser (ubuntu-latest, fsharp_signature)
Restore cache failed: Some specified paths were not resolved, unable to cache dependencies.
|
Test parser (ubuntu-latest, fsharp)
Restore cache failed: Some specified paths were not resolved, unable to cache dependencies.
|
Test parser (macos-14, fsharp)
Restore cache failed: Some specified paths were not resolved, unable to cache dependencies.
|
Test parser (macos-14, fsharp_signature)
Restore cache failed: Some specified paths were not resolved, unable to cache dependencies.
|
Test parser (windows-latest, fsharp)
Restore cache failed: Some specified paths were not resolved, unable to cache dependencies.
|
INVALID (macOS):
examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/CompilerOptions/fsc/codepage/E_InvalidArgument.fs#L1
examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/CompilerOptions/fsc/codepage/E_InvalidArgument.fs 0.02 ms 18931 bytes/ms
|
INVALID (macOS):
examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/CompilerOptions/fsc/flaterrors/E_MultiLine03.fs#L1
examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/CompilerOptions/fsc/flaterrors/E_MultiLine03.fs 0.02 ms 13632 bytes/ms
|
INVALID (macOS):
examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/CompilerOptions/fsc/flaterrors/E_MultiLine04.fs#L1
examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/CompilerOptions/fsc/flaterrors/E_MultiLine04.fs 0.01 ms 18848 bytes/ms
|
INVALID (macOS):
examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/Conformance/BasicGrammarElements/AccessibilityAnnotations/Basic/E_BaseIFaceLessAccessible01.fs#L1
examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/Conformance/BasicGrammarElements/AccessibilityAnnotations/Basic/E_BaseIFaceLessAccessible01.fs 0.06 ms 7367 bytes/ms
|
INVALID (macOS):
examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/Conformance/BasicGrammarElements/AccessibilityAnnotations/Basic/E_ExposeLessVisible01.fs#L1
examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/Conformance/BasicGrammarElements/AccessibilityAnnotations/Basic/E_ExposeLessVisible01.fs 0.03 ms 9858 bytes/ms
|
INVALID (macOS):
examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/Conformance/BasicGrammarElements/AccessibilityAnnotations/Basic/E_LocalLetBinding02.fs#L1
examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/Conformance/BasicGrammarElements/AccessibilityAnnotations/Basic/E_LocalLetBinding02.fs 0.05 ms 8101 bytes/ms
|
INVALID (macOS):
examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/Conformance/BasicGrammarElements/AccessibilityAnnotations/Basic/E_MoreAccessibleBaseClass01.fs#L1
examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/Conformance/BasicGrammarElements/AccessibilityAnnotations/Basic/E_MoreAccessibleBaseClass01.fs 0.04 ms 9476 bytes/ms
|
INVALID (macOS):
examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/Conformance/BasicGrammarElements/AccessibilityAnnotations/Basic/E_MoreAccessibleBaseClass02.fs#L1
examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/Conformance/BasicGrammarElements/AccessibilityAnnotations/Basic/E_MoreAccessibleBaseClass02.fs 0.05 ms 13406 bytes/ms
|
INVALID (macOS):
examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/Conformance/BasicGrammarElements/AccessibilityAnnotations/Basic/E_PrivateImplicitCtor01.fs#L1
examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/Conformance/BasicGrammarElements/AccessibilityAnnotations/Basic/E_PrivateImplicitCtor01.fs 0.15 ms 4423 bytes/ms
|
INVALID (macOS):
examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/Conformance/BasicGrammarElements/AccessibilityAnnotations/Basic/E_ProtectedThingsInaccessible01.fs#L1
examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/Conformance/BasicGrammarElements/AccessibilityAnnotations/Basic/E_ProtectedThingsInaccessible01.fs 0.07 ms 9112 bytes/ms
|
Test parser (windows-latest, fsharp_signature)
Restore cache failed: Some specified paths were not resolved, unable to cache dependencies.
|
INVALID (Linux):
examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/CompilerOptions/fsc/codepage/E_InvalidArgument.fs#L1
examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/CompilerOptions/fsc/codepage/E_InvalidArgument.fs 0.03 ms 11069 bytes/ms
|
INVALID (Linux):
examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/CompilerOptions/fsc/flaterrors/E_MultiLine03.fs#L1
examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/CompilerOptions/fsc/flaterrors/E_MultiLine03.fs 0.03 ms 8548 bytes/ms
|
INVALID (Linux):
examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/CompilerOptions/fsc/flaterrors/E_MultiLine04.fs#L1
examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/CompilerOptions/fsc/flaterrors/E_MultiLine04.fs 0.01 ms 10894 bytes/ms
|
INVALID (Linux):
examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/Conformance/BasicGrammarElements/AccessibilityAnnotations/Basic/E_BaseIFaceLessAccessible01.fs#L1
examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/Conformance/BasicGrammarElements/AccessibilityAnnotations/Basic/E_BaseIFaceLessAccessible01.fs 0.06 ms 7890 bytes/ms
|
INVALID (Linux):
examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/Conformance/BasicGrammarElements/AccessibilityAnnotations/Basic/E_ExposeLessVisible01.fs#L1
examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/Conformance/BasicGrammarElements/AccessibilityAnnotations/Basic/E_ExposeLessVisible01.fs 0.03 ms 7686 bytes/ms
|
INVALID (Linux):
examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/Conformance/BasicGrammarElements/AccessibilityAnnotations/Basic/E_LocalLetBinding02.fs#L1
examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/Conformance/BasicGrammarElements/AccessibilityAnnotations/Basic/E_LocalLetBinding02.fs 0.06 ms 7083 bytes/ms
|
INVALID (Linux):
examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/Conformance/BasicGrammarElements/AccessibilityAnnotations/Basic/E_MoreAccessibleBaseClass01.fs#L1
examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/Conformance/BasicGrammarElements/AccessibilityAnnotations/Basic/E_MoreAccessibleBaseClass01.fs 0.08 ms 5280 bytes/ms
|
INVALID (Linux):
examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/Conformance/BasicGrammarElements/AccessibilityAnnotations/Basic/E_MoreAccessibleBaseClass02.fs#L1
examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/Conformance/BasicGrammarElements/AccessibilityAnnotations/Basic/E_MoreAccessibleBaseClass02.fs 0.07 ms 8755 bytes/ms
|
INVALID (Linux):
examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/Conformance/BasicGrammarElements/AccessibilityAnnotations/Basic/E_PrivateImplicitCtor01.fs#L1
examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/Conformance/BasicGrammarElements/AccessibilityAnnotations/Basic/E_PrivateImplicitCtor01.fs 0.20 ms 3283 bytes/ms
|
INVALID (Linux):
examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/Conformance/BasicGrammarElements/AccessibilityAnnotations/Basic/E_ProtectedThingsInaccessible01.fs#L1
examples/FSharp.Compiler/tests/FSharp.Compiler.ComponentTests/Conformance/BasicGrammarElements/AccessibilityAnnotations/Basic/E_ProtectedThingsInaccessible01.fs 0.10 ms 6410 bytes/ms
|
Artifacts
Produced during runtime
Name | Size | Digest | |
---|---|---|---|
failures-Linux
Expired
|
1.68 MB |
sha256:08f04019a3c01660bc85d6cf903d238b151b2ad3a88652ffbbf0d8456614804b
|
|
failures-macOS
Expired
|
1.68 MB |
sha256:edcd7755dcbfe34c1e7a6aa3c3c39600f80a7711980e3018054ffc2a9fbbc8d1
|
|