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

accept overlapping stream data #454

Merged
merged 3 commits into from
Feb 28, 2017
Merged

accept overlapping stream data #454

merged 3 commits into from
Feb 28, 2017

Conversation

marten-seemann
Copy link
Member

Fixes #408

Since we're still using the linked list, we should reopen #300.

@codecov-io
Copy link

codecov-io commented Feb 27, 2017

Codecov Report

Merging #454 into master will decrease coverage by -0.03%.
The diff coverage is 92.86%.

@@            Coverage Diff             @@
##           master     #454      +/-   ##
==========================================
- Coverage   90.57%   90.54%   -0.03%     
==========================================
  Files          78       78              
  Lines        5142     5168      +26     
==========================================
+ Hits         4657     4679      +22     
- Misses        310      312       +2     
- Partials      175      177       +2
Impacted Files Coverage Δ
stream_frame_sorter.go 95.35% <92.86%> (-4.65%)
frames/stream_frame.go 94.83% <0%> (-0.09%)

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 4de80a6...e674016. Read the comment docs.

@marten-seemann
Copy link
Member Author

Don't trust @codecov-io here, nothing was changed in client.go.

}

// fmt.Printf("Start Gap: %d to %d\n", gap.Value.Start, gap.Value.End)
// fmt.Printf("End Gap: %d to %d\n", endGap.Value.Start, endGap.Value.End)
Copy link
Member

Choose a reason for hiding this comment

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

Remove commented code

@marten-seemann marten-seemann force-pushed the streamframesorter branch 2 times, most recently from 2794298 to 14d6c8f Compare February 28, 2017 02:37
@marten-seemann
Copy link
Member Author

Done. Waiting with the merge until we resolve #456, to keep our CIs happy.

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