Skip to content

Commit eaecef1

Browse files
committed
Fix build.py: escape compiler stderr before passing to rich Panel
Compiler error messages (e.g. from gfortran LTO) can contain paths like [/path/to/file.mk:62: file.ltrans.o] which rich interprets as markup closing tags, crashing with MarkupError. Wrap with Text() to treat content as plain text, preventing the crash. Replaces malformed previous commit.
1 parent 4631c9b commit eaecef1

File tree

1 file changed

+623
-78
lines changed

1 file changed

+623
-78
lines changed

0 commit comments

Comments
 (0)