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
When I run gtk-builder-tool simplify filename.ui > output.ui in the terminal manually, I see some warnings. When I build with meson and ninja, however, I see nothing.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I run
gtk-builder-tool
as acustom_target
:When I run
gtk-builder-tool simplify filename.ui > output.ui
in the terminal manually, I see some warnings. When I build with meson and ninja, however, I see nothing.Looking at the code
meson/mesonbuild/scripts/meson_exe.py
Line 68 in f1035e0
So, why is it hiding non-fatal issues? Why touch stderr at all?
Beta Was this translation helpful? Give feedback.
All reactions