[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Sc-devel] Minimizing compile printouts
done.
On Jan 29, 2008 2:06 AM, Dan Stowell <danstowell@xxxxxxxxx> wrote:
> Ah I see, my mistake. Yes, comment it out OK
>
> 2008/1/29, blackrain <blackrain.sc@xxxxxxxxx>:
>
> > and I think I see why! we are not overiding the method in a subclass
> > but in Main itself (lol sorry!).
> >
> > x
> >
> > On Jan 28, 2008 6:05 PM, blackrain <blackrain.sc@xxxxxxxxx> wrote:
> > > Hi Dan,
> > > like this?
> > >
> > > platformClass {
> > > // override in platform specific extension
> > > ^this.subclassResponsibility
> > > }
> > >
> > > I get and agree with the idea but it still gives the warn.
> > >
> > > x
> > >
> > >
> > > On Jan 28, 2008 5:31 PM, Dan Stowell <danstowell@xxxxxxxxx> wrote:
> > > > Don't comment them out, use ^this.subclassResponsibility instead.
> > > > IIRC, that prevents overwrite warnings.
> > > >
> > > > Dan
> > > >
> > > > 2008/1/28, blackrain <blackrain.sc@xxxxxxxxx>:
> > > >
> > > > > 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
> > > > > >
> > > > > _______________________________________________
> > > > > Sc-devel mailing list
> > > > > Sc-devel@xxxxxxxxxxxxxxx
> > > > > http://lists.create.ucsb.edu/mailman/listinfo/sc-devel
> > > > >
> > > >
> > > >
> > > > --
> > > > http://www.mcld.co.uk
> > > >
> > > > _______________________________________________
> > > > Sc-devel mailing list
> > > > Sc-devel@xxxxxxxxxxxxxxx
> > > > http://lists.create.ucsb.edu/mailman/listinfo/sc-devel
> > > >
> > >
> > _______________________________________________
> > Sc-devel mailing list
> > Sc-devel@xxxxxxxxxxxxxxx
> > http://lists.create.ucsb.edu/mailman/listinfo/sc-devel
> >
>
>
> --
> http://www.mcld.co.uk
> _______________________________________________
> Sc-devel mailing list
> Sc-devel@xxxxxxxxxxxxxxx
> http://lists.create.ucsb.edu/mailman/listinfo/sc-devel
>