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

Fix missing TailCall warning in Sequential in use scope, #17897 #17927

Merged
merged 4 commits into from
Oct 29, 2024

Conversation

dawedawe
Copy link
Contributor

Description

Fixes #17897

Checklist

  • Test cases added
  • Performance benchmarks added in case of performance changes
  • Release notes entry updated:

@dawedawe dawedawe requested a review from a team as a code owner October 25, 2024 21:54
Copy link
Contributor

❗ 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.200.md

@T-Gro T-Gro enabled auto-merge (squash) October 29, 2024 09:08
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.

Using TailCallAttribute on a function that uses use does not result in expected warning
4 participants