arc diff
Linting...
No lint engine configured for this project.
Running unit tests...
No unit test engine is configured for this project.
Exception:
ERR-CONDUIT-CALL: API Method "differential.creatediff" does not define these parameters: 'arcanistProject'.
(Run with --trace for a full exception trace.)
任何有使用phabricator代码审查工具的人,最新文档说,我们不需要在.arcconfig中放置任何project_id,但仍然会获得未指定项目ID的异常。添加project_id之后,我得到了上述异常,并且我无法解决错误或错过的内容。
答案 0 :(得分:1)
duplicate xs =
[ y | x <- xs
, i <- [0..]
, y <- if i `mod` 2 == 0
then replicate 2 x
else x ]
。也许你的客户已经过时了?