Skip to content
This repository has been archived by the owner on Nov 1, 2020. It is now read-only.

[Port from CoreCLR] Implement slicing APIs for ArraySegment<T> #3364

Merged
merged 1 commit into from
Apr 18, 2017

Conversation

jamesqo
Copy link
Contributor

@jamesqo jamesqo commented Apr 18, 2017

This is a port of ArraySegment's slicing APIs from dotnet/coreclr#9926.

/cc @jkotas

@jamesqo
Copy link
Contributor Author

jamesqo commented Apr 18, 2017

@jkotas BTW, I see you guys have a shared folder in coreclr, presumably to share sources between there and corert. Should ArraySegment<T> go there?

@jkotas jkotas merged commit 0de1386 into dotnet:master Apr 18, 2017
@jkotas
Copy link
Member

jkotas commented Apr 18, 2017

Thanks!

I see you guys have a shared folder in coreclr, presumably to share sources between there and corert. Should ArraySegment go there?

Yes. We have been reconciling diffs between CoreCLR and CoreRT, and moving the files over to the shared folder. The shared folder is automatically mirrored between CoreCLR and CoreRT. We are 40-50% done.

@jamesqo jamesqo deleted the aseg.slice branch April 18, 2017 15:04
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants