golang / go

The Go programming language
https://go.dev
BSD 3-Clause "New" or "Revised" License
123.18k stars 17.57k forks source link

gerrit: shows lit.dev warnings unlike other Gerrit servers #57280

Open mvdan opened 1 year ago

mvdan commented 1 year ago

If I navigate to https://go-review.googlesource.com/dashboard/self while logged in, I see a few warnings in the console:

Lit is in dev mode. Not recommended for production! See https://lit.dev/msg/dev-mode for more information. rv-reviewers.js:772:200
Multiple versions of Lit loaded. Loading multiple versions is not recommended. See https://lit.dev/msg/multiple-versions for more information. rv-reviewers.js:772:200

I do not see these two warnings on different Gerrit instances like https://review.gerrithub.io/dashboard/self, for example. It could be that the difference in version is to blame, as they each run different git versions, but I couldn't find any gerrit issue about it, so I don't think it's an upstream issue. Could it be that your Gerrit is running in developer or debug mode?

Please feel free to move this if it is indeed an upstream bug.

cc @golang/release

heschi commented 1 year ago

Our Gerrit instance is operated by the Gerrit team at Google, so this isn't something we can fix ourselves. Do you think it's worth escalating?

mvdan commented 1 year ago

Thanks, I wasn't aware. I do think it's worth bringing up to them, as it seems like an oversight.

heschi commented 1 year ago

OK, I'll see what they say.

mvdan commented 7 months ago

I still see these warnings; @heschi did you get a reply from them, or is there an upstream Gerrit bug I can follow instead?