mesonbuild/meson

Allow debugging internal commands

Offen

#2.900 geöffnet am 08.01.2018

 (0 Kommentare) (4 Reaktionen) (0 zugewiesene Personen)Python (1.465 Forks)batch import
enhancementgnomegood first issuehelp wanted

Repository-Metriken

Stars
 (4.978 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 139T 13h) (51 gemergte PRs in 30 T)

Beschreibung

gnome.gtkdoc() is indirectly called through meson --internal gtkdoc. That means two things:

  • We can't call ninja some_file_generated_by_gtkdoc-mkdb (it's called by meson --instal...)
  • We can't see the "real" command (gtkdoc-mkdb) to check the passed arguments. That'd be great to have a --verbose parameter to pass to meson and meson --internal. Meson also should print the commands on fail (just as Ninja does). Another way to solve the problem would be to completely remove the --internal calls and let ninja do the job.

Contributor Guide