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

Rename Start() to Run() since it's a blocking call #1790

Merged
merged 1 commit into from
Sep 16, 2020
Merged

Rename Start() to Run() since it's a blocking call #1790

merged 1 commit into from
Sep 16, 2020

Conversation

nilebox
Copy link
Member

@nilebox nilebox commented Sep 16, 2020

Description:
Rename Start() to Run() to follow the naming pattern used in Go, e.g. see blocking Cmd.Run vs non-blocking Cmd.Start.

Revisiting #615
@tigrannajaryan @bogdandrutu This is a trivial breaking one-line change compared to many other breaking changes introduced in the recent releases and affecting every single custom component, so I think it's worth reconsidering the previous decision before GA.

Documentation: Included into CHANGELOG as a breaking change

@codecov
Copy link

codecov bot commented Sep 16, 2020

Codecov Report

Merging #1790 into master will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1790   +/-   ##
=======================================
  Coverage   91.66%   91.66%           
=======================================
  Files         262      262           
  Lines       18603    18603           
=======================================
  Hits        17052    17052           
  Misses       1118     1118           
  Partials      433      433           
Impacted Files Coverage Δ
service/service.go 55.20% <100.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 e00fdab...862fc07. Read the comment docs.

Copy link
Member

@tigrannajaryan tigrannajaryan left a comment

Choose a reason for hiding this comment

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

LGTM

@bogdandrutu bogdandrutu merged commit 397c8de into open-telemetry:master Sep 16, 2020
hughesjj pushed a commit to hughesjj/opentelemetry-collector that referenced this pull request Apr 27, 2023
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.

3 participants