Re: [fpc-devel] Howto hide Hint: Parameter yyy not used

2008-10-13 Thread Jonas Maebe


On 13 Oct 2008, at 08:16, Jonas Maebe wrote:


On 13 Oct 2008, at 03:37, Paul Ishenin wrote:


Jonas Maebe wrote:


Boys, can you also add similar to delphi {$WARN xxx OFF} / {$WARN  
xxx ON} to use them per unit?


Feel free to file a bug report with a feature request.


Or to submit a patch... (compiler/scandir.pas, I believe there's even  
already a skeleton for this functionality available, search for  
dir_warn or so)



Jonas
___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel


Re: [fpc-devel] Howto hide Hint: Parameter yyy not used

2008-10-13 Thread Jonas Maebe


On 13 Oct 2008, at 03:37, Paul Ishenin wrote:


Jonas Maebe wrote:



I've committed a modified version of your patch (mainly extra error  
checking). The parameters now are

-vq to show message numbers
-vm11004,1018 to mask the messages numbered 11004 and 1018
(you cannot put any other -vx parameters anymore after -vm this  
way, but I think it's clearer).


Boys, can you also add similar to delphi {$WARN xxx OFF} / {$WARN  
xxx ON} to use them per unit?


Feel free to file a bug report with a feature request.


Jonas
___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel


Re: [fpc-devel] viewvc

2008-10-13 Thread Florian Klaempfl
Karl-Michael Schindler schrieb:
 Hi
 
 I have some suggestions regarding the use of viewvc for publishing the
 svn repository to the web.
 
 1) update to viewvc 1.06. CHANGELOG:
 http://viewvc.tigris.org/source/browse/viewvc/trunk/CHANGES?rev=HEAD

Since ViewVC 1.0.6 is not yet in the ubuntu repository, I prefer to
stick with 1.0.3. External packages always require extra maintainance.

 
 2) add source code coloring by installing highlight (from 
 http://www.andre-simon.de/) and switch on its use in viewcvs.conf
 
 use_highlight = 1
 
 and possibly the path
 
 highlight_path = ...

Did so.

 
 3) switch on on-the-fly-building of tarballs in viewcvs.conf. This is
 particullarly useful for the fixes branch.
 
 allow_tar = 1

Since idefix has only a slow connection I don't like it.

 
 I found this features very helpful or at least nice while using my own
 repository.
 
 Regarding extra load on the machine, I did not notice any problems with
 my setup, but sure enough I have no idea about your system.

Well I wonder what happens if some requests a tar ball of the fpc svn
root :)

 
 Greetings - Michael Schindler aka mischi.
 
 
 ___
 fpc-devel maillist  -  fpc-devel@lists.freepascal.org
 http://lists.freepascal.org/mailman/listinfo/fpc-devel
 

___
fpc-devel maillist  -  fpc-devel@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-devel