The parser has problems in some cases when defining arrays with array
literals. To reproduce follow these steps:
- Start base 7.6 image.
- Load parcel "WebServicesClient"
- Open WebServices.TModelDetails>>startWsdlWizard
- Format method
If the line
(Filename fromComponents: #('$(VISUALWORKS)' webservices WSDLToolUI.pcl )).
is changed to the text below, the error disappears:
(Filename fromComponents: #('$(VISUALWORKS)' #webservices #WSDLToolUI.pcl )).
Runar
_______________________________________________
vwnc mailing list
[hidden email]
http://lists.cs.uiuc.edu/mailman/listinfo/vwnc