May 29, 2013
5:53 a.m.
On May 29, 2013, at 2:01 AM, Jan Vrany <jan.vrany@fit.cvut.cz> wrote:
Hi there,
I need to store a sort of a metadata along with the code in the .mcz. The goal is that if such a package is loaded by standard Pharo 2.0 (or 3.0) image, modified and then saved back as a new version, these metadata will be somehow preserved.
Is that at all possible? If so, how?
Yes :) Now packages have manifest created lazily by the smalllint browser. We are starting to store smallint rule false positive there and soon per package license.
Best, Jan