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

Implement enumerator for Composite ByteString. #1396

Merged
merged 1 commit into from
Nov 12, 2015

Conversation

tintoy
Copy link
Contributor

@tintoy tintoy commented Nov 3, 2015

Hi. I ran into this while working with Akka I/O (specifically, concatenated ByteStrings can't be enumerated). I was going to add a couple of tests for this, but I see that the existing spec for ByteString doesn't currently cover IEnumerable at all. I'm wondering if this is because there's a separate "iterator" implemented on ByteString (a Scala artefact, perhaps?)...

Anyway, let me know if some tests would be helpful, I don't mind writing them.

@tintoy
Copy link
Contributor Author

tintoy commented Nov 3, 2015

Ah, just read the contributor's guide - I should have done this on a feature branch. That was a bit lazy of me. Sorry.

Aaronontheweb added a commit that referenced this pull request Nov 12, 2015
Implement enumerator for Composite ByteString.
@Aaronontheweb Aaronontheweb merged commit be84ffe into akkadotnet:dev Nov 12, 2015
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