On Mar 12, 2013, at 9:43 PM, Eliot Miranda <eliot.miranda@gmail.com> wrote:
But it would be nice if there was more agreement on the format of Smalltalk getSystemAttribute: 1009. This is a useful attribute and nice if it were parsed by the Pharo image code.
yes, I agree... maybe something like this: Pharo|Squeak|Newspeak MAJ.MIN.BUG:Cog|Stack|Interpreter MAJ.MIN.BUG:EXTRA-FOR-TASTE So, something for pharo would look like: Pharo 2.0.0:NBCog 1.0.0:git://gitorious.org/~estebanlm/cogvm/cog-osx.git Commit: c4036bdcc3ecf22561e40288def79ef39fb91875 Date: 2013-02-28 14:08:38 +0100 By: Esteban Lorenzano <estebanlm@gmail.com> we have a fixed part and a variable part, so everybody can have their own special information at the end... I think this would solve our identification problems... what do you think? Esteban