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

Fixes #17376 - Compiler hangs when compiling inline recursive invocation #17376 #17394

Merged
merged 2 commits into from
Jul 9, 2024

Conversation

KevinRansom
Copy link
Member

Fixes: #17376

Adds regression

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

github-actions bot commented Jul 9, 2024

Caution

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

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
Member 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
Member 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