The application I'm working on uses simple binary parcel loading to
include updates.
This caused a crash when one of the patches triggered a purging of
Undeclared variables.
We use Jun, and the reason was lots of AnObsolete... references in the
Jun parcel's classSelectors, which could not be bound (anymore).
It would be nice if the stripper included something like
Parcel parcelList do: [:each | each cleanse] after stripping, to remove
these just in case .
Cheers,
Henry
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc