You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just build custom export template and try master branch
Describe the problem or limitation you are having in your project
The build process shows me blue text (when it compiles files) but the warnings have the same white colors as any other text
Describe the feature / enhancement and how it helps to overcome the problem or limitation
When you see a bunch of white text for especially when you enable SCU you can't notice if there was any warning because it scrolls out too quickly. If I saw a yellow color between white I would notice it...
Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams
Use not just print("Note: Using execinfo=yes for the crash handler as required on platforms where glibc is missing.") but something like it at least in linux specific script
If this enhancement will not be used often, can it be worked around with a few lines of script?
It is for those who enter godot building or just want custom export template so it won't be used much but can't be worked around
Is there a reason why this should be core and not an add-on in the asset library?
It is a part of the build system
The text was updated successfully, but these errors were encountered:
Calinou
changed the title
Meke warnings/notes in build scripts colored
Make warnings/notes in build scripts colored
Mar 12, 2024
Regarding the SCU build text (which I also found to be intrusive over time), I think we could simplify it so it takes fewer lines. We could display something like "SCU: Merging N files into 1 file.") and possibly display it in gray as well.
We should keep some kind of print for it as using SCU builds can hide real errors, but it can be made shorter.
Describe the project you are working on
Just build custom export template and try master branch
Describe the problem or limitation you are having in your project
The build process shows me blue text (when it compiles files) but the warnings have the same white colors as any other text
Describe the feature / enhancement and how it helps to overcome the problem or limitation
When you see a bunch of white text for especially when you enable SCU you can't notice if there was any warning because it scrolls out too quickly. If I saw a yellow color between white I would notice it...
Describe how your proposal will work, with code, pseudo-code, mock-ups, and/or diagrams
Use not just
print("Note: Using
execinfo=yesfor the crash handler as required on platforms where glibc is missing.")
but something like it at least in linux specific scriptIf this enhancement will not be used often, can it be worked around with a few lines of script?
It is for those who enter godot building or just want custom export template so it won't be used much but can't be worked around
Is there a reason why this should be core and not an add-on in the asset library?
It is a part of the build system
The text was updated successfully, but these errors were encountered: