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 dev16.1 #6560

Merged
merged 8 commits into from
Apr 16, 2019
Merged

Merge master to dev16.1 #6560

merged 8 commits into from
Apr 16, 2019

Conversation

dotnet-bot
Copy link
Contributor

This is an automatically generated pull request from master into dev16.1.

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

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

KevinRansom and others added 8 commits April 16, 2019 09:25
* Trying to optimize span in for loop

* Added Span_GetItem call

* Almost success with optimization

* Fixed code gen

* Added Span optimization tests

* Added ReadOnlySpan opt

* Cleaning up tests

* Moving tests around

* Trying to figure out span tests

* Trying to fix some tests

* Trying to get some more tests passing

* Fixed range

* Trying to get tests to pass again

* Fixing tests for netcore

* Fix build

* When a solution becomes unloaded, we should clear F#'s cache (#6420)

* Changing if directives

* Simplifying

* Using a type shape for span optimization

* Fixing one test

* Drastically simplified looking at the type shape for Span

* Simplified a bit more

* RunScript has expected error messages

* Add back net472

* Feedback

* Update SpanOptimizationTests.fs

* Update SpanOptimizationTests.fs
* Optimization of inlined code doesn't always reduce `Some` allocations for optional arguments

* add codegen test

* add baseline

* Update OptionalArg01.fs
@brettfo brettfo merged commit a3d6e55 into dev16.1 Apr 16, 2019
@brettfo brettfo deleted the merges/master-to-dev16.1 branch April 16, 2019 23:18
@dotnet-bot dotnet-bot restored the merges/master-to-dev16.1 branch April 16, 2019 23:58
@dotnet-bot dotnet-bot deleted the merges/master-to-dev16.1 branch April 16, 2019 23:58
@dotnet-bot dotnet-bot restored the merges/master-to-dev16.1 branch April 16, 2019 23:59
@dotnet-bot dotnet-bot deleted the merges/master-to-dev16.1 branch April 16, 2019 23:59
@dotnet-bot dotnet-bot restored the merges/master-to-dev16.1 branch April 17, 2019 00:01
@dotnet-bot dotnet-bot deleted the merges/master-to-dev16.1 branch April 17, 2019 00:01
@dotnet-bot dotnet-bot restored the merges/master-to-dev16.1 branch April 17, 2019 12:02
@dotnet-bot dotnet-bot deleted the merges/master-to-dev16.1 branch April 17, 2019 12:02
nosami pushed a commit to xamarin/visualfsharp that referenced this pull request Jan 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants