Skip to content

Comments

Record type support#183

Draft
heshanpadmasiri wants to merge 5 commits intoballerina-platform:mainfrom
heshanpadmasiri:feat/record-td
Draft

Record type support#183
heshanpadmasiri wants to merge 5 commits intoballerina-platform:mainfrom
heshanpadmasiri:feat/record-td

Conversation

@heshanpadmasiri
Copy link
Member

Purpose

Resolves #101
Depends on #175

Goals

Describe the solutions that this feature/fix will introduce to resolve the problems described above

Approach

Describe how you are implementing the solutions. Include an animated GIF or screenshot if the change affects the UI (email documentation@wso2.com to review all UI text). Include a link to a Markdown file or Google doc if the feature write-up is too long to paste here.

User stories

Summary of user stories addressed by this change>

Release note

Brief description of the new feature or bug fix as it will appear in the release notes

Documentation

Link(s) to product documentation that addresses the changes of this PR. If no doc impact, enter �N/A� plus brief explanation of why there�s no doc impact

Training

Link to the PR for changes to the training content in https://github.com/wso2/WSO2-Training, if applicable

Certification

Type �Sent� when you have provided new/updated certification questions, plus four answers for each question (correct answer highlighted in bold), based on this change. Certification questions/answers should be sent to certification@wso2.com and NOT pasted in this PR. If there is no impact on certification exams, type �N/A� and explain why.

Marketing

Link to drafts of marketing content that will describe and promote this feature, including product page changes, technical articles, blog posts, videos, etc., if applicable

Automation tests

  • Unit tests

    Code coverage information

  • Integration tests

    Details about the test cases and coverage

Security checks

Samples

Provide high-level details about the samples related to this feature

Related PRs

List any other related PRs

Migrations (if applicable)

Describe migration steps and platforms on which migration has been tested

Test environment

List all JDK versions, operating systems, databases, and browser/versions on which this feature/fix was tested

Learning

Describe the research phase and any blog posts, patterns, libraries, or add-ons you used to solve the problem.

@coderabbitai
Copy link

coderabbitai bot commented Feb 23, 2026

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@codecov
Copy link

codecov bot commented Feb 23, 2026

Codecov Report

❌ Patch coverage is 71.04019% with 245 lines in your changes missing coverage. Please review.
✅ Project coverage is 30.21%. Comparing base (0424063) to head (dfad3ad).

Files with missing lines Patch % Lines
ast/types.go 15.78% 78 Missing and 2 partials ⚠️
ast/node_builder.go 69.06% 36 Missing and 7 partials ⚠️
ast/expressions.go 11.11% 32 Missing ⚠️
semtypes/mapping_alternative.go 59.18% 14 Missing and 6 partials ⚠️
semantics/type_resolver.go 85.38% 15 Missing and 4 partials ⚠️
semantics/semantic_analyzer.go 82.47% 13 Missing and 4 partials ⚠️
ast/pretty_printer.go 93.61% 3 Missing and 3 partials ⚠️
ast/walk.go 82.85% 4 Missing and 2 partials ⚠️
semtypes/core.go 66.66% 6 Missing ⚠️
ast/ast.go 75.00% 4 Missing ⚠️
... and 5 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #183      +/-   ##
==========================================
+ Coverage   27.99%   30.21%   +2.21%     
==========================================
  Files         254      254              
  Lines       53865    54511     +646     
==========================================
+ Hits        15082    16469    +1387     
+ Misses      37855    37052     -803     
- Partials      928      990      +62     

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

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.

Record type support

1 participant