Skip to content

[v3-2-test] UI: Fix log line number gaps caused by group markers (#65039)#65183

Closed
github-actions[bot] wants to merge 1 commit intov3-2-testfrom
backport-55162a3-v3-2-test
Closed

[v3-2-test] UI: Fix log line number gaps caused by group markers (#65039)#65183
github-actions[bot] wants to merge 1 commit intov3-2-testfrom
backport-55162a3-v3-2-test

Conversation

@github-actions
Copy link
Copy Markdown

Group markers (::group:: / ::endgroup::) consumed line number indices
but were removed during group processing, leaving gaps in the displayed
line numbers (e.g. 0, 2, 3 instead of 0, 1, 2).

Pre-scan the log data to assign sequential display line numbers that
skip group markers, and pin wrapped line numbers to the top with
alignItems flex-start.

  • fix test

(cherry picked from commit 55162a3)

Co-authored-by: Daniel Seo dseo1004@gmail.com
Co-authored-by: hseo36 hseo36@bloomberg.net

)

* Fix log line number gaps caused by group markers (#47888)

Group markers (::group:: / ::endgroup::) consumed line number indices
but were removed during group processing, leaving gaps in the displayed
line numbers (e.g. 0, 2, 3 instead of 0, 1, 2).

Pre-scan the log data to assign sequential display line numbers that
skip group markers, and pin wrapped line numbers to the top with
alignItems flex-start.

* fix test

---------
(cherry picked from commit 55162a3)

Co-authored-by: Daniel Seo <dseo1004@gmail.com>
Co-authored-by: hseo36 <hseo36@bloomberg.net>
@boring-cyborg boring-cyborg bot added the area:UI Related to UI/UX. For Frontend Developers. label Apr 13, 2026
@bbovenzi bbovenzi marked this pull request as ready for review April 13, 2026 23:12
Copy link
Copy Markdown
Member

@pierrejeambrun pierrejeambrun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Closing in favor of #65187

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:UI Related to UI/UX. For Frontend Developers.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants