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

Remove the @message annotation #798

Merged
merged 1 commit into from
Feb 21, 2020
Merged

Remove the @message annotation #798

merged 1 commit into from
Feb 21, 2020

Conversation

cb372
Copy link
Member

@cb372 cb372 commented Feb 21, 2020

It was a relic from the IDL generation feature which has been removed.

What this does?

Changes, features, fixes ...

Checklist

  • Reviewed the diff to look for typos, println and format errors.
  • Updated the docs accordingly.

It was a relic from the IDL generation feature which has been removed.
@@ -38,10 +38,8 @@ sealed abstract class MethodNameStyle extends Product with Serializable
case object Unchanged extends MethodNameStyle
case object Capitalize extends MethodNameStyle

class message extends StaticAnnotation
class option(name: String, value: Any) extends StaticAnnotation
class outputPackage(value: String) extends StaticAnnotation
class outputName(value: String) extends StaticAnnotation
Copy link
Member Author

@cb372 cb372 Feb 21, 2020

Choose a reason for hiding this comment

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

I think these annotations can also go, but I wanted to keep the PR small. Also we need to update skeuomorph to ensure it doesn't include them in generated code.

Copy link
Member

@BenFradet BenFradet left a comment

Choose a reason for hiding this comment

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

👍

@codecov
Copy link

codecov bot commented Feb 21, 2020

Codecov Report

Merging #798 into master will decrease coverage by 0.05%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #798      +/-   ##
==========================================
- Coverage   72.01%   71.96%   -0.06%     
==========================================
  Files          68       68              
  Lines        1047     1045       -2     
  Branches       12       12              
==========================================
- Hits          754      752       -2     
  Misses        293      293
Impacted Files Coverage Δ
...kindness/mu/rpc/srcgen/avro/AvroSrcGenerator.scala 76.27% <100%> (-0.78%) ⬇️

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 98c70b4...f605165. Read the comment docs.

@cb372 cb372 merged commit 8b2833e into master Feb 21, 2020
@cb372 cb372 deleted the remove-message-annotation branch February 21, 2020 12:19
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.

4 participants