Skip to content

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.

smoothdeveloper and others added 17 commits June 13, 2018 06:03
* use mutable instead of ref
* avoid calling List.Length just to compare if the length is equal (I believe this should be reusable function outside, but don't know where it is if it exists, or where to put it)
* shorten call to FormatMethInfoSig which is repeated more than any others in many places
* for loop instead of List.iter
* declare local instead of match over long expression
* remove spurious calls to ignore and unit
* update the error names in FSComp to keep the typrelNoImplementationGiven prefix atomic
….fs fsharpqa tests. Note that multiline error messages can't be matched as precisely, we need to drop the status="error" and id="..." from the <Expects> tags to match individual lines of the message separately.
…409.2 (#6482)

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19209.2
* Don't remove inlined mutable vars

* Added tests for inlined mutable vars
…410.7 (#6496)

- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19210.7
AllMethInfosOfTypeInScope with shortcut of extension methods
…reporting

error messages: report a list of missing overrides
Copy link

@ghost ghost left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto-approval

@ghost ghost merged commit d24ed0a into dev16.1 Apr 12, 2019
@ghost ghost deleted the merges/master-to-dev16.1 branch April 12, 2019 03:30
This pull request was closed.
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