Opened 9 years ago
Last modified 18 months ago
#68 new enhancement
Extend command specfile
Reported by: | Jenny Black | Owned by: | Olly Betts |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | cavern | Version: | |
Keywords: | Cc: |
Description
Have the extend command generate a specfile documenting where loops have been broken.
Attachments (1)
Change History (3)
comment:1 Changed 9 years ago by
Summary: | Extend commad specfile → Extend command specfile |
---|
Changed 9 years ago by
Attachment: | ticket68.patch added |
---|
comment:2 Changed 9 years ago by
The attached patch is an attempt to implement this (simply writing a spec file to stderr for now).
It works for a simple case with one loop, but for a very complex example you don't get the same extended 3d file out when using the generated spec file as you do without a spec file (which seems a requirement for this feature to be useful.
Also the generated spec file produced by a run using a generated spec file isn't the same either as the one fed in - that's not necessarily wrong as such, but seems undesirable.
Note: See
TracTickets for help on using
tickets.
First attempt at a patch