Skip to content

Conversation

@dotnet-bot
Copy link
Contributor

This is an automatically generated pull request from master into dev15.8.

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

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

vasily-kirichenko and others added 3 commits June 5, 2018 13:19
* optimize completion

* cache UnresolvedSymbol

do not generalize suppressed types twice

* more cancellable completion provider

* don't call isAttribute twice

remove cancellation from CompletionProvider

* optimize IsExplicitlySuppressed, traverseMemberFunctionAndValues

* cache ILTypeDef.CustomAttrs

* optimize IsExplicitlySuppressed

* avoid using Lazy to store custom attributes in ILTypeDef

* CompletionProvider item's cache: replace dictionary with array

* provide fast generic comparer for bool values

* make getKindPriority inline

* more defensive unresolvedSymbol

* empty array singleton table

* faster IsOperatorName

* optimize CompletionProvider

* Revert "empty array singleton table"

This reverts commit c4ef4ad.
* do not strip type abbreviation in go to definition

fix go to definition for recursively declared types

* fix a typo

* fix typos

* Update branch with latest Go to Definition changes
@brettfo brettfo merged commit 8e9b551 into dev15.8 Jun 5, 2018
@brettfo brettfo deleted the merges/master-to-dev15.8 branch June 5, 2018 22:47
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.

5 participants