You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 9, 2020. It is now read-only.
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.