Conversation
Create one self-contained implementation sprint with RED/GREEN coverage, raw diagnostic assertions, local validation, review, and commit-only delivery. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: d19ba29f-8295-468b-af28-e0590fcd57bd
Guard positional record checks by logical name before calling checkField. Preserve FS0312, matching-name checks, and complete warning multiplicity. Add RED-first paired-source coverage and a compiler-service release note. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 17b0ddb3-0fbb-4b25-b9e8-d3bf1e9d6de9
Contributor
❗ Release notes requiredYou can open this PR in browser to add release notes: open in github.dev
|
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 7477690c-d85c-4d8d-87f4-579d2acae391
Replace the completed compiler implementation sprint with one self-contained CI recovery sprint based on build 1597638. Preserve the existing guard, tests, and release note; require diagnosis, complete Release/net472 batch coverage, local review, and commit-only delivery. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 852fa0ba-f0ae-4405-8299-c6a8b51d1feb
Reuse the existing three-batch test template to avoid running the legacy desktop suite alongside the other test projects. Preserve the 120-minute timeout, no-realsig and metadata flags, environment, and compiler regression coverage. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: f0d4ef4c-beb9-46d3-811a-38e35489e05f
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #20410
Avoid the misleading FS0193 name-mismatch error when record fields have different declaration orders in a signature and its implementation. Preserve FS0312 and genuine field-mismatch diagnostics.