ninja-build/ninja

Ninja -t browse leaves socket open

Open

#465 aberto em 27 de nov. de 2012

Ver no GitHub
 (3 comments) (0 reactions) (0 assignees)C++ (1.544 forks)batch import
bughelp wanted

Métricas do repositório

Stars
 (10.194 stars)
Métricas de merge de PR
 (Mesclagem média 39d 3h) (10 fundiu PRs em 30d)

Description

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

Guia do colaborador