[squeak-dev] valid pragma syntax

Nicolai Hess nicolaihess at gmail.com
Sun Jan 10 11:16:32 UTC 2016


pharo fogbugz issue: 17359 MessageNotUnderstood: receiver of "keywords" is
nil


is this valid pragma syntax:

    <apicall: bool 'SetCursorPos' (long long) module: 'user32.dll'>

our (pharo) parser can not parse this (does not recognizes the
"selector parts" (apicall:module:) right)

Any recommendations how to fix this
- fix RBParser or
- change this pragma, for example, like this
  <apicall: #(bool SetCursorPos (long long)) module: 'user32.dll'>


nicolai
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20160110/c2a1d542/attachment.htm


More information about the Squeak-dev mailing list