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
In doma.dev, we're repeatedly spending a lot of time on debugging "repository is dirty" when GPG fucks something up and veil still proceeds to create a darcs change.
We need to go beyond just having an informative message, ideally, we want to find the bug in veil that causes the bug to happen where a GPG fuck-up doesn't get caught and the change is still added. But making sure that we're spending less time on debugging "repository is dirty" message is the first and foremost task.
How?
Look at isDirty function's branches;
Make custom messages depending on the branch.
The text was updated successfully, but these errors were encountered:
Why?
In doma.dev, we're repeatedly spending a lot of time on debugging "repository is dirty" when GPG fucks something up and veil still proceeds to create a darcs change.
We need to go beyond just having an informative message, ideally, we want to find the bug in
veil
that causes the bug to happen where a GPG fuck-up doesn't get caught and the change is still added. But making sure that we're spending less time on debugging "repository is dirty" message is the first and foremost task.How?
isDirty
function's branches;The text was updated successfully, but these errors were encountered: