Uh oh!
There was an error while loading. Please reload this page.
fix(40640) add missing notApplicableReason in protocol - #40680
Conversation
TypeScript Bot (typescript-bot)
commented
Sep 21, 2020
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 Sheetal Nandi (@sheetalkamat), Andrew Casey (@amcasey), Matt Bierner (@mjbvz), Mine Starks (@minestarks) for you. Feel free to loop in other consumers/maintainers if necessary |
Jesse Trinity (jessetrinity)
commented
Sep 21, 2020
Is there a protocol baseline that needs to be updated? |
Jesse Trinity (jessetrinity)
commented
Sep 22, 2020
TypeScript Bot (@typescript-bot) cherry-pick this to release-4.0 |
* update protocol * fix lint error
For annoying reasons, the bot doesn't cherry-pick merged PRs |
Jesse Trinity (jessetrinity)
commented
Sep 22, 2020
but... I've seen it do it... |
Same! I have no idea how anything works. Maybe Wesley Wigham (@weswigham) knows. |
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. |
So I guess try not to delete the source branch immediately in the future and give that a shot - thanks Wesley Wigham (@weswigham)! |
Jesse Trinity (jessetrinity)
commented
Sep 22, 2020
Maybe it's a difficulty across repos too. |
Wesley Wigham (weswigham)
commented
Sep 23, 2020
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 (@typescript-bot) cherrypick this into release-4.0 |
Heya Wesley Wigham (@weswigham), I've started to run the task to cherry-pick this into |
Wesley Wigham (weswigham)
commented
Sep 23, 2020
🤷 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 (typescript-bot)
commented
Sep 23, 2020
Hey Wesley Wigham (@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. |

Fixes#40640
protocol changes were missed in #37871
We will need to cherry pick this to
release-4.0