<div dir="ltr"><div>So the comment on top of the preamble and post script could be something like code below. Could we make this comment show even in a previous made preamble/ post script so it is there as a reminder ?<br></div><div><br></div><div>'From Squeak5.3alpha of 14 October 2019 [latest update: #19114] on 14 October 2019 at 9:53:39 pm'!<br><br>!PackageInfo methodsFor: 'preamble/postscript' stamp: 'kfr 10/14/2019 21:52'!<br>postscriptDefault<br>      ^  '"Below, add code to be run after the loading of this package. Postscript is only evaluated when it is different than previous version. That is why it is always best practice to remove its previous contents when editing it."'<br>! !<br><br>!PackageInfo methodsFor: 'preamble/postscript' stamp: 'kfr 10/14/2019 21:49'!<br>preambleDefault<br>        ^ '"Below, add code to be run before the loading of this package. Preamble is only evaluated when it is<br>different than previous version. That is why it is always best practice to remove its previous contents when editing it."'<br>! !<br><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Oct 14, 2019 at 9:31 PM Levente Uzonyi <<a href="mailto:leves@caesar.elte.hu">leves@caesar.elte.hu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">These scripts, preamble and postscript are only evaluated when they are <br>
different than their previous versions. That is why I always suggest <br>
removing their contents when changing them.<br>
<br>
Levente<br>
<br>
On Mon, 14 Oct 2019, Marcel Taeumel wrote:<br>
<br>
> Well, it seems to be that a "preamble" in a package is not evaluated when updating the image. Is this a bug?<br>
> ChangeSet preambles also don't seem to be prepared to store a script. Just a documentation string. Why is that? :-)<br>
> <br>
> Best,<br>
> Marcel<br>
> <br>
><br>
<br>
</blockquote></div>