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

Added Annotate Provide Option to inject named values without relying on Out #656

Merged
merged 4 commits into from
Nov 8, 2018
Merged

Conversation

srikrsna
Copy link
Contributor

@srikrsna srikrsna commented Nov 7, 2018

Picking off where #633 was left out for #610. I believe once this is implemented #653 can be reasoned about in a better way.

I've also tried to incorporate all code review comments from #633 and also added some documentation.

@CLAassistant
Copy link

CLAassistant commented Nov 7, 2018

CLA assistant check
All committers have signed the CLA.

@codecov
Copy link

codecov bot commented Nov 7, 2018

Codecov Report

Merging #656 into master will increase coverage by 0.12%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #656      +/-   ##
=========================================
+ Coverage   95.58%   95.7%   +0.12%     
=========================================
  Files           9       9              
  Lines         385     396      +11     
=========================================
+ Hits          368     379      +11     
  Misses         12      12              
  Partials        5       5
Impacted Files Coverage Δ
app.go 96.53% <100%> (+0.23%) ⬆️

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 9c82e1d...52737f9. Read the comment docs.

Copy link
Collaborator

@abhinav abhinav left a comment

Choose a reason for hiding this comment

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

Wow, thank you. This is excellent!

I left minor style nits but I see no issues besides that. Can I get another
pair of eyes, @akshayjshah @glibsm @mh-park?

annotated_test.go Show resolved Hide resolved
annotated_test.go Show resolved Hide resolved
Copy link
Collaborator

@glibsm glibsm left a comment

Choose a reason for hiding this comment

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

lgtm.
Thank you for taking the time to contribute

annotated_test.go Outdated Show resolved Hide resolved
@srikrsna
Copy link
Contributor Author

srikrsna commented Nov 8, 2018

All Done.

@abhinav abhinav merged commit bd9897f into uber-go:master Nov 8, 2018
@abhinav
Copy link
Collaborator

abhinav commented Nov 8, 2018

Thanks, @srikrsna!

@srikrsna srikrsna deleted the annotated branch November 8, 2018 18:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants