Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

React to breaking api change #7589

Merged
merged 1 commit into from
Feb 27, 2025
Merged

React to breaking api change #7589

merged 1 commit into from
Feb 27, 2025

Conversation

CyrusNajmabadi
Copy link
Member

Fixes #7588

The issue here is that we remove the implicit conversions that allowed SyntaxList<SyntaxNode> to convert to something like SyntaxList<ArgumentSyntax>. Updating the code to just make a strongly typed list in the first place now.

@CyrusNajmabadi CyrusNajmabadi requested a review from a team as a code owner February 27, 2025 16:46
Copy link

codecov bot commented Feb 27, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.54%. Comparing base (5c13e97) to head (2a40af0).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #7589   +/-   ##
=======================================
  Coverage   96.54%   96.54%           
=======================================
  Files        1457     1457           
  Lines      352893   352893           
  Branches    11487    11486    -1     
=======================================
+ Hits       340704   340712    +8     
+ Misses       9270     9263    -7     
+ Partials     2919     2918    -1     

@CyrusNajmabadi CyrusNajmabadi merged commit 345816f into main Feb 27, 2025
14 checks passed
@CyrusNajmabadi CyrusNajmabadi deleted the compile branch February 27, 2025 17:11
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
3 participants