Skip to content

Conversation

@ThomasDutartre
Copy link
Contributor

image

.specifier is equal to specifiers.first

https://github.com/swiftlang/swift-syntax/pull/2433/files

@codecov
Copy link

codecov bot commented Jul 9, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.58%. Comparing base (5ee55d3) to head (ca2c9ea).
Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #145      +/-   ##
==========================================
+ Coverage   95.56%   95.58%   +0.01%     
==========================================
  Files          22       22              
  Lines        1330     1335       +5     
==========================================
+ Hits         1271     1276       +5     
  Misses         59       59              

☔ 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.

@ThomasDutartre ThomasDutartre marked this pull request as ready for review July 9, 2025 12:57
@ThomasDutartre ThomasDutartre force-pushed the fix-warnings branch 2 times, most recently from 6ce6c6d to 73c36d2 Compare July 9, 2025 13:22
@ThomasDutartre ThomasDutartre changed the title Fix some warnings Fix all warnings Jul 9, 2025
Matejkob added 2 commits July 10, 2025 22:27
This works regardless of SwiftSyntax version and handles cases like "isolated inout"
Replace hardcoded "inout" string with TokenSyntax.keyword(.inout).text
for more robust and version-independent inout parameter checking.
Copy link
Owner

@Matejkob Matejkob left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! I have added one small change to how we handle inout attribute. Thanks for your work!

@Matejkob Matejkob merged commit ed93fe6 into Matejkob:main Jul 10, 2025
14 checks passed
@ThomasDutartre ThomasDutartre deleted the fix-warnings branch July 15, 2025 11:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants