[vwnc] Parser fails parsing array literals

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

[vwnc] Parser fails parsing array literals

Runar Jordahl
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