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 basic types as semtypes in runtime #42794

Conversation

heshanpadmasiri
Copy link
Member

Purpose

$subject

Fixes #42258

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

@heshanpadmasiri heshanpadmasiri force-pushed the exp/runtime-wrapped-semtypes branch 2 times, most recently from 6b8ded0 to 5bdc773 Compare May 23, 2024 13:15
Copy link

codecov bot commented May 23, 2024

Codecov Report

Attention: Patch coverage is 71.71888% with 334 lines in your changes missing coverage. Please review.

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

Files Patch % Lines
...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/io/ballerina/runtime/api/types/semtype/Core.java 70.80% 26 Missing and 14 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 ⚠️
...erina/runtime/api/types/semtype/SemTypeHelper.java 0.00% 29 Missing ⚠️
.../internal/types/semtype/EnumerableSubtypeData.java 74.15% 17 Missing and 6 partials ⚠️
...lerina/runtime/internal/types/BSemTypeWrapper.java 69.69% 10 Missing ⚠️
...ballerina/runtime/internal/types/BIntegerType.java 82.35% 5 Missing and 1 partial ⚠️
... and 12 more
Additional details and impacted files
@@               Coverage Diff                @@
##             nutcracker   #42794      +/-   ##
================================================
- Coverage         77.38%   77.33%   -0.06%     
- Complexity        52439    52696     +257     
================================================
  Files              2996     3019      +23     
  Lines            208007   209198    +1191     
  Branches          27215    27431     +216     
================================================
+ Hits             160962   161777     +815     
- Misses            38192    38475     +283     
- Partials           8853     8946      +93     

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

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.

@github-actions github-actions bot added the Stale label Jun 13, 2024
@lochana-chathura lochana-chathura added Team/CompilerFE All issues related to Language implementation and Compiler, this exclude run times. Team/jBallerina All the issues related to BIR, JVM backend code generation and runtime Area/SemtypeIntegration Issue related to integrating semtype engine and removed Team/CompilerFE All issues related to Language implementation and Compiler, this exclude run times. labels Jun 28, 2024
@heshanpadmasiri heshanpadmasiri force-pushed the exp/runtime-wrapped-semtypes branch 3 times, most recently from cd32cc5 to b9cbc0b Compare July 22, 2024 03:32
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