Issue 8 in clml: Generate brittle WRT filename extensions

0 views
Skip to first unread message

cl...@googlecode.com

unread,
Jul 12, 2011, 12:17:48 PM7/12/11
to cl...@googlegroups.com
Status: New
Owner: sam.r.bo...@gmail.com
CC: max.b...@gmail.com
Labels: Type-Defect Priority-Medium

New issue 8 by sam.r.bo...@gmail.com: Generate brittle WRT filename
extensions
http://code.google.com/p/clml/issues/detail?id=8

Generate will autogenerate a tableaux file and then fail to find it if you
leave the .csv extension off in the tableaux filename specification.
{{{
pyphon_generate.py simple_harmony-simple_inputs-OT typology OT
Tableax file simple_harmony-simple_inputs-OT does not exist.
Attempting to auto-generate...
Auto-generation: inferring: modelFile = 'simple_harmony', inputFile
= 'simple_inputs.csv', opt = 'OT'
...
Wrote tableaux to 'simple_harmony-simple_inputs-OT.csv'
Auto-generation failed.
Aborting pyphon_generate: tableaux file simple_harmony-simple_inputs-OT not
found and unable to auto-generate.
}}}
***but***
{{{
pyphon_generate.py simple_harmony-simple_inputs-OT.csv typology OT
Tableax file simple_harmony-simple_inputs-OT.csv does not exist.
Attempting to auto-generate...
Auto-generation: inferring: modelFile = 'simple_harmony', inputFile
= 'simple_inputs.csv', opt = 'OT'
...
Finding consistent cross
product...
|
100% |
################################################################################################################################|
There are 4 languages.
Wrote T-Order diagram to typology-tOrder.dot.
Wrote typology to typology.csv (volumes=False).
}}}

Reply all
Reply to author
Forward
0 new messages