[Vm-dev] Re: Need help to make a small RomePlugin update

Bert Freudenberg bert at freudenbergs.de
Wed Dec 31 12:14:15 UTC 2014


On 31.12.2014, at 00:21, David T. Lewis <lewis at mail.msen.com> wrote:
> 
> I need to make a small update to RomePlugin to address a bug that I found
> while incorporating Alex Franchuk's Plan9 changes. The repository for the
> plugin is at http://www.squeaksource.com/Rome, but I don't have write access.
> 
> Bert, could you please apply the attached change, or give me developer access
> to the Rome repository?
> 
> The change is in method category '*Rome-Plugin' in class TSendNode, and ensures
> that the selector name is a symbol rather than string.
> 
> TSendNode>>replaceCairoCalls
> 	((selector beginsWith: 'cairo') or: [selector beginsWith: 'pango']) ifTrue: [
> 		selector := (RomePlugin camelToUnderscore: selector) asSymbol]
> 
> Thanks!
> 
> Dave
> 
> <TSendNode-replaceCairoCalls.st>

Certainly. You're an admin now.

- Bert -



-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4142 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20141231/66d78213/smime.bin


More information about the Vm-dev mailing list