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

Fix call hierarchy item serialization #40348

Merged
merged 1 commit into from Sep 1, 2020

Conversation

andrewbranch
Copy link
Member

Fixes #37061

@typescript-bot typescript-bot added the For Milestone Bug PRs that fix a bug with a specific milestone label Sep 1, 2020
@@ -2408,6 +2408,7 @@ namespace ts.server {
kind: item.kind,
kindModifiers: item.kindModifiers,
file: item.file,
containerName: item.containerName,
Copy link
Member Author

Choose a reason for hiding this comment

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

This line is the implementation fix. Other changes are fixes to test infrastructure that was never used before now.

@andrewbranch
Copy link
Member Author

@typescript-bot cherry-pick this to release-4.0

@typescript-bot
Copy link
Collaborator

typescript-bot commented Sep 1, 2020

Heya @andrewbranch, I've started to run the task to cherry-pick this into release-4.0 on this PR at 3b33279. You can monitor the build here.

typescript-bot pushed a commit to typescript-bot/TypeScript that referenced this pull request Sep 1, 2020
Component commits:
3b33279 Fix call hierarchy item serialization and server tests
@typescript-bot
Copy link
Collaborator

Hey @andrewbranch, I've opened #40349 for you.

Copy link
Contributor

@mjbvz mjbvz left a comment

Choose a reason for hiding this comment

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

Thanks for the quick turnaround!

@andrewbranch andrewbranch merged commit 3b502f4 into microsoft:master Sep 1, 2020
@andrewbranch
Copy link
Member Author

I’m guessing we want to get this in our VS Code servicing release. @DanielRosenwasser I’ve cherry picked this PR but should we wait to merge it until after another patch release?

@andrewbranch andrewbranch deleted the bug/37061 branch September 1, 2020 22:21
@mjbvz
Copy link
Contributor

mjbvz commented Sep 1, 2020

Yes that would be great. We're in our endgame this week for VS Code so I don't think this will make it into VS Code 1.49.

We'd normally pick up the next TS servicing release by the end of September but can pick one up anytime for testing in insiders

andrewbranch added a commit that referenced this pull request Sep 8, 2020
Component commits:
3b33279 Fix call hierarchy item serialization and server tests

Co-authored-by: Andrew Branch <andrew@wheream.io>
sandersn pushed a commit that referenced this pull request Sep 9, 2020
* Add see tag parser

* add baseline

* fix symbol resolve

* add more case

* fix unittests

* improve tests and parser

* accept baseline

* Adopt package-lock.json and npm ci

* Add a workflow to update package-lock.json daily

* Git ignore package-lock.json and forcibly update in workflow

* Update bot email address

* Delete extra npm update

* Update package-lock.json

* Add compactDisplay and signDisplay to NumberFormatOptions (#40039)

* Fix typo in (Readonly)Set.keys comment (fixes #40164) (#40176)

* fix(26325): use a unique name for reserved words in 'constructor like' function name (#39684)

* fix(25770): add diagnostic message for the possible mapped type used as an index (#39973)

* fix(31046): add new diagnostic message for incompatible constructor signature (#40073)

* Update package-lock.json

* Update package-lock.json

* Add rename support

* Accpet baseline

* wip

* fix anders

* Revert "fix anders"

This reverts commit b3178d4.

* Fix call hierarchy item serialization and server tests (#40348)

* Avoid error

* accept baseline

* Add more tests

* Add signature name resolve

Co-authored-by: Andrew Casey <andrew.casey@microsoft.com>
Co-authored-by: TypeScript Bot <typescriptbot@microsoft.com>
Co-authored-by: Neil Kistner <neil.kistner@gmail.com>
Co-authored-by: cherryblossom000 <31467609+cherryblossom000@users.noreply.github.com>
Co-authored-by: Alexander T <alexander.tarasyuk@outlook.com>
Co-authored-by: Erich Gamma <egamma@microsoft.com>
Co-authored-by: Andrew Branch <andrewbranch@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Author: Team For Milestone Bug PRs that fix a bug with a specific milestone
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add container information to CallHierarchyItem
3 participants