[fpc-devel] patch fpmkunit

Michael Van Canneyt michael at freepascal.org
Mon Aug 20 09:27:16 CEST 2007



On Mon, 20 Aug 2007, Darius Blaszijk wrote:

> I've prepared another patch for fpmkunit. What I've came up with is this:
> 
> - added a default manifest filename constant
> - implemented archiving to zip using TZipper (only when no user assigned
> ArchiveFilesProc, because that overrides the command)
> - moved a lot of strings to resourcestrings
> - added listsources description to help screen
> - added filename node to manifest file
> - removed .zip from TPackage.GetFileName (reason for this is that if
> ArchiveFilesProc is assigned it gets a filename without extension, possible
> other archive formats)
> - initialized verbosity to vlInfo
> - moved verbosity option check to top
> - renamed WriteCmd to LogCmd (function also uses Log instead of writeln)
> - renamed WriteOption to LogOption (function also uses Log instead of writeln)
> - renamed WriteArgOption to LogArgOption (function also uses Log instead of
> writeln)
> - fixed creation of sources.xml added quatationmarks in packagename
> (TBuildEngine.GetSourceFiles)

Great job. Applied the fix, thanks !

Michael.



More information about the fpc-devel mailing list