Edit Rename Changes History Upload Download Back to Top

VW System Changes scripts

Back to VW Changes

It is often useful to know what changed between versions of VisualWorks. If you have published the VW base into your Store repository, this is pretty simple; you can simply publish the new versions and calculate differences. If you have not published base, this methodology using the ChangeList will work nicely:

  1. Open a ChangeList
  2. Read Sources from the visual.sou file for the version you would like to check against. Also read in the .pst (parcel source) files for all parcels you would like to compare.
  3. On the Remove... menu, select Same Code as System and Same Source as System.
  4. On the Forget... menu, select Forget All Marked.
Now, you should have all the major changes between the systems captured. The following scripts will produce some simple HTML files reporting on the differences:

Grab the Scripts Here. These scripts capture method changes and removals, as well as class changes and removals. It should be straightforward to check for Shared Variable changes and Namespace changes.

Back to VW Changes


Edit Rename Changes History Upload Download Back to Top