Re: [Codenarc-developer] clean up apt files
Brought to you by:
chrismair
From: Hamlet D'A. <ham...@gm...> - 2011-02-06 20:09:10
|
Thanks... I was wondering why site was failing... not enough to actually debug and fix it, but wondering none the less! On Sun, Feb 6, 2011 at 7:04 PM, Chris Mair <chr...@ea...> wrote: > Hamlet, > > > > I cleaned up a few issues with the APT files, where I found them: > > > > (1) Unfortunately, APT is kind of picky about needing blank lines in between > sections, including before a source code section. So, > > > > Example of violations: > > -------------------------------------------------- > > > > Needs to be: > > > > Example of violations: > > > > -------------------------------------------------- > > > > > > (2) Likewise: > > > > <New in CodeNarc 0.13> > > Busy waiting (forcing a <<<Thread.sleep()>>> while waiting on a condition) > should be avoided. Prefer using the gate and > > > > Needs to be: > > > > <New in CodeNarc 0.13> > > > > Busy waiting (forcing a <<<Thread.sleep()>>> while waiting on a condition) > should be avoided. Prefer using the gate and > > > > > > (3) URL links should be surrounded in {{{ .. }}} or {{{url}label}} > > > > Chris > > ------------------------------------------------------------------------------ > The modern datacenter depends on network connectivity to access resources > and provide services. The best practices for maximizing a physical server's > connectivity to a physical network are well understood - see how these > rules translate into the virtual world? > http://p.sf.net/sfu/oracle-sfdevnlfb > _______________________________________________ > Codenarc-developer mailing list > Cod...@li... > https://lists.sourceforge.net/lists/listinfo/codenarc-developer > > -- Hamlet D'Arcy ham...@gm... |