Subject: | When moving files, end comment gets lost if unmodified |
Hi.
I have an existing schema dump that I want to move to use_namespaces.
When I add the argument in schema_make_at, all the files are moved
around correctly.
But, in some of the files where I added custom code I did not remove the
end comment (# You can replace this text with custom content, and it
will be preserved on regeneration). In those files the comment and the
"1;" after it will be deleted (which is obviously bad because the
missing "1;" can cause problems during module load).
Only this exact combination (custom code added but comment not removed)
show the problem: In other files where I removed the comment and only
left the "1;", the "1;" is not removed. Files that were completely
untouched after generation do not loose the comment nor the "1;".
Not a severe bug, but annoying behavior none-the-less.
Gruesse,
Frank