-
Notifications
You must be signed in to change notification settings - Fork 9
Merges to mono 3.8.0 #70
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
Merged
sushihangover
merged 945 commits into
PlayScriptRedux:playscript
from
sushihangover:merges-to-mono-3.8.0
Aug 23, 2015
Merged
Merges to mono 3.8.0 #70
sushihangover
merged 945 commits into
PlayScriptRedux:playscript
from
sushihangover:merges-to-mono-3.8.0
Aug 23, 2015
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…tors" This reverts commit 221b9c9.
…ions to allow code to be optimized away when DISABLE_REFLECTION_EMIT is defined.
…e optimized away when DISABLE_REFLECTION_EMIT is defined.
…ers when calling FieldInfo:get_marshal_info ().
… InvokeDynamic. Fixes #21196. The previous fix to handle curried delegates with DynamicInvoke did not correctly handle those create with IL (in contrast to Delegate.CreateDelegate), as they don't hit any managed code. The solution is to always require DelegateData to be filled for InvokeDynamic, if not, lazily calculate it.
…ed(). The objects end up being pinned anyway, but in SGen's case they are placed in the nursery, creating permanent fragmentation.
claims must be added regardless of identity parameter Since constructors are chained in that class, this wrong behaviour causes chained trouble of claims to be never added
wrong behaviour in ClaimsIdentity's constructor
Parsing was failing when a port was specified after IPv6 address. ie: "http://[::1]:8080"
…generic context. Fixes #21388. We need to pass the right generic context to the method parsing so local variables with generic argument types get the owner properly set. In addition to that, harden the icall in case the owner is not set.
Added Uri.ParseNoException error cases. Changed to behave as Uri.ParseNoException.
Conflicts: mcs/mcs/parameter.cs
Conflicts: mcs/mcs/anonymous.cs
6d0acd3
to
3638837
Compare
sushihangover
added a commit
that referenced
this pull request
Aug 23, 2015
Merges up to and a a few past the start of mono 3.8.1
sushihangover
added a commit
to sushihangover/playscript
that referenced
this pull request
Sep 2, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Ref #69