Opened 16 years ago
Closed 16 years ago
#127 closed enhancement (fixed)
Uniform interface for *ArcLookUp
Reported by: | Alpar Juttner | Owned by: | Balazs Dezso |
---|---|---|---|
Priority: | major | Milestone: | LEMON 1.0 release |
Component: | core | Version: | hg main |
Keywords: | Cc: | ||
Revision id: |
Description
The classes AllArcLookUp
and DynArcLookUp
have (almost) the same functionality, but they have different APIs for listing the parallel edges. A uniform interface would be much better.
Tic ticket refers to [b67149f0e675]
Attachments (3)
Change History (7)
Changed 16 years ago by
Attachment: | 0915721396dc.patch added |
---|
comment:1 follow-up: 2 Changed 16 years ago by
Owner: | changed from Alpar Juttner to Balazs Dezso |
---|---|
Status: | new → assigned |
comment:2 follow-up: 3 Changed 16 years ago by
Replying to deba:
I have changed the interface in the [0915721396dc], and I have found two bugs, which are solved also.
I found a lot of irrelevant white-space changes in this patch.
Changed 16 years ago by
Attachment: | e39056157d24.patch added |
---|
Changed 16 years ago by
Attachment: | 28239207a8a3.patch added |
---|
comment:3 follow-up: 4 Changed 16 years ago by
Replying to alpar:
Replying to deba:
I have changed the interface in the [0915721396dc], and I have found two bugs, which are solved also.
I found a lot of irrelevant white-space changes in this patch.
I reverted the whitespace changes. I also split the changeset to two parts, the [e39056157d24] patch contains the bug fixes, while the [28239207a8a3] patch contains the interface change.
comment:4 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Replying to deba:
I reverted the whitespace changes. I also split the changeset to two parts, the [e39056157d24] patch contains the bug fixes, while the [28239207a8a3] patch contains the interface change.
Thanks. The changes are now in the main branch.
I have changed the interface in the [0915721396dc], and I have found two bugs, which are solved also.