fix: trace indentation in info view#6597
Merged
Kha merged 1 commit intoleanprover:masterfrom Jan 13, 2025
Merged
Conversation
b5b0531 to
0d7a0dc
Compare
Kha
commented
Jan 10, 2025
| | .widget wi alt => | ||
| return .tag (.widget wi (← fmtToTT alt col)) default | ||
| | .trace cls msg collapsed children => do | ||
| let col := col + tt.stripTags.length - 2 |
Member
Author
There was a problem hiding this comment.
I believe tt.stripTags.length used to be always 2 until it became always 0 in ec59e7a#diff-c247a7de43e5ee7af1aff908c4d8e11a00d2c175a1892bf8a485c5b69450a331L162-R178
Member
Author
|
Notes:
|
ghost
pushed a commit
to leanprover-community/batteries
that referenced
this pull request
Jan 10, 2025
ghost
pushed a commit
to leanprover-community/mathlib4
that referenced
this pull request
Jan 10, 2025
|
Mathlib CI status (docs):
|
mhuisi
approved these changes
Jan 13, 2025
luisacicolini
pushed a commit
to opencompl/lean4
that referenced
this pull request
Jan 21, 2025
This PR fixes the indentation of nested traces nodes in the info view.  Fixes leanprover#6389
JovanGerb
pushed a commit
to JovanGerb/lean4
that referenced
this pull request
Jan 21, 2025
This PR fixes the indentation of nested traces nodes in the info view.  Fixes leanprover#6389
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR fixes the indentation of nested traces nodes in the info view.
Fixes #6389