-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[v1] Refactor AstNode getChildren() method; change tag to be mutable int #1674
Conversation
CROSS-ENGINE-REPORT ❌
Testing Details
Result Details
Now FAILING Tests ❌The following 5 test(s) were previously PASSING in BASE but are now FAILING in TARGET: Click here to see
Now IGNORED Tests ❌The complete list can be found in GitHub CI summary, either from Step Summary or in the Artifact. Now Passing Tests180 test(s) were previously failing in BASE (LEGACY-V0.14.8) but now pass in TARGET (EVAL-0835DB7). Before merging, confirm they are intended to pass. The complete list can be found in GitHub CI summary, either from Step Summary or in the Artifact. CROSS-COMMIT-REPORT ✅
Testing DetailsResult Details
|
Can we also update the tag to mutable int like the plans? |
Let me sync w/ you on a few things for that issue. |
Added mutable int tag for the From offline discussion
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1674 +/- ##
============================================
+ Coverage 73.16% 80.03% +6.87%
+ Complexity 2393 47 -2346
============================================
Files 247 19 -228
Lines 17627 506 -17121
Branches 3178 23 -3155
============================================
- Hits 12896 405 -12491
+ Misses 3854 88 -3766
+ Partials 877 13 -864
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Relevant Issues
Description
children
method in a couple waysList
in signature to retain order propertygetChildren()
to allow for Kotlin accessor syntax sugar:AstNode
tag to be a mutable intOther Information
Updated Unreleased Section in CHANGELOG: [NO]
v1
not yet released.Any backward-incompatible changes? [YES]
v1
not yet released.Any new external dependencies? [NO]
Do your changes comply with the Contributing Guidelines
and Code Style Guidelines? [YES]
License Information
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.