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 warning comments of stable implementation #3399

Merged
merged 1 commit into from May 5, 2022

Conversation

hareku
Copy link
Contributor

@hareku hareku commented May 3, 2022

These were implemented 4 or 5 years ago, so they actually seem to be stable.

git blame: https://github.com/lucas-clemente/quic-go/blame/master/interface.go

@codecov
Copy link

codecov bot commented May 3, 2022

Codecov Report

Merging #3399 (90d182a) into master (5dedb7e) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #3399   +/-   ##
=======================================
  Coverage   85.36%   85.36%           
=======================================
  Files         135      135           
  Lines        9928     9928           
=======================================
  Hits         8475     8475           
  Misses       1068     1068           
  Partials      385      385           

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 5dedb7e...90d182a. Read the comment docs.

Copy link
Member

@marten-seemann marten-seemann left a comment

Choose a reason for hiding this comment

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

I'm ok with removing some of them, but the ConnectionState has undergone repeated change.

interface.go Outdated
Context() context.Context
// ConnectionState returns basic details about the QUIC connection.
// It blocks until the handshake completes.
// Warning: This API should not be considered stable and might change soon.
Copy link
Member

Choose a reason for hiding this comment

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

Don't remove this one please.

@marten-seemann marten-seemann merged commit 0a08d62 into quic-go:master May 5, 2022
nmldiegues pushed a commit to chungthuang/quic-go that referenced this pull request Jun 6, 2022
@MarcoPolo MarcoPolo mentioned this pull request Jul 7, 2022
41 tasks
sudarshan-reddy pushed a commit to sudarshan-reddy/quic-go that referenced this pull request Aug 9, 2022
@ajnavarro ajnavarro mentioned this pull request Aug 24, 2022
72 tasks
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