[Go SDK] Propagate paneInfo correctly.#36191
Conversation
c601ed9 to
3c74377
Compare
|
Looks like I need to generate those Do we have any instruction to do that? @lostluck |
|
Checks are failing. Will not request review until checks are succeeding. If you'd like to override that behavior, comment |
dc0004e to
207160e
Compare
|
Ok. I ran However, it seems there more diffs than I would expected. Now I am not sure if I did it correctly ... |
207160e to
aec892d
Compare
|
Assigning reviewers: R: @lostluck for label go. Note: If you would like to opt out of this review, comment Available commands:
The PR bot will only process comments in the main thread (not review comments). |
The code generator has been largely deprecated for the last 3 years, in favour of generic registration package (...beam/register), so it's most likely those diffs are due to not having been updated since then. It's definitely a thing where fixing the generator is better than manually fixing the diffs. Taking a look... |
lostluck
left a comment
There was a problem hiding this comment.
OK, I see the diffs are largely around the beam.T vs the typex.T distinction. IIRC the generation was updated at some point to not chase the types as hard, and that's lead to this difference. That was partly to fix some issues with the use of the generator inside google, thanks to the Go team.
LGTM.
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #36191 +/- ##
=========================================
Coverage 56.76% 56.77%
Complexity 3384 3384
=========================================
Files 1220 1220
Lines 185448 185547 +99
Branches 3520 3520
=========================================
+ Hits 105277 105345 +68
- Misses 76843 76869 +26
- Partials 3328 3333 +5
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
fixes #31153
Rather the default pane mentioned in the bug (also shown below),
we get the NoFiringPane after the fix.