From 9b96d2c12eee550d2bba3f6a0b5889c77506d1f6 Mon Sep 17 00:00:00 2001 From: Tomas Grosup Date: Fri, 13 Mar 2026 17:13:38 +0100 Subject: [PATCH 1/2] Reorder release notes: group PR #19340 entries before PR #19372 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- docs/release-notes/.FSharp.Compiler.Service/11.0.100.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release-notes/.FSharp.Compiler.Service/11.0.100.md b/docs/release-notes/.FSharp.Compiler.Service/11.0.100.md index d044c44538..2306d64146 100644 --- a/docs/release-notes/.FSharp.Compiler.Service/11.0.100.md +++ b/docs/release-notes/.FSharp.Compiler.Service/11.0.100.md @@ -1,8 +1,8 @@ ### Fixed -* Fix codegen to produce IL passing ILVerify: specialized stelem/ldelem for primitives, callvirt→call on value types, castclass at interface join points, filter→catch inside finally handlers, witness field alignment in state machine structs. ([PR #19372](https://github.com/dotnet/fsharp/pull/19372)) * Fix outref parameter compiled as byref. (Issue [#13468](https://github.com/dotnet/fsharp/issues/13468), [PR #19340](https://github.com/dotnet/fsharp/pull/19340)) * Fix static abstract interface members with byref params. (Issue [#18135](https://github.com/dotnet/fsharp/issues/18135), [PR #19340](https://github.com/dotnet/fsharp/pull/19340)) +* Fix codegen to produce IL passing ILVerify: specialized stelem/ldelem for primitives, callvirt→call on value types, castclass at interface join points, filter→catch inside finally handlers, witness field alignment in state machine structs. ([PR #19372](https://github.com/dotnet/fsharp/pull/19372)) * Fix object expressions in struct types no longer generate invalid IL with byref fields. (Issue [#19068](https://github.com/dotnet/fsharp/issues/19068), [PR #19339](https://github.com/dotnet/fsharp/pull/19339)) * Avoid duplicate parameter names in closure constructors. (Issue [#17692](https://github.com/dotnet/fsharp/issues/17692), [PR #19339](https://github.com/dotnet/fsharp/pull/19339)) * Improve let-rec codegen: reorder bindings to allocate lambda closures before non-lambda values that reference them. ([PR #19339](https://github.com/dotnet/fsharp/pull/19339)) From 16c8e70b8202388840c0ab408ba0112a40fe80d6 Mon Sep 17 00:00:00 2001 From: Tomas Grosup Date: Fri, 13 Mar 2026 18:00:38 +0100 Subject: [PATCH 2/2] Remove accidentally committed .copilot-pid file Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .copilot-pid | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .copilot-pid diff --git a/.copilot-pid b/.copilot-pid deleted file mode 100644 index a80d59b9bc..0000000000 --- a/.copilot-pid +++ /dev/null @@ -1 +0,0 @@ -25820 \ No newline at end of file