Merge lp:~cwilson/spud/noflml into lp:spud
Proposed by
Cian Wilson
Status: | Merged |
---|---|
Merged at revision: | 516 |
Proposed branch: | lp:~cwilson/spud/noflml |
Merge into: | lp:spud |
Diff against target: |
43 lines (+14/-6) 2 files modified
diamond/bin/diamond (+13/-3) diamond/diamond/config.py (+1/-3) |
To merge this branch: | bzr merge lp:~cwilson/spud/noflml |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Patrick Farrell | Approve | ||
Review via email:
|
Description of the change
The automatic download of the fluidity schema for diamond is broken - it does not download correctly so you get an incomplete schema. Furthermore if you register a single non-flml schema you still get an flml option because the download option is always automatically registered, which is weird on machines where fluidity isn't even installed.
This merge removes the broken flml download from diamond and instead issues an error if no schemas are found.
To post a comment you must log in.
I think the message is a bit confusing (and has a spelling mistake). How about
+ debug.deprint("The file should consist of:", 0) /path/to/ schema/ alias1" , 0) /path/to/ schema/ alias2" , 0)
+ debug.deprint(" A Verbal Description Of The Language Purpose", 0)
+ debug.deprint(" alias1=
+ debug.deprint(" alias2=
?
Technically the change looks fine. David, Tim: do we install the fluidity schema now by default with the package? If so, I think we should get rid of any flml-specific stuff in diamond (as much as possible, anyway).