Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Raise exception when one plan contradicts another #64

Open
clayote opened this issue Feb 7, 2019 · 0 comments
Open

Raise exception when one plan contradicts another #64

clayote opened this issue Feb 7, 2019 · 0 comments

Comments

@clayote
Copy link
Collaborator

clayote commented Feb 7, 2019

Currently there is no convenient way for the user to tell if a plan they are making contradicts one made previously. Contradicted plans are always canceled unceremoniously. If you want to handle contradiction some other way, like by making a new branch, you have to look at the future yourself and do it manually. It should be more convenient than that.

I'm thinking that when you contradict a plan outside of any planning block, then the plan should be canceled, but if you do so within a new planning block, an exception is raised instead.

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

No branches or pull requests

1 participant