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

Add Strideable conformance to HTTP2StreamID #133

Merged
merged 2 commits into from
May 26, 2019

Conversation

Lukasa
Copy link
Contributor

@Lukasa Lukasa commented May 24, 2019

Motivation:

While working on other tests I realised that HTTP2StreamID is a type
that can meaningfully be strided, but it does not conform to Strideable.
We may as well add that conformance.

Modifications:

  • Added Strideable conformance to HTTP2StreamID.

Result:

Users can stride over HTTP2StreamIDs.

@Lukasa Lukasa added the semver/minor Adds new public API. label May 24, 2019
@Lukasa Lukasa added this to the 1.2.2 milestone May 24, 2019
@Lukasa Lukasa requested a review from weissi May 24, 2019 17:01
@Lukasa Lukasa force-pushed the cb-stream-ids-are-stridable branch from 5feccec to e0bb824 Compare May 24, 2019 17:04
Motivation:

While working on other tests I realised that HTTP2StreamID is a type
that can meaningfully be strided, but it does not conform to Strideable.
We may as well add that conformance.

Modifications:

- Added Strideable conformance to HTTP2StreamID.

Result:

Users can stride over HTTP2StreamIDs.
@Lukasa Lukasa force-pushed the cb-stream-ids-are-stridable branch from e0bb824 to f74bdd8 Compare May 24, 2019 17:05
Copy link
Member

@weissi weissi left a comment

Choose a reason for hiding this comment

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

thanks, looks good!

@Lukasa Lukasa merged commit dad9eee into apple:master May 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver/minor Adds new public API.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants