ocaml/dune

Exit with code 0 when using —auto-promote

開放

#785 建立於 2018年5月19日

 (2 則留言) (2 個反應) (1 位負責人)OCaml (478 個分叉)github user discovery
clihelp wanted

倉庫指標

星標
 (1,882 顆星)
PR 合併指標
 (平均合併 1天 20小時) (30 天內合併 345 個 PR)

描述

Running jbuilder build @settests --auto-promote where it is expected to promote a revised test/jbuild.inc file, but one ends up having to do sh -c "jbuilder build @settests --auto-promote || true" in, say, an opam file in order to skip the error.

It would be great if Dune returned exit code 0 when —auto-promote has been specified (assuming a fixed point in the build has been reached)

貢獻者指南