Skip to content

SIGINT (Ctrl-C) doesn't stop a rebuild #1

Description

@andreyvit

When rebuilding after a change, Ctrl-C kills the daemon but not the build. (Ppow quits after the build finishes.)

Steps to reproduce:

  1. Write a large Go app that takes a few seconds to rebuild.
  2. Run ppow in prep (build) + daemon mode.
  3. Make a change and save.
  4. While go build is running, hit Ctrl-C.

Expected:

Both daemon and build are immediately killed.

Actual:

Daemon is immediately killed. Ppow waits for the build to finish, then quits.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions