Jake Bailey

Results 144 issues of Jake Bailey

Right now, the checker pool just has some 4 checkers it can use; but the editor can ask for doc highlight, then semantic tokens, then inlay hints, all at once,...

Apply this patch to disable the code that merges errors for multiple checkers in a single file, and unskips the tests that fail with it. Then, run `hereby test --concurrentTestPrograms`...

Various things I noticed while looking at #1963

https://github.com/microsoft/typescript-go/actions/runs/19048910796/job/54403963356 ``` panic: interface conversion: interface is nil, not fs.FileInfo goroutine 19498 [running]: github.com/microsoft/typescript-go/internal/collections.(*SyncMap[...]).Load(0x223cb60, {0xc0035fa100, 0x3b}) /mnt/vss/_work/typescript-go/typescript-go/internal/collections/syncmap.go:19 +0xdf github.com/microsoft/typescript-go/internal/vfs/cachedvfs.(*FS).Stat(0xc004a40360, {0xc0035fa100, 0x3b}) /mnt/vss/_work/typescript-go/typescript-go/internal/vfs/cachedvfs/cachedvfs.go:126 +0x71 github.com/microsoft/typescript-go/internal/execute/incremental.GetMTime({0x2224da8, 0xc001d1edc0}, {0xc0035fa100, 0x3b}) /mnt/vss/_work/typescript-go/typescript-go/internal/execute/incremental/host.go:33 +0x58 github.com/microsoft/typescript-go/internal/execute/build.(*host).loadOrStoreMTime(0xc00250a8c0,...

Crash

With: ``` interface Something { foo: string; } function makeSomething(foo: string): Something { return { foo }; } ``` Go-to-def on `foo` in the object literal goes to the name...

Domain: Editor

This panicked while I was typing out a new test case. ``` panic handling request textDocument/completion Could not find symbol 'sourceMapsEnabled' by key 'sourceMapsEnabled' in module "/home/jabaile/.cache/typescript/7.0/node_modules/@types/graceful-fs/index" goroutine 2147 [running]:...

Domain: Editor
Crash

I really like gofumpt's new ability to "clothe" naked returns. (I would argue that naked returns were a language mistake in hindsight, and appreciate the formatter fixing this up so...

> I have started running into this issue as well after we fully switched to using tsgo yesterday. > I seem to be getting it pretty consistently in a specific...

Crash

> Got this new variant: Token cache mismatch: parent. > > ``` > panic handling request textDocument/inlayHint Token cache mismatch: parent. Expected parent of kind KindFunctionExpression, got KindFunctionExpression goroutine 664300...

Crash