Skip to content

Conversation

@KevinRansom
Copy link
Contributor

Fixes: #17376

Adds regression

@KevinRansom KevinRansom requested a review from a team as a code owner July 9, 2024 00:16
@github-actions
Copy link
Contributor

github-actions bot commented Jul 9, 2024

Caution

Repository is on lockdown for maintenance, all merges are on hold.

@github-actions
Copy link
Contributor

github-actions bot commented Jul 9, 2024

❗ Release notes required


✅ Found changes and release notes in following paths:

Change path Release notes path Description
src/Compiler docs/release-notes/.FSharp.Compiler.Service/9.0.100.md

@KevinRansom KevinRansom reopened this Jul 9, 2024
@@ -1,4 +1,5 @@
### Fixed
* Compiler hangs wne compiling inline recursive invocation ([Issue #17376](https://github.com/dotnet/fsharp/issues/17376), [PR #17394](https://github.com/dotnet/fsharp/pull/17394))
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

typo wne
should be "when" ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

@T-Gro
Copy link
Member

T-Gro commented Jul 9, 2024

Could you also add the code snippet from the issue as a test?

@KevinRansom
Copy link
Contributor Author

Could you also add the code snippet from the issue as a test?

Could you also add the code snippet from the issue as a test?

We have virtually identical code here: https://github.com/dotnet/fsharp/blob/main/tests/FSharp.Compiler.ComponentTests/Conformance/InferenceProcedures/RecursiveSafetyAnalysis/E_RecursiveInline.fs

@psfinaki psfinaki changed the title Fixes #17376 - Compiler hangs wne compiling inline recursive invocation #17376 Fixes #17376 - Compiler hangs when compiling inline recursive invocation #17376 Jul 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

Compiler hangs wne compiling inline recursive invocation

5 participants