mesonbuild/meson

Allow debugging internal commands

オープン

#2,900 opened on 2018/01/08

 (0 件のコメント) (4 件のリアクション) (0 人の担当者)Python (1,465 件のフォーク)batch import
enhancementgnomegood first issuehelp wanted

Repository metrics

Stars
 (4,978 個のスター)
PR merge metrics
 (平均マージ 139d 13h) (30d で 51 merged PRs)

説明

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.

コントリビューターガイド