-
Notifications
You must be signed in to change notification settings - Fork 758
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
Improve xml index expr type checking #22088
Improve xml index expr type checking #22088
Conversation
Emit warning when deprecated child access is used. Emit error when non int/string index is used.
Codecov Report
@@ Coverage Diff @@
## ballerina-1.2.x #22088 +/- ##
================================================
Coverage 14.59% 14.59%
================================================
Files 51 51
Lines 1411 1411
Branches 219 219
================================================
Hits 206 206
Misses 1189 1189
Partials 16 16 Continue to review full report at Codecov.
|
The PR to the master branch #22106 was merged. |
Co-Authored-By: Maryam Ziyad <maryamziyadm@gmail.com>
@rdhananjaya Did we add this fix to master? Found the PR. #22106 |
Emit warning when deprecated child access is used. (Fixes #22053)
Emit error when non int/string index is used. (Fixes #22052)
Purpose
Fixes #
Approach
Samples
Remarks
Check List