-
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
Empty questions cause misbehaviour/Pointer glitches #11
Comments
Another glitch with the scratchpad:
I guess some implementation detail causes null pointers ( Here is yet another glitch:
This is caused by the data deduplication and might confuse a user. |
But since Patchwork is not intended for end users, this issue is probably unimportant. |
I don't think it's obviously unimportant. Identifying pointers (for the purpose of unlocking within a workspace) that have the same contents, but were created independently, feels like a symptom of a design choice that might be incorrect. |
Okay, here is my analysis, then. Example:
The steps are roughly:
In the example above, there is only one address A1, which
How could we fix this? Options:
I haven't thought through the consequences of these options, yet. |
Exhibit 1:
Exhibit 2:
I could probably fix this easily, but I don't want to switch context now. Besides, this is a good bug to fix for someone who wants to get to know the codebase.
The text was updated successfully, but these errors were encountered: