https://github.com/juliendelplanque/changeimpact
A framework to do change impact analysis written in Pharo.
https://github.com/juliendelplanque/changeimpact
pharo smalltalk
Last synced: about 1 year ago
JSON representation
A framework to do change impact analysis written in Pharo.
- Host: GitHub
- URL: https://github.com/juliendelplanque/changeimpact
- Owner: juliendelplanque
- License: mit
- Created: 2017-03-18T12:59:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-14T13:10:36.000Z (over 8 years ago)
- Last Synced: 2025-04-05T15:12:35.605Z (about 1 year ago)
- Topics: pharo, smalltalk
- Language: Smalltalk
- Homepage:
- Size: 190 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ChangeImpact
A framework to do change impact analysis for Pharo.
## Load the project
```
Metacello new
baseline: 'ChangeImpact';
repository: 'github://juliendelplanque/ChangeImpact/repository';
load
```