sourcegraph/browser-extensions

something wired when using fmt.Sprintf in go

rleungx opened this issue · 2 comments

I have found something wired recently. When I was reviewing some PRs which contain something like fmt.Sprintf("%5d", ...) written in go and moved my mouse pointer on it, it will turn to fmt.Sprintf("]", ...) occasionally. And this happened not only in our repo.
After I turned it off, it became normal.

Here is the version of Sourcegraph I was using.

Version
1.12.2

Thanks for reporting! This is a bug in codeintellify's convertNode function. Filed in that repository sourcegraph/codeintellify#54.

:tada: This issue has been resolved in version 1.13.0 :tada:

The release is available on:

Your semantic-release bot 📦🚀