May 29, 2013
9:29 a.m.
On 2013-05-29, at 10:45, Jan Vrany <jan.vrany@fit.cvut.cz> wrote:
On 29/05/13 06:53, stephane ducasse wrote:
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.
Good, Where should I look to see it how to do it?
It "just" stores classes with data in strings in methods...