Skip to content
This repository was archived by the owner on Sep 9, 2020. It is now read-only.
This repository was archived by the owner on Sep 9, 2020. It is now read-only.

signal handling should happen in dep, not gps #160

@kardianos

Description

@kardianos

Currently gps handles the signals. This is probably inappropriate for a dep library unless dep is just a shell over the real project.

Cancelation should be handled with context. Any gps method that writes multiple files or hits the network should take a context that can be canceled. Completion of rollback or cancel can be signaled by the called function returning.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions