#7164 closed defect (fixed)
[PATCH] followline fixes: don't loop forever, handle wraps correctly, stop at ambiguity
Reported by: | ij | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Core | Version: | latest |
Keywords: | follow line | Cc: |
Description
I had some plans to extend followline but had to fix number of bugs/features in it first.
Attachments (4)
Change History (9)
by , 13 years ago
Attachment: | 0001-Followline-didn-t-stop-when-the-way-became-closed.patch added |
---|
by , 13 years ago
Attachment: | 0002-Make-followline-to-handle-wraps-and-stop-at-ambiguit.patch added |
---|
0002-Make-followline-to-handle-wraps-and-stop-at-ambiguit.patch
follow-up: 2 comment:1 by , 13 years ago
Owner: | changed from | to
---|---|
Status: | new → needinfo |
Please describe better what these changes do. I don't really understand your patch comment.
by , 13 years ago
Attachment: | 0001-Followline-didn-t-stop-when-the-way-became-closed.2.patch added |
---|
v2 1/2
by , 13 years ago
Attachment: | 0002-Make-followline-to-handle-wraps-and-stop-at-ambiguit.2.patch added |
---|
v2 2/2
comment:2 by , 13 years ago
Replying to stoecker:
Please describe better what these changes do. I don't really understand your patch comment.
Hopefully the v2 explains them more clearly. The second change is quite messy looking diff because of indentation changes due to moving code. Diff -b gives much shorter view (if you prefer, I could do that moving in a middle patch 2/3 but then the ambiguity problem is not solved in a single changeset but that gets split to two commits). In addition, the planned extending I was referring in the description of this ticket are _not_ part of these changes, this is just bugfix+ambiguity "feature" fix series (better to be explicit as I realized that it might confuse you to think that they were in the 2/2 change).
comment:3 by , 13 years ago
Keywords: | follow line added |
---|---|
Owner: | changed from | to
Status: | needinfo → new |
Please, next time, change the owner back to team, after submitting information.
Thanks
comment:5 by , 13 years ago
Regarding extensions - my father wishes a "follow areas when at a ambiguos position" :-)
0001-Followline-didn-t-stop-when-the-way-became-closed.patch