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

Send worker changes to master #42294

Merged
merged 137 commits into from
Mar 27, 2024

Merge remote-tracking branch 'upstream/master' into worker_change

6d20660
Select commit
Loading
Failed to load commit list.
Merged

Send worker changes to master #42294

Merge remote-tracking branch 'upstream/master' into worker_change
6d20660
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Mar 26, 2024 in 1s

87.14% of diff hit (target 0.00%)

View this Pull Request on Codecov

87.14% of diff hit (target 0.00%)

Annotations

Check warning on line 105 in bvm/ballerina-runtime/src/main/java/io/ballerina/runtime/internal/scheduling/WorkerDataChannel.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

bvm/ballerina-runtime/src/main/java/io/ballerina/runtime/internal/scheduling/WorkerDataChannel.java#L104-L105

Added lines #L104 - L105 were not covered by tests

Check warning on line 608 in compiler/ballerina-lang/src/main/java/io/ballerina/compiler/api/impl/NodeFinder.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

compiler/ballerina-lang/src/main/java/io/ballerina/compiler/api/impl/NodeFinder.java#L608

Added line #L608 was not covered by tests

Check warning on line 611 in compiler/ballerina-lang/src/main/java/io/ballerina/compiler/api/impl/NodeFinder.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

compiler/ballerina-lang/src/main/java/io/ballerina/compiler/api/impl/NodeFinder.java#L610-L611

Added lines #L610 - L611 were not covered by tests

Check warning on line 617 in compiler/ballerina-lang/src/main/java/io/ballerina/compiler/api/impl/NodeFinder.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

compiler/ballerina-lang/src/main/java/io/ballerina/compiler/api/impl/NodeFinder.java#L617

Added line #L617 was not covered by tests

Check warning on line 620 in compiler/ballerina-lang/src/main/java/io/ballerina/compiler/api/impl/NodeFinder.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

compiler/ballerina-lang/src/main/java/io/ballerina/compiler/api/impl/NodeFinder.java#L619-L620

Added lines #L619 - L620 were not covered by tests

Check warning on line 834 in compiler/ballerina-lang/src/main/java/io/ballerina/compiler/api/impl/SymbolFinder.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

compiler/ballerina-lang/src/main/java/io/ballerina/compiler/api/impl/SymbolFinder.java#L834

Added line #L834 was not covered by tests

Check warning on line 844 in compiler/ballerina-lang/src/main/java/io/ballerina/compiler/api/impl/SymbolFinder.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

compiler/ballerina-lang/src/main/java/io/ballerina/compiler/api/impl/SymbolFinder.java#L844

Added line #L844 was not covered by tests

Check warning on line 717 in compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/bir/model/BIRTerminator.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/bir/model/BIRTerminator.java#L717

Added line #L717 was not covered by tests

Check warning on line 723 in compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/bir/model/BIRTerminator.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/bir/model/BIRTerminator.java#L723

Added line #L723 was not covered by tests

Check warning on line 766 in compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/bir/model/BIRTerminator.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/bir/model/BIRTerminator.java#L766

Added line #L766 was not covered by tests

Check warning on line 772 in compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/bir/model/BIRTerminator.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/bir/model/BIRTerminator.java#L772

Added line #L772 was not covered by tests

Check warning on line 150 in compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/bir/model/BIRVisitor.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/bir/model/BIRVisitor.java#L150

Added line #L150 was not covered by tests

Check warning on line 154 in compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/bir/model/BIRVisitor.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/bir/model/BIRVisitor.java#L154

Added line #L154 was not covered by tests

Check warning on line 288 in compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/bir/optimizer/BIRBasicBlockOptimizer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/bir/optimizer/BIRBasicBlockOptimizer.java#L288

Added line #L288 was not covered by tests

Check warning on line 290 in compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/bir/optimizer/BIRBasicBlockOptimizer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/bir/optimizer/BIRBasicBlockOptimizer.java#L290

Added line #L290 was not covered by tests

Check warning on line 2724 in compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/desugar/QueryDesugar.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/desugar/QueryDesugar.java#L2721-L2724

Added lines #L2721 - L2724 were not covered by tests

Check warning on line 2733 in compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/desugar/QueryDesugar.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/desugar/QueryDesugar.java#L2729-L2733

Added lines #L2729 - L2733 were not covered by tests

Check warning on line 2103 in compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/semantics/analyzer/CodeAnalyzer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/semantics/analyzer/CodeAnalyzer.java#L2103

Added line #L2103 was not covered by tests

Check warning on line 2253 in compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/semantics/analyzer/CodeAnalyzer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/semantics/analyzer/CodeAnalyzer.java#L2253

Added line #L2253 was not covered by tests

Check warning on line 828 in compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/tree/BLangNodeTransformer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/tree/BLangNodeTransformer.java#L828

Added line #L828 was not covered by tests

Check warning on line 832 in compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/tree/BLangNodeTransformer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/tree/BLangNodeTransformer.java#L832

Added line #L832 was not covered by tests

Check warning on line 584 in compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/tree/BLangNodeVisitor.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/tree/BLangNodeVisitor.java#L584

Added line #L584 was not covered by tests

Check warning on line 588 in compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/tree/BLangNodeVisitor.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/tree/BLangNodeVisitor.java#L588

Added line #L588 was not covered by tests

Check warning on line 1052 in compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/tree/SimpleBLangNodeAnalyzer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/tree/SimpleBLangNodeAnalyzer.java#L1050-L1052

Added lines #L1050 - L1052 were not covered by tests

Check warning on line 1055 in compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/tree/SimpleBLangNodeAnalyzer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/tree/SimpleBLangNodeAnalyzer.java#L1055

Added line #L1055 was not covered by tests