-
Notifications
You must be signed in to change notification settings - Fork 757
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
Lang Changes - Combined PR #20920
Merged
hasithaa
merged 33 commits into
ballerina-platform:master
from
hasithaa:lang_changes_200207
Feb 7, 2020
Merged
Lang Changes - Combined PR #20920
hasithaa
merged 33 commits into
ballerina-platform:master
from
hasithaa:lang_changes_200207
Feb 7, 2020
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 failing formatting tests
When declaring a listener, user no longer have to explocitly mention the listener type. Type will be inferred from rhs expression as the same way `var` is handled Signed-off-by: KRVPerera <rukshan.viduranga@gmail.com>
…i/ballerina into lang_changes_200207
…ra/ballerina-lang into lang_changes_200207
…ballerina-lang into lang_changes_200207
MaryamZi
approved these changes
Feb 7, 2020
Codecov Report
@@ Coverage Diff @@
## master #20920 +/- ##
=======================================
Coverage 14.59% 14.59%
=======================================
Files 51 51
Lines 1398 1398
Branches 214 214
=======================================
Hits 204 204
Misses 1178 1178
Partials 16 16 Continue to review full report at Codecov.
|
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
Combination of PRs #20714 #20751 #18200