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

Implement cell semtype in runtime #42847

Conversation

heshanpadmasiri
Copy link
Member

Purpose

Extend #42794 to support cell types

Fixes #42802

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

Copy link

codecov bot commented Jun 19, 2024

Codecov Report

Attention: Patch coverage is 71.46893% with 404 lines in your changes missing coverage. Please review.

Project coverage is 77.32%. Comparing base (ac243dd) to head (ed44599).
Report is 5 commits behind head on nutcracker.

Files Patch % Lines
...va/io/ballerina/runtime/api/types/semtype/Bdd.java 48.95% 42 Missing and 7 partials ⚠️
...untime/internal/types/semtype/BBooleanSubType.java 25.00% 37 Missing and 11 partials ⚠️
...runtime/internal/types/semtype/BStringSubType.java 48.27% 38 Missing and 7 partials ⚠️
...a/runtime/internal/types/semtype/BCellSubType.java 42.85% 26 Missing and 10 partials ⚠️
...untime/internal/types/semtype/BDecimalSubType.java 43.75% 27 Missing and 9 partials ⚠️
...na/runtime/internal/types/semtype/BIntSubType.java 78.20% 22 Missing and 12 partials ⚠️
.../runtime/internal/types/semtype/BFloatSubType.java 58.90% 18 Missing and 12 partials ⚠️
...a/io/ballerina/runtime/api/types/semtype/Core.java 78.83% 19 Missing and 10 partials ⚠️
...erina/runtime/api/types/semtype/SemTypeHelper.java 0.00% 29 Missing ⚠️
.../internal/types/semtype/EnumerableSubtypeData.java 86.51% 7 Missing and 5 partials ⚠️
... and 17 more
Additional details and impacted files
@@               Coverage Diff                @@
##             nutcracker   #42847      +/-   ##
================================================
- Coverage         77.38%   77.32%   -0.06%     
- Complexity        52439    52780     +341     
================================================
  Files              2996     3028      +32     
  Lines            208007   209427    +1420     
  Branches          27215    27468     +253     
================================================
+ Hits             160962   161944     +982     
- Misses            38192    38527     +335     
- Partials           8853     8956     +103     

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

@lochana-chathura lochana-chathura added Team/jBallerina All the issues related to BIR, JVM backend code generation and runtime Area/SemtypeIntegration Issue related to integrating semtype engine labels Jun 28, 2024
Copy link

This PR has been open for more than 15 days with no activity. This will be closed in 3 days unless the stale label is removed or commented.

Copy link

github-actions bot commented Aug 8, 2024

This PR has been open for more than 15 days with no activity. This will be closed in 3 days unless the stale label is removed or commented.

@github-actions github-actions bot added the Stale label Aug 8, 2024
Copy link

Closed PR due to inactivity for more than 18 days.

@heshanpadmasiri
Copy link
Member Author

Closed in favour of #43279

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area/SemtypeIntegration Issue related to integrating semtype engine 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.

2 participants