ninja-build/ninja

Ninja -t browse leaves socket open

开放

#465 创建于 2012年11月27日

 (3 条评论) (0 个反应) (0 位负责人)C++ (1,544 个派生)batch import
bughelp wanted

仓库指标

星标
 (10,194 个星标)
PR 合并指标
 (平均合并 39天 3小时) (30 天内合并 10 个 PR)

描述

Running ninja -t browse X then pressing Ctrl-C leaves the socket open. Rerunning ninja -t browse X causes a socket error.

NInja should either catch the ctrl-c and terminate python (the parent process), or support a ninja -t browsestop tool.

Note : I'm currently running 6a73d41072bafe2384aea20252c3faa6c1ceaa2a

贡献者指南