Skip to content

Add regression test: #3532, FSharpEntity.IsByRef is false for byref`1#19485

Merged
T-Gro merged 2 commits intomainfrom
regression-test/issue3532
Mar 30, 2026
Merged

Add regression test: #3532, FSharpEntity.IsByRef is false for byref`1#19485
T-Gro merged 2 commits intomainfrom
regression-test/issue3532

Conversation

@T-Gro
Copy link
Copy Markdown
Member

@T-Gro T-Gro commented Mar 24, 2026

Fixes #3532

Adds two regression tests verifying that FSharpEntity.IsByRef correctly returns true for:

  1. The return type of the op_AddressOf (~&) operator
  2. An explicit byref<int> parameter type

Both tests pass on current main, confirming the bug is fixed.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@T-Gro T-Gro requested a review from a team as a code owner March 24, 2026 13:13
@T-Gro T-Gro added NO_RELEASE_NOTES Label for pull requests which signals, that user opted-out of providing release notes AI-Issue-Regression-PR PR adding regression test for a closed issue labels Mar 24, 2026
@T-Gro T-Gro requested a review from abonie March 24, 2026 13:13
@T-Gro T-Gro enabled auto-merge (squash) March 24, 2026 13:13
@github-actions
Copy link
Copy Markdown
Contributor

⚠️ Release notes required, but author opted out

Warning

Author opted out of release notes, check is disabled for this pull request.
cc @dotnet/fsharp-team-msft

@github-project-automation github-project-automation bot moved this from New to In Progress in F# Compiler and Tooling Mar 24, 2026
@T-Gro T-Gro merged commit 358d088 into main Mar 30, 2026
48 checks passed
Copilot AI pushed a commit that referenced this pull request Mar 31, 2026
…f`1 (#19485)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: abonie <20281641+abonie@users.noreply.github.com>
Copilot AI pushed a commit that referenced this pull request Mar 31, 2026
…f`1 (#19485)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: abonie <20281641+abonie@users.noreply.github.com>
Copilot AI pushed a commit that referenced this pull request Mar 31, 2026
…f`1 (#19485)

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: abonie <20281641+abonie@users.noreply.github.com>
@T-Gro T-Gro deleted the regression-test/issue3532 branch April 1, 2026 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

AI-Issue-Regression-PR PR adding regression test for a closed issue NO_RELEASE_NOTES Label for pull requests which signals, that user opted-out of providing release notes

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

Symbols API: FSharpEntity.IsByRef is false for byref`1

2 participants