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 new worker semantics - Part I #41754

Merged

Conversation

lochana-chathura
Copy link
Member

@lochana-chathura lochana-chathura commented Nov 22, 2023

Purpose

  • Create channel per each worker message send-receive
  • Add support for alternate receive up to desugar

Approach

N/A

Samples

N/A

Remarks

N/A

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 Nov 23, 2023

Codecov Report

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

Comparison is base (7fd8965) 0.00% compared to head (b9cf39a) 76.72%.
Report is 55 commits behind head on worker_change.

Files Patch % Lines
...2/ballerinalang/compiler/desugar/QueryDesugar.java 0.00% 5 Missing ⚠️
...lang/compiler/semantics/analyzer/CodeAnalyzer.java 76.19% 4 Missing and 1 partial ⚠️
.../compiler/semantics/analyzer/DataflowAnalyzer.java 0.00% 4 Missing ⚠️
...compiler/semantics/analyzer/IsolationAnalyzer.java 0.00% 4 Missing ⚠️
...inalang/compiler/tree/SimpleBLangNodeAnalyzer.java 0.00% 3 Missing ⚠️
...ballerinalang/compiler/desugar/ClosureDesugar.java 0.00% 2 Missing ⚠️
...llerinalang/compiler/desugar/ClosureGenerator.java 0.00% 2 Missing ⚠️
...rinalang/compiler/desugar/ConstantPropagation.java 0.00% 2 Missing ⚠️
...g/wso2/ballerinalang/compiler/desugar/Desugar.java 0.00% 2 Missing ⚠️
...main/java/org/ballerinalang/model/TreeBuilder.java 50.00% 1 Missing ⚠️
... and 5 more
Additional details and impacted files
@@                 Coverage Diff                  @@
##             worker_change   #41754       +/-   ##
====================================================
+ Coverage             0.00%   76.72%   +76.72%     
- Complexity               0    52731    +52731     
====================================================
  Files                    9     2883     +2874     
  Lines                   35   198858   +198823     
  Branches                 0    25817    +25817     
====================================================
+ Hits                     0   152572   +152572     
- Misses                  35    37854    +37819     
- Partials                 0     8432     +8432     

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

@lochana-chathura lochana-chathura changed the title Implement new worker semantics Implement new worker semantics - Part I Nov 23, 2023
@lochana-chathura lochana-chathura marked this pull request as ready for review November 23, 2023 09:30
@lochana-chathura lochana-chathura merged commit 71e46db into ballerina-platform:worker_change Nov 23, 2023
6 checks passed
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.

2 participants