Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(Empty/NoEmpty)-bodied named computation expression should produce the same AST #18126

Closed

Merge branch 'treat-empy-bodied-named-comp-expr-as-ce' of github.com:…

f3e3f8d
Select commit
Loading
Failed to load commit list.
Closed

(Empty/NoEmpty)-bodied named computation expression should produce the same AST #18126

Merge branch 'treat-empy-bodied-named-comp-expr-as-ce' of github.com:…
f3e3f8d
Select commit
Loading
Failed to load commit list.
Azure Pipelines / fsharp-ci (Build WindowsCompressedMetadata vs_release) failed Dec 11, 2024 in 6m 56s

Build WindowsCompressedMetadata vs_release failed

Annotations

Check failure on line 155 in src\Compiler\Facilities\CompilerLocation.fs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / fsharp-ci (Build WindowsCompressedMetadata vs_release)

src\Compiler\Facilities\CompilerLocation.fs#L155

src\Compiler\Facilities\CompilerLocation.fs(155,13): error FS0740: (NETCORE_ENGINEERING_TELEMETRY=Build) Invalid record, sequence or computation expression. Sequence expressions should be of the form 'seq { ... }'

Check failure on line 163 in src\Compiler\Facilities\CompilerLocation.fs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / fsharp-ci (Build WindowsCompressedMetadata vs_release)

src\Compiler\Facilities\CompilerLocation.fs#L163

src\Compiler\Facilities\CompilerLocation.fs(163,13): error FS0740: (NETCORE_ENGINEERING_TELEMETRY=Build) Invalid record, sequence or computation expression. Sequence expressions should be of the form 'seq { ... }'

Check failure on line 188 in src\Compiler\Facilities\CompilerLocation.fs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / fsharp-ci (Build WindowsCompressedMetadata vs_release)

src\Compiler\Facilities\CompilerLocation.fs#L188

src\Compiler\Facilities\CompilerLocation.fs(188,17): error FS0740: (NETCORE_ENGINEERING_TELEMETRY=Build) Invalid record, sequence or computation expression. Sequence expressions should be of the form 'seq { ... }'

Check failure on line 56 in src\FSharp.Build\WriteCodeFragment.fs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / fsharp-ci (Build WindowsCompressedMetadata vs_release)

src\FSharp.Build\WriteCodeFragment.fs#L56

src\FSharp.Build\WriteCodeFragment.fs(56,21): error FS0740: (NETCORE_ENGINEERING_TELEMETRY=Build) Invalid record, sequence or computation expression. Sequence expressions should be of the form 'seq { ... }'

Check failure on line 59 in src\FSharp.Build\WriteCodeFragment.fs

See this annotation in the file changed.

@azure-pipelines azure-pipelines / fsharp-ci (Build WindowsCompressedMetadata vs_release)

src\FSharp.Build\WriteCodeFragment.fs#L59

src\FSharp.Build\WriteCodeFragment.fs(59,31): error FS0072: (NETCORE_ENGINEERING_TELEMETRY=Build) Lookup on object of indeterminate type based on information prior to this program point. A type annotation may be needed prior to this program point to constrain the type of the object. This may allow the lookup to be resolved.