/FamixDiff

Computes the list of changes (add/delete/move/rename) between two versions of the same system (in two models)

Primary LanguageSmalltalkMIT LicenseMIT

FamixDiff

Computes the list of changes (add/delete/move/rename) between two versions of the same system (in two models)

Installation

To install the project in your Pharo image execute:

    Metacello new
    	githubUser: 'moosetechnology' project: 'FamixDiff' commitish: 'master' path: 'src';
    	baseline: 'FamixDiff';
    	load

To add it to your baseline:

    spec
    	baseline: 'FamixDiff'
    	with: [ spec repository: 'github://moosetechnology/FamixDiff:master/src' ]

Note that you can replace the #master by another branch such as #development or a tag such as #v1.0.0, #v1.? or #v1.1.?.