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

Removing String() method from Packet interface #108

Merged
merged 1 commit into from
Sep 15, 2021
Merged

Conversation

adamroach
Copy link
Contributor

Description

Per discussion on Slack, this patch undoes the addition
of a String() method on a Packet. Compound packets
now use the new stringify() function if a contained
Packet doesn't include a String() method.

Per discussion on Slack, this patch undoes the addition
of a `String()` method on a Packet. Compound packets
now use the new `stringify()` function if a contained
Packet doesn't include a `String()` method.
@codecov
Copy link

codecov bot commented Sep 14, 2021

Codecov Report

Merging #108 (7631eb6) into master (40a5947) will decrease coverage by 0.22%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #108      +/-   ##
==========================================
- Coverage   72.67%   72.45%   -0.23%     
==========================================
  Files          20       20              
  Lines        1281     1285       +4     
==========================================
  Hits          931      931              
- Misses        264      268       +4     
  Partials       86       86              
Flag Coverage Δ
go 72.45% <0.00%> (-0.23%) ⬇️
wasm 72.45% <0.00%> (-0.23%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
compound_packet.go 69.64% <0.00%> (-5.36%) ⬇️
packet.go 64.51% <ø> (ø)

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 40a5947...7631eb6. Read the comment docs.

@adamroach adamroach self-assigned this Sep 14, 2021
@Sean-Der Sean-Der merged commit 516927b into master Sep 15, 2021
@Sean-Der Sean-Der deleted the remove-string branch September 15, 2021 13:52
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.

None yet

2 participants