Skip to content

Conversation

Copilot
Copy link
Contributor

@Copilot Copilot AI commented Sep 8, 2025

  • Analyze PR review comments and understand required changes
  • Fix mutable variable issue in TailCallChecks.fs (use shadowed re-binding)
  • Remove .trx files from TestResults and update .gitignore
  • Add recursive test case to TailCalls.fs
  • Add release notes to FSharp.Compiler.Service markdown file
  • Run dotnet fantomas . to format code
  • Build and test to ensure all changes work correctly
  • Move release notes from 9.0.300.md to 10.0.100.md

💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.

@Copilot Copilot AI changed the title [WIP] F# Compiler Tailcall Suppression Fix for Pinned Locals Fix F# compiler to prevent tail call emission when pinned locals are present Sep 8, 2025
@Copilot Copilot AI requested a review from T-Gro September 8, 2025 16:43
Copilot finished work on behalf of T-Gro September 8, 2025 16:43
Copy link
Member

@T-Gro T-Gro left a comment

Choose a reason for hiding this comment

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

See comments above.
Also, you will need to add release notes to the FSharp.Compiler.Service markdown file.
Also, run "dotnet fantomas ." in the repo root at the end of your work.

…ursive test, add release notes, format code

Co-authored-by: T-Gro <[email protected]>
Copy link
Contributor Author

Copilot AI commented Sep 17, 2025

See comments above.
Also, you will need to add release notes to the FSharp.Compiler.Service markdown file.
Also, run "dotnet fantomas ." in the repo root at the end of your work.

All feedback addressed: fixed mutable variable usage, removed .trx files, added recursive test case, added release notes to FSharp.Compiler.Service, and ran dotnet fantomas. Commit: 3c000d9

@Copilot Copilot AI requested a review from T-Gro September 17, 2025 17:51
Copilot finished work on behalf of T-Gro September 17, 2025 17:51
Copy link
Contributor

github-actions bot commented Sep 18, 2025

❗ Release notes required


✅ Found changes and release notes in following paths:

Warning

No PR link found in some release notes, please consider adding it.

Change path Release notes path Description
src/Compiler docs/release-notes/.FSharp.Compiler.Service/10.0.100.md No current pull request URL (#18893) found, please consider adding it

@Copilot Copilot AI requested a review from T-Gro September 18, 2025 08:36
Copilot finished work on behalf of T-Gro September 18, 2025 08:36
@T-Gro T-Gro marked this pull request as ready for review September 18, 2025 09:09
@T-Gro T-Gro requested a review from a team as a code owner September 18, 2025 09:09
@abonie abonie merged commit 1de7a62 into main Sep 19, 2025
40 checks passed
@T-Gro T-Gro deleted the copilot/fix-61d24601-bf92-422f-8e60-9685bd58e976 branch September 22, 2025 09:11
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.

3 participants