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)

贡献者指南