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 feature/tasks #9790

Merged
merged 4 commits into from
Jul 25, 2020

Conversation

dotnet-bot
Copy link
Contributor

This is an automatically generated pull request from master into feature/tasks.

git fetch --all
git checkout merges/master-to-feature/tasks
git reset --hard upstream/feature/tasks
git merge upstream/master
# Fix merge conflicts
git commit
git push upstream merges/master-to-feature/tasks --force

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

KevinRansom and others added 4 commits July 25, 2020 13:15
* Yeet fx_reshaped_msbuild

* Update fcs build
…9483)

* Move `String.length` to the top of its module so that the `length` function is in scope

* Improve performance of String.concat for arrays and lists

* Make concatArray local to String.concat

* Testing String.concat, make sure the new three paths are covered

* Remove "foo", "bax", "bar" in tests, making them more readable

Co-authored-by: Phillip Carter <[email protected]>
* Move `String.length` to the top of its module so that the `length` function is in scope

* Using known length for mapping, and unrolling x2 to improve perf of String.mapi by 2.5x

* Fix two unapparent errors in the unroll loop, fix nit on parens

* Add String.mapi tests for all new unrolling corner cases, and some general ones

* Add side-effect test, this would fail if sequentiality of String.mapi is broken

* Remove "foo" from tests

* Remove unrolling of loop in String.mapi

Co-authored-by: Phillip Carter <[email protected]>
* Initial work to fix op_UnaryPlus witness info

* Added UnaryPlusDynamic

* update surface area

* Only enable type provider test on net472

* Removing UnaryPlusDynamic

* fixing build

* fix comment

* Update prim-types.fs
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.

4 participants