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

refactor: remove usage of 'self' #884

Merged
merged 2 commits into from Jan 15, 2020
Merged

refactor: remove usage of 'self' #884

merged 2 commits into from Jan 15, 2020

Conversation

schmidt-sebastian
Copy link
Contributor

No description provided.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jan 14, 2020
@schmidt-sebastian schmidt-sebastian added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jan 15, 2020
@kokoro-team kokoro-team removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Jan 15, 2020
@codecov
Copy link

codecov bot commented Jan 15, 2020

Codecov Report

Merging #884 into master will decrease coverage by <.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #884      +/-   ##
=========================================
- Coverage    96.6%   96.6%   -0.01%     
=========================================
  Files          25      25              
  Lines       15541   15539       -2     
  Branches     1151    1151              
=========================================
- Hits        15013   15011       -2     
  Misses        519     519              
  Partials        9       9
Impacted Files Coverage Δ
dev/src/types.ts 100% <ø> (ø) ⬆️

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 850fc6c...074613f. Read the comment docs.

Copy link

@thebrianchen thebrianchen left a comment

Choose a reason for hiding this comment

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

I think there's one more instance of self = this here as well.

@schmidt-sebastian
Copy link
Contributor Author

I think there's one more instance of self = this here as well.

Yeah, that is still needed since we use this.push() in the through2 context. Going away with #886

@schmidt-sebastian schmidt-sebastian merged commit cd0d758 into master Jan 15, 2020
@schmidt-sebastian schmidt-sebastian deleted the mrschmidt/self branch January 15, 2020 00:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants