dalehenrich / tode

tODE - the Object-centric Development Environment. Smalltalk. development, deconstructed and a development environment for GemStone/S. Part of the GsDevKit tool set.
https://github.com/GsDevKit/gsDevKitHome#open-source-development-kit-for-gemstones-64-bit-
MIT License
33 stars 16 forks source link

TDMetacelloProjectRegistrationDefinition>>workingCopies #117

Open dalehenrich opened 9 years ago

dalehenrich commented 9 years ago

uses the cached projectVersion in MetacelloProjectRegistration>>projectVersion and for the TDMetacelloProjectRegistrationDefinition we should probably recalculate the projectVersion using the in-image configuration class, because it is possible that the information cached in that version is no longer correct for current specification ...

In my case, I had an old BaselineOfGLASS1 class instance that did not get migrated because of other issues, so it may or not make sense in a proper funcitoning image...

Check this out though

dalehenrich commented 9 years ago

tode_issue_117.dbf back up created for metacello stone on foos with the current odd state (creating project list will trip across the old class version)