From: Arnab G. <ar...@gm...> - 2013-02-20 16:36:18
|
Hi all, I just realized that it is possible for options of multiple modules to clash, since there is no way to uniquely identify an option from a particular class. For example, TrainingGraphCompilerOptions and WordBoundaryInfoNewOpts both have a 'reorder' option, which means only one of the 'reorder' options will be used in an executable that uses both. While this particular problem is easy to fix, there is a deeper issue with option parsing that I am mentioning here in case someone has time to fix this. I couldn't figure out how to use the bug-tracker on souceforge. -Arnab |