-
Notifications
You must be signed in to change notification settings - Fork 1
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
Re-asking a question in a descendant context causes uninformative error #12
Comments
Another scenario:
I think this is a combination of this issue and the empty questions issue (#11). What I don't understand, yet, is the involvement of Thoughts on how to solve this:
|
Another scenario:
I'm starting to think that the Of course, since Hypothesis has once more found a scenario that is unlikely to occur in the real world, we could add another taboo: Replying with only a question pointer. This would prevent a somewhat plausible scenario, though:
|
I guess this issue is not important, because Patchwork is not intended for end users. |
The
First I thought that
At this point the following happens:
So all the components do what they are supposed to do. |
The same happens with sub-questions of sub-questions.
It makes sense that re-asking an ancestor's question causes an error. However, the error message should be more informative. Especially in a real-world scenario, someone might unwittingly re-ask a question from further up the tree. Then they would be very confused as to why they caused an infinite loop with an innocent question.
The text was updated successfully, but these errors were encountered: