On Sun, Apr 07, 2002 at 09:11:15PM +0200, Frank Heckenbach wrote:
Carel Fellinger wrote:
...
And is there any change that a future release will do better then to polute my namespace with module names I didn't (explicitly) import?
The names were not forbidden intentionally. I hadn't noticed this
Great! The fun thing is that it didn't cross my mind that it could be a bug. Saw some C code the other day and that brought back painfull memeories of the days that C struct field names were simple offsets and foo named field names of *all* structs could end up having the same offset. Hence the bitter tone when I thought I hit a similar brick in gpc. I should have known better, Pascal is no C:).
asmname conflict of the initializers. It will be fixed in the next release. Thanks for the report. (carel1.pas)
Thanks for fixing it. As a simple work-around, I will temporarily alter the module name, but not the export or import's nor the file itself. Yep this simple edit solves the problem for the moment.