-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
[corlib] Import System.IO.Stream/BufferedStream from CoreFX #10880
Conversation
@monojenkins build failed |
1 similar comment
@monojenkins build failed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add tests for the imported types
03dbfc7
to
3835eb6
Compare
7e88ced
to
45c5e5b
Compare
@monojenkins build |
1 similar comment
@monojenkins build |
@monojenkins commit apidiff and csproj |
@alexischr you should merge the corefx changes first and then bump the submodule ref here to avoid problems like we had recently where the submodule was pointing to an older commit, and only then do the apidiff commit (since as soon as you do that no other apidiff changes can go in on other PRs because it's the same submodule) |
@alexischr could you resolve the conflict |
45c5e5b
to
e85ac26
Compare
e85ac26
to
3bfe5a9
Compare
@monojenkins commit apidiff and csproj |
1 similar comment
@monojenkins commit apidiff and csproj |
@akoeplinger @alexischr Could you backport it into 2018-10. We have a lot of hacks to avoid NotImplementedException from Stream.cs and we should add new hacks to migrate to 2018-10? |
Merge with mono/corert#26
Part of #7246
Adds ~300 tests