trident-job / delphi-code-coverage

Automatically exported from code.google.com/p/delphi-code-coverage
0 stars 0 forks source link

It is not possible to check up the module if his name contains a dot separator (Common.Encodings.pas) #17

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It is not possible to check up the module if his name contains a dot separator 
(Common.Encodings.pas)

Original issue reported on code.google.com by kazantse...@mail.ru on 22 Oct 2010 at 11:46

GoogleCodeExporter commented 9 years ago

Original comment by ring....@gmail.com on 20 Oct 2011 at 12:41

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
I have committed a change that should fix this in revision #52. A downloadable 
version of Delphi-Code-Coverage should be available soon.

There are two new command line parameters that control the stripping of the 
file extensions:
* -ife - Include File Extension - This will stop "Common.Encodings" being 
'converted' to "Common"
* -efe - Exclude File Extension - This will 'converted' "Common.Encodings.pas" 
to "Common.Encodings" (and sadly, "Common.Encodings" to "Common"). This is on 
by default.

Original comment by ring....@gmail.com on 25 Oct 2011 at 3:49

GoogleCodeExporter commented 9 years ago
I check new version (1.0) for this case. When switch "-efe" is ON, and file 
name "Common.Encodings.pas" checking is not working. Log-file contain "Module 
name "Common.Encodings" did not match module from address name "Common" at 
address:001695F8"

Original comment by kazantse...@mail.ru on 13 Feb 2012 at 4:03

GoogleCodeExporter commented 9 years ago
Could you zip (or 7zip) an attachment that contains the log file, the map file 
and if possible, the Common.Encodings.pas, so I can investigate further.

Original comment by ring....@gmail.com on 14 Feb 2012 at 1:35

GoogleCodeExporter commented 9 years ago

Original comment by kazantse...@mail.ru on 14 Feb 2012 at 6:32

Attachments:

GoogleCodeExporter commented 9 years ago
Thank you for the attachment. The issue was with the revision of JclDebug that 
was used (quite an old version). I have updated (in revision 58) and will 
hopefully get a new downloadable release out soon.

Original comment by ring....@gmail.com on 14 Feb 2012 at 7:59

GoogleCodeExporter commented 9 years ago
Thanks

Original comment by kazantse...@mail.ru on 14 Feb 2012 at 9:09