[vwnc] Stripping woes

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[vwnc] Stripping woes

Henrik Sperre Johansen
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
Reply | Threaded
Open this post in threaded view
|

Re: [vwnc] Stripping woes

Alan Knight-2
Thanks. That sounds like a good idea. Created AR 55529 for it.

At 02:58 PM 10/29/2008, Henrik Johansen wrote:
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

--
Alan Knight [|], Engineering Manager, Cincom Smalltalk

_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc