-
Notifications
You must be signed in to change notification settings - Fork 753
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
Rewrite stream functionality with ballerina #21523
Closed
gimantha
wants to merge
681
commits into
ballerina-platform:streams-rewrite
from
gimantha:streams-rewrite
Closed
Rewrite stream functionality with ballerina #21523
gimantha
wants to merge
681
commits into
ballerina-platform:streams-rewrite
from
gimantha:streams-rewrite
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fix checkstyle and code quality issues
Rewrite the CLI module implementation in Java which has implemented using Ballerina. Fixes #21015
[HTTP] Introduce common HTTP client config to remove repetition
Send vscode client configuration during initialization
Fix goto definition for record reference types
…write # Conflicts: # compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/bir/codegen/interop/ExternalMethodGen.java # compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/bir/codegen/interop/InteropMethodGen.java
Remove variable shadowing fixing interop cast issue
Decouple test runtime from test core
Signed-off-by: Rasika <[email protected]>
Signed-off-by: Rasika <[email protected]>
Signed-off-by: Rasika <[email protected]>
Fix build issues
…rm/ballerina-lang into jbal-with-latest-master
Exclude spotbugs warnings for codegen pkg and fix checkstyle issues
Exclude BIR emit pkg
Clean CreateJarTask class for spotbugs issue
Fix MetricsTestCase broken by jballerina migration
Fix custom error type description not being defined.
Fix interop negative unit tests
Fix LocalVariable table not having the var name
…build-change Implement XML cycle detection and align xml namespace handling with the spec
… into xml-proposal-nav � Conflicts: � tests/jballerina-unit-test/src/test/java/org/ballerinalang/test/types/xml/XMLNativeFunctionTest.java
Add completion support for spread operator
Disable force rerun gradle tasks from travis.yaml
Add lastIndexOf method
should fix class not found issue during the build
…ina-lang into streams-rewrite # Conflicts: # compiler/ballerina-lang/src/main/java/org/ballerinalang/model/tree/NodeKind.java # compiler/ballerina-lang/src/main/java/org/wso2/ballerinalang/compiler/parser/antlr4/BallerinaParser.java # language-server/modules/langserver-core/src/main/java/org/ballerinalang/langserver/common/LSNodeVisitor.java
Implement XML navigation syntax
Fix dependency tree of gradle outputs
Add sql, jdbc and mysql modules to ballerina
Fix transaction test cases
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Purpose
Please refer to the discussions in ballerina-platform/ballerina-spec#406
Fixes #21223, #21486, #21481