Skip to content
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

[2201.8.x] Fix value conversion to union types with cyclic members #41936

Merged

Conversation

Nadeeshan96
Copy link
Contributor

Purpose

Describe the problems, issues, or needs driving this feature/fix and include links to related issues.

$title
Fixes #41930

Approach

Describe how you are implementing the solutions along with the design details.

Samples

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

Remarks

List any other known issues, related PRs, TODO items, or any other notes related to the PR.

Check List

  • Read the Contributing Guide
  • Updated Change Log
  • Checked Tooling Support (#)
  • Added necessary tests
    • Unit Tests
    • Spec Conformance Tests
    • Integration Tests
    • Ballerina By Example Tests
  • Increased Test Coverage
  • Added necessary documentation
    • API documentation
    • Module documentation in Module.md files
    • Ballerina By Examples

@Nadeeshan96 Nadeeshan96 added the Team/jBallerina All the issues related to BIR, JVM backend code generation and runtime label Jan 5, 2024
@Nadeeshan96 Nadeeshan96 marked this pull request as draft January 5, 2024 05:04
Copy link

codecov bot commented Jan 5, 2024

Codecov Report

Attention: 11 lines in your changes are missing coverage. Please review.

Comparison is base (218ea39) 0.00% compared to head (061f823) 76.36%.
Report is 12 commits behind head on 2201.8.x.

Files Patch % Lines
.../runtime/transactions/TransactionLocalContext.java 0.00% 6 Missing ⚠️
...ntime/transactions/TransactionResourceManager.java 0.00% 5 Missing ⚠️
Additional details and impacted files
@@               Coverage Diff               @@
##             2201.8.x   #41936       +/-   ##
===============================================
+ Coverage        0.00%   76.36%   +76.36%     
- Complexity          0    52570    +52570     
===============================================
  Files               9     2880     +2871     
  Lines              35   198795   +198760     
  Branches            0    25829    +25829     
===============================================
+ Hits                0   151811   +151811     
- Misses             35    38629    +38594     
- Partials            0     8355     +8355     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Nadeeshan96 Nadeeshan96 marked this pull request as ready for review January 5, 2024 08:54
Copy link
Contributor

@HindujaB HindujaB left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Contributor

@warunalakshitha warunalakshitha left a comment

Choose a reason for hiding this comment

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

LGTM

@warunalakshitha warunalakshitha merged commit ffb3558 into ballerina-platform:2201.8.x Feb 8, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team/jBallerina All the issues related to BIR, JVM backend code generation and runtime
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants