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

Merge master to release/dev16.7 #9391

Merged
merged 6 commits into from
Jun 4, 2020

Conversation

dotnet-bot
Copy link
Contributor

This is an automatically generated pull request from master into release/dev16.7.

git fetch --all
git checkout merges/master-to-release/dev16.7
git reset --hard upstream/release/dev16.7
git merge upstream/master
# Fix merge conflicts
git commit
git push upstream merges/master-to-release/dev16.7 --force

Once all conflicts are resolved and all the tests pass, you are free to merge the pull request.

dotnet-maestro bot and others added 6 commits June 3, 2020 17:38
…602.3 (#9385)

Microsoft.DotNet.Arcade.Sdk
 From Version 1.0.0-beta.20301.10 -> To Version 1.0.0-beta.20302.3

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
* fix loader

* typos
* Remove redundant "new" keywords in async.fs.

* Refactor the use of AsyncReturn and (un)fake to produce better IL code.

The calls to fake() are everywhere inlined and translated to an ldnull. The calls to unfake were replaced by ignore.
The (un)fake functions inside the AsyncPrimitives module were already properly inlined and were not changed.
And remove a branch in Trampoline.Execute.

* Avoid allocating an option in Async.Parallel.

* Remove AsyncActivation.CallExceptionContinuation.

It is identical with AsyncActivation.econt.

* Add a test for cancelling an Async by ThrowingIfRequested.

* Remove a double inversion of a variable.

Use parameterless Action delegates in cancellation event handlers.
* Update expression ranges

* Keep parens in parsed operator uses

* Fix getting parameter info for prefix operator invocations
* Update SDK stuff in build

* add it back
@KevinRansom KevinRansom merged commit 7673d5e into release/dev16.7 Jun 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants