On 08/02/2011 06:01 PM, Mikael Morin wrote:
It's a pity that I've made the same fixes myself. I was planing to commit
soon. :-(
Indeed it would have been more useful to avoid replicating the work. :-(
On Tuesday 02 August 2011 17:34:46 Tobias Burnus wrote:
* Wrong case: All module files are lower case
This is not actually a problem as cleanup-module is:
remove-build-file [string tolower $modname].mod
(note the "string tolower")
Missed that. There were by chance that many .mod files where the case
didn't fit that I thought that the case had to be the lower case.
Thanks. I'll see if I have additional fixes after updating.
OK. It also helps to check for '{ dg-do "run" }' (spurious quotation) or
for "{dg-do run }" (missing space after "{"). I grepped a bit but I
might have missed also some of those.
Tobias