Excluding an autogenerated methods from MC package. How?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Excluding an autogenerated methods from MC package. How?

Igor Stasenko
Hello all,

say, i have some methods having automatically generated sources, and i
want them to be
not included into a package, since they are generated/refreshed
anyways once package loaded.
Is there a way to tell MC
1. to exclude such methods, when writing a package
2. to ignore any changes to these methods and don't mark a package as dirty
?

--
Best regards,
Igor Stasenko AKA sig.

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: [squeak-dev] Excluding an autogenerated methods from MC package. How?

Lukas Renggli
I would put them into an extension category of a non-existing package
like *generated.

Lukas

On 21 May 2010 14:49, Igor Stasenko <[hidden email]> wrote:

> Hello all,
>
> say, i have some methods having automatically generated sources, and i
> want them to be
> not included into a package, since they are generated/refreshed
> anyways once package loaded.
> Is there a way to tell MC
> 1. to exclude such methods, when writing a package
> 2. to ignore any changes to these methods and don't mark a package as dirty
> ?
>
> --
> Best regards,
> Igor Stasenko AKA sig.
>
>



--
Lukas Renggli
www.lukas-renggli.ch

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project