[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Sc-devel] Minimizing compile printouts



I also see these two warnings unnecessary.
no objections to comment these out?

On Jan 28, 2008 6:58 AM, Sciss <contact@xxxxxxxx> wrote:
> hi,
>
> i wonder if there would be any problem to comment out:
>
> Main {
>         ...
> //      platformClass {
> //              // override in platform specific extension
> //              ^Platform
> //      }
> }
>
> and delete extClassBrowser.sc, instead adding the content to
> LinuxPlatform and WindowsPlatform:
>
> LinuxPlatform {
>         ...
>         openSVN{ |svnAddr|
>                 "WARNING: not implemented for this platform".postln;
>                 ("open the url:"+svnAddr+"in your browser").postln;
>         }
> }
>
> WindowsPlatform {
>         ...
>         openSVN{ |svnAddr|
>                 "WARNING: not implemented for this platform".postln;
>                 ("open the url:"+svnAddr+"in your browser").postln;
>         }
> }
>
>
> so the two remaining "Extensions overwrite ..." printouts in the
> class lib compile disappear?
>
> ciao, -sciss-
>
>
> _______________________________________________
> Sc-devel mailing list
> Sc-devel@xxxxxxxxxxxxxxx
> http://lists.create.ucsb.edu/mailman/listinfo/sc-devel
>