Skip to content

Fix nested hint naming for multi-level declarations#50

Merged
MooVC merged 2 commits intomasterfrom
codex/fix-bug-in-monify-issue-49
Dec 7, 2025
Merged

Fix nested hint naming for multi-level declarations#50
MooVC merged 2 commits intomasterfrom
codex/fix-bug-in-monify-issue-49

Conversation

@MooVC
Copy link
Copy Markdown
Owner

@MooVC MooVC commented Dec 7, 2025

Summary

  • preserve nested type hint naming order when concatenating parent scopes
  • add multi-level nested declaration snippets with expectations for all generation strategies
  • align generator tests with updated expectation ordering

Testing

  • PATH=$HOME/.dotnet:$PATH DOTNET_ROOT=$HOME/.dotnet dotnet test

Codex Task

@codecov
Copy link
Copy Markdown

codecov Bot commented Dec 7, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.05%. Comparing base (5e1e8ab) to head (6e6159e).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #50      +/-   ##
==========================================
+ Coverage   90.28%   94.05%   +3.77%     
==========================================
  Files          60       60              
  Lines        1400     1397       -3     
  Branches      170      171       +1     
==========================================
+ Hits         1264     1314      +50     
  Misses         76       76              
+ Partials       60        7      -53     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@MooVC MooVC linked an issue Dec 7, 2025 that may be closed by this pull request
@MooVC MooVC merged commit 8e037f2 into master Dec 7, 2025
4 checks passed
@MooVC MooVC deleted the codex/fix-bug-in-monify-issue-49 branch December 7, 2025 16:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Multi-level Nesting Applied in Reverse

1 participant