#157 closed enhancement (fixed)
Port the 0.x -> 1.x converter script and create a migration guide
Reported by: | Alpar Juttner | Owned by: | Alpar Juttner |
---|---|---|---|
Priority: | major | Milestone: | LEMON 1.1 release |
Component: | tools | Version: | hg main |
Keywords: | Cc: | ||
Revision id: |
Description
Attachments (5)
Change History (19)
Changed 16 years ago by
Attachment: | 069f27927ba9.patch added |
---|
comment:1 Changed 16 years ago by
Changed 16 years ago by
Attachment: | migr_2bf7c645d5a6.patch added |
---|
comment:2 follow-ups: 4 12 Changed 16 years ago by
[2bf7c645d5a6] contains improvements in the migration guide and script.
Please review it. Could anyone tell me a simpler and safe way for doing the newly added replacements?
comment:3 Changed 16 years ago by
The sections about LGF tools and exceptions should still be written.
I think the following changesets should be checked:
- LGF related tools
- [1c9a9e2f7d4d] Redesigned lgf related tools
- [33247f6fff16] Section reader for DigraphReader
- [b4c336c27a03] Undirected LGF IO
- [47fbc814aa31] Change the parameter order in LGF reader and writer tools
- Exceptions
- [f6899946c1ac] Simplifying exceptions
- [d901321d6555] Changing parameter order in exception classes + improvements
- Others
- [3125084667a3] Changes in interface and internals of graph_to_eps.h
- [28239207a8a3] Unify DynArcLookUp interface (ticket #127)
- [be8a861d3bb7] Make copy constr and op= of the default maps private (ticket #137)
comment:4 follow-up: 5 Changed 16 years ago by
Replying to kpeter:
Please review it. Could anyone tell me a simpler and safe way for doing the newly added replacements?
What do you mean by this? What is 'newly added replacements'?
comment:5 Changed 16 years ago by
Replying to alpar:
What do you mean by this? What is 'newly added replacements'?
The new lines in the script. For all renamings I added 4 lines (4 commands), so as to replace "whole words only". Is there any simple and safe way to do this with sed? I'm sorry, but I'm not perfect in using this tool.
Changed 16 years ago by
Attachment: | 47ec522b838e.patch added |
---|
comment:6 follow-up: 7 Changed 16 years ago by
[47ec522b838e] covers all important changes, except for the LGF related staff. Please review it (and finalize).
Changed 16 years ago by
Attachment: | 190aec58b29c.patch added |
---|
comment:7 follow-up: 8 Changed 16 years ago by
Replying to alpar:
[47ec522b838e] covers all important changes, except for the LGF related staff. Please review it (and finalize).
The [190aec58b29c] contains migration documentation for LGF tools.
comment:8 follow-up: 9 Changed 16 years ago by
Replying to deba:
Replying to alpar:
[47ec522b838e] covers all important changes, except for the LGF related staff. Please review it (and finalize).
The [190aec58b29c] contains migration documentation for LGF tools.
They all went in the main branch ([dd4f08b7e203] instead of [190aec58b29c])
comment:9 follow-up: 10 Changed 16 years ago by
Replying to alpar:
They all went in the main branch ([dd4f08b7e203] instead of [190aec58b29c])
As far as I see, all of the changes mentioned above are in the guide now.
So we can close this ticket, can't we?
comment:10 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:11 Changed 16 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Summary: | Port the 0.x -> 1.x converter script and create a migration guide. → Port the 0.x -> 1.x converter script and create a migration guide |
comment:12 follow-up: 13 Changed 16 years ago by
Milestone: | LEMON 1.0 release → LEMON 1.1 release |
---|
Replying to kpeter:
Please review it. Could anyone tell me a simpler and safe way for doing the newly added replacements?
[94b832d461f7] contains a much better solution.
Changed 16 years ago by
Attachment: | 94b832d461f7.patch added |
---|
comment:13 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Replying to kpeter:
Replying to kpeter:
Please review it. Could anyone tell me a simpler and safe way for doing the newly added replacements?
[94b832d461f7] contains a much better solution.
It is in the main branch now.
comment:14 Changed 16 years ago by
Component: | core → tools |
---|
[069f27927ba9] adds the converter script and a migration guide.