Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #217 +/- ##
===========================================
+ Coverage 99.95% 100.00% +0.04%
===========================================
Files 40 40
Lines 6070 6045 -25
===========================================
- Hits 6067 6045 -22
+ Misses 3 0 -3
🚀 New features to boost your workflow:
|
- Add test for ExprSyntax closure type with arguments via SequenceExprSyntax - Add test for SuppressedTypeSyntax (e.g. ~Copyable) reaching the unknown fallback - Add test verifying cross-module types with generateMock: true are skipped - Refactor GenericSpecializationExprSyntax to match expression nodes directly, eliminating an unreachable switch case - Remove dead guard in generateMockCode (mock roots always produce non-empty code) - Simplify availability annotations in SafeDITool Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Change `case attributed(TypeDescription, specifiers: [String]?, attributes: [String]?)` to use non-optional `[String]`, eliminating the unreachable `(.none, .none)` branch in `asSource`. The parser always produces at least one specifier or attribute for `AttributedTypeSyntax`, and all programmatic constructors do the same. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
97550c8 to
e8d5638
Compare
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
SuppressedTypeSyntaxunknown fallback,ExprSyntaxclosure type with arguments viaSequenceExprSyntax, and cross-module mock scope filteringGenericSpecializationExprSyntaxhandling inExprSyntax.typeDescriptionto match expression nodes directly, eliminating an unreachable switch caseguard !code.isEmptyingenerateMockCode— mock roots always produce non-empty code, so simplify the task group fromGeneratedRoot?toGeneratedRootSafeDIToolTest plan
🤖 Generated with Claude Code