On 23 Sep 2014, at 13:50, Nicolai Hess <nicolaihess@web.de> wrote:
2014-09-23 13:29 GMT+02:00 Esteban Lorenzano <estebanlm@gmail.com>: Hi,
This is a message for people doing fixes in Pharo core, and because of that doing SLICEs. Since last week Iâm changing the integration process (something transparent for most of you), to make it more automated⦠so I added two new fields to the issue tracker:
- preload - postload
So⦠from now, if your SLICE requires one or/and the other, you need to fill those fields⦠it will not be part of the comment fields anymore.
thanks, Esteban
Great!
What if I want to do a "postload" only, for example if we have an issue "need to reinitialize Class Xxxâ?
the mail I sent says AND/OR⦠so that means you can express just one. Now⦠If you put something like your example, instead putting Xxx initialize. then script will fail, because is a script, not a semantic analyser :) Esteban