Merge lp:~cwilson/spud/lines_attribute_checkpoint_fix into lp:spud
Proposed by
Cian Wilson
Status: | Rejected |
---|---|
Rejected by: | Cian Wilson |
Proposed branch: | lp:~cwilson/spud/lines_attribute_checkpoint_fix |
Merge into: | lp:spud |
Diff against target: |
19 lines (+2/-0) 1 file modified
src/spud.cpp (+2/-0) |
To merge this branch: | bzr merge lp:~cwilson/spud/lines_attribute_checkpoint_fix |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Stephan Kramer | Pending | ||
Review via email:
|
Description of the change
When an element is a string diamond expects an attribute with a hint about the number of lines.
This merge modifies spud to add this attribute when writing out the options to file.
This fixes checkpoints (where new initial condition elements are used containing file names) so that they aren't incomplete when opened first in diamond.
To post a comment you must log in.
Unmerged revisions
- 538. By Cian Wilson
-
Fix string_type elements to have a lines attribute.
This fixes checkpoints so that they aren't missing this attribute when first opened in diamond.
Sounds eminently sensible. Why does it write lines="20" for any n/o lines>1 though?