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

Add gRPC compiler plugin #154

Merged
merged 59 commits into from
Apr 9, 2021
Merged

Add gRPC compiler plugin #154

merged 59 commits into from
Apr 9, 2021

Conversation

BuddhiWathsala
Copy link
Contributor

Purpose

Fixes ballerina-platform/ballerina-library#814

Automation tests

  • Unit tests

    Yes

Test environment

  • macOS
  • Java 11
  • SLAlpha 3 and 4

@BuddhiWathsala BuddhiWathsala marked this pull request as draft April 1, 2021 09:37
@codecov
Copy link

codecov bot commented Apr 1, 2021

Codecov Report

Merging #154 (609e26b) into master (ad6333c) will increase coverage by 0.97%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #154      +/-   ##
============================================
+ Coverage     39.44%   40.41%   +0.97%     
  Complexity      572      572              
============================================
  Files           115      113       -2     
  Lines          6110     5963     -147     
  Branches       1108     1083      -25     
============================================
  Hits           2410     2410              
+ Misses         3342     3195     -147     
  Partials        358      358              
Impacted Files Coverage Δ Complexity Δ
...allerinalang/net/grpc/ClientConnectorListener.java 43.70% <ø> (ø) 10.00 <0.00> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ad6333c...609e26b. Read the comment docs.

@BuddhiWathsala BuddhiWathsala requested a review from daneshk April 1, 2021 09:48
@BuddhiWathsala BuddhiWathsala requested review from daneshk and removed request for daneshk April 8, 2021 09:58
@BuddhiWathsala BuddhiWathsala marked this pull request as ready for review April 8, 2021 10:01
@BuddhiWathsala BuddhiWathsala requested a review from pubudu91 April 8, 2021 10:31
Currently, the end-of-stream is indicated using nil.
Copy link
Member

@daneshk daneshk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@BuddhiWathsala BuddhiWathsala merged commit f0c5af1 into master Apr 9, 2021
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.

Implement a new compiler plugin to validate new service syntax
2 participants