#275 Flattening/unflattening follow-up - #278
Merged
Merged
Conversation
…en creating a PR. Extend the Mappa development workflow so PR creation also posts the plan from .cursor/plans/ to the original issue. Co-authored-by: Cursor <cursoragent@cursor.com>
Correct Ignore+UseProperty sibling matching, ?? throw rules, relative leaf chain temps, and AssignFromConstant dead reads. Extend nullability/mix tests and bump to 10.2.0-alpha.9. Co-authored-by: Cursor <cursoragent@cursor.com>
…tes. Align attributes, algorithm, tutorial, and generator README with receiver-based conditional access, Ignore+UseProperty siblings, and post-construction nested AssignToContext. Co-authored-by: Cursor <cursoragent@cursor.com>
Add Nullable<T> leaf tests, remove unreachable root-prefix fallthrough, and bump to 10.2.0-alpha.10 so line/branch/method stay at or above baseline. Co-authored-by: Cursor <cursoragent@cursor.com>
6 tasks
6 tasks
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.
Summary
?.and conditional?? throw(D2), leaf chains reuse nested source temps (D1/D8), AssignFromConstant clears dead source reads (D5).10.2.0-alpha.10.Test plan
.\Scripts\RunTestsAndReportCoverage.ps1— all tests passed; line/branch/method ≥ step-1 baseline (97.5% / 90.5% / 95.4%)intleaf chain has no?? throwCloses #275