Skip to content
This repository has been archived by the owner on Aug 2, 2023. It is now read-only.

Changed IMemoryList based on Pipelines API Review #1982

Merged
merged 1 commit into from
Dec 15, 2017

Conversation

KrzysztofCwalina
Copy link
Member

  • Renamed Rest to Next
  • Removed interfaces it extended
  • Removed CopyTo
  • Updated pipelines to use this (shared) interface

@pakrym, @ahsonkhan, @joshfree

@davidfowl
Copy link
Member

Getting closer

@@ -9,6 +9,118 @@

namespace System.Buffers
{

public static class MemoryListExtensions
Copy link
Member

Choose a reason for hiding this comment

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

Are we going to use the ReadableBuffer implementation?

Copy link
Member Author

Choose a reason for hiding this comment

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

For?

BTW, this project is not even referenced by the pipelines. I needed to add all these extension methods below to be able to compile existing code (in this project) after removing CopyTo, and ISequence implementations from IMemoryList. i.e. there is no plan to ship these members.

Copy link
Member

Choose a reason for hiding this comment

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

Ah I see

@KrzysztofCwalina KrzysztofCwalina merged commit b986281 into dotnet:master Dec 15, 2017
@KrzysztofCwalina KrzysztofCwalina deleted the IMemoryList branch January 3, 2018 00:20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants