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 todo macro from tcp sink. #573

Merged
merged 2 commits into from
Nov 6, 2020
Merged

Remove todo macro from tcp sink. #573

merged 2 commits into from
Nov 6, 2020

Conversation

mfelsche
Copy link
Member

@mfelsche mfelsche commented Nov 6, 2020

Signed-off-by: Matthias Wahl mwahl@wayfair.com

Pull request

Remove leftover todo!() macro from TCP sink, rendering it unusable.

Description

Remove leftover todo!() macro from TCP sink, rendering it unusable.
And add a check for todo! so it fails CI if this ever happens again.

Related

Checklist

  • The RFC, if required, has been submitted and approved
  • Any user-facing impact of the changes is reflected in docs.tremor.rs
  • The code is tested
  • Use of unsafe code is reasoned about in a comment

Signed-off-by: Matthias Wahl <mwahl@wayfair.com>
Licenser
Licenser previously approved these changes Nov 6, 2020
Copy link
Member

@Licenser Licenser left a comment

Choose a reason for hiding this comment

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

LGTM 👍

Signed-off-by: Matthias Wahl <mwahl@wayfair.com>
Copy link
Member

@Licenser Licenser left a comment

Choose a reason for hiding this comment

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

LGTM 👍

@codecov
Copy link

codecov bot commented Nov 6, 2020

Codecov Report

Merging #573 into main will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #573   +/-   ##
=======================================
  Coverage   80.49%   80.49%           
=======================================
  Files         101      101           
  Lines       13770    13770           
=======================================
  Hits        11084    11084           
  Misses       2686     2686           

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 9d24a1c...8f68f65. Read the comment docs.

@mfelsche mfelsche merged commit 8b8c1b5 into main Nov 6, 2020
@mfelsche mfelsche deleted the tcp-sink-todo branch November 6, 2020 11:08
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.

2 participants