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(40640) add missing notApplicableReason in protocol #40680

Merged
merged 2 commits into from Sep 22, 2020

Conversation

jessetrinity
Copy link
Contributor

Fixes #40640

protocol changes were missed in #37871

We will need to cherry pick this to release-4.0

@typescript-bot
Copy link
Collaborator

Thanks for the PR! It looks like you've changed the TSServer protocol in some way. Please ensure that any changes here don't break consumers of the current TSServer API. For some extra review, we'll ping @sheetalkamat, @amcasey, @mjbvz, @minestarks for you. Feel free to loop in other consumers/maintainers if necessary

@typescript-bot typescript-bot added the For Milestone Bug PRs that fix a bug with a specific milestone label Sep 21, 2020
@jessetrinity
Copy link
Contributor Author

Is there a protocol baseline that needs to be updated?

@jessetrinity jessetrinity merged commit ce338a4 into microsoft:master Sep 22, 2020
@jessetrinity
Copy link
Contributor Author

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

DanielRosenwasser pushed a commit that referenced this pull request Sep 22, 2020
@DanielRosenwasser
Copy link
Member

For annoying reasons, the bot doesn't cherry-pick merged PRs

@jessetrinity
Copy link
Contributor Author

but... I've seen it do it...

@DanielRosenwasser
Copy link
Member

Same! I have no idea how anything works. Maybe @weswigham knows.

DanielRosenwasser added a commit that referenced this pull request Sep 22, 2020
* update protocol

* fix lint error

Co-authored-by: Jesse Trinity <jesse.trinity@microsoft.com>
@weswigham
Copy link
Member

weswigham commented Sep 22, 2020

Github GC's the ref if you take too long (and deleted the source branch), and once the ref is gone, it can't be picked anymore. That's about the only thing I can think of.

@DanielRosenwasser
Copy link
Member

So I guess try not to delete the source branch immediately in the future and give that a shot - thanks @weswigham!

@jessetrinity
Copy link
Contributor Author

image
I don't believe I have 🤔

@DanielRosenwasser
Copy link
Member

Maybe it's a difficulty across repos too.

@weswigham
Copy link
Member

That's usually fine... it looks like the pipeline never even triggered, so it seems like the comment didn't even get picked up. Lemme try...

@typescript-bot cherrypick this into release-4.0

@typescript-bot
Copy link
Collaborator

typescript-bot commented Sep 23, 2020

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

@weswigham
Copy link
Member

🤷 github dropped the webhook, maybe? I dunno. Definitely triggered for me, and the accompanying logs seem fine, too (though maybe I should update the code for the latest octokit - there's some deprecation warnings).

@typescript-bot
Copy link
Collaborator

Hey @weswigham, I couldn't open a PR with the cherry-pick. (You can check the log here). You may need to squash and pick this PR into release-4.0 manually.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
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.

notApplicableReason not included in protocol.d.ts
5 participants