Doru, I mean the code diffs. Metacello versions resolve to a list of packages with versions. Each package with same name but different versions leads to code diffs in the classes,⦠etc. What I want is a complete diff of all classes, methods of the packages in that metacello config. Norbert
Am 16.01.2015 um 14:02 schrieb Tudor Girba <tudor@tudorgirba.com>:
You mean like this: from := String cr join: ((ConfigurationOfGToolkit project version: '0.21-baseline') spec packages list collect: #name). to := String cr join: ((ConfigurationOfGToolkit project version: '0.20-baseline') spec packages list collect: #name).
(DiffMorph new from: from to: to) openInWindow
?
<a DiffMorph(1027080192).png>
Doru
On Fri, Jan 16, 2015 at 1:47 PM, Norbert Hartl <norbert@hartl.name <mailto:norbert@hartl.name>> wrote: Is there a tool or a code snippet which can show a code diff (side by side) between the packages of two metacello versions?
thanks,
Norbert
-- www.tudorgirba.com <http://www.tudorgirba.com/>
"Every thing has its own flow"