Currently, cmod will pretty much only catch typos. A better way of going about this is probably to use C++ exceptions to provide more detailed recommendations to users, especially students/composers. It would probably benefit developers as well, since we could differentiate between issues in the user's project and issues with CMOD's behavior.
When to close this
When there's a working implementation of error reporting in CMOD.
Currently, cmod will pretty much only catch typos. A better way of going about this is probably to use C++ exceptions to provide more detailed recommendations to users, especially students/composers. It would probably benefit developers as well, since we could differentiate between issues in the user's project and issues with CMOD's behavior.
When to close this
When there's a working implementation of error reporting in CMOD.