Skip to content

Conversation

@dotnet-bot
Copy link
Contributor

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

git fetch --all
git checkout merges/master-to-release/dev16.8
git reset --hard upstream/release/dev16.8
git merge upstream/master
# Fix merge conflicts
git commit
git push upstream merges/master-to-release/dev16.8 --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 <pcarter@fastmail.com>
* 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 <pcarter@fastmail.com>
* 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
@KevinRansom KevinRansom merged commit 203e472 into release/dev16.8 Jul 25, 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.

5 participants