[Vm-dev] Fwd: Merging FilesAttributesPlugin

Jakob Reschke forums.jakob at resfarm.de
Tue Jan 2 05:46:23 UTC 2018


Am 02.01.2018 04:43 schrieb "Eliot Miranda" <eliot.miranda at gmail.com>:

 ... inst vars such as sCOFfn are set up in initialiseModule.  You're
querying the SecurityPlugin on every access as in


canStatFilePath: aPathCString length: length
...
(hasSecurityPlugin = 0) ifTrue: [^ true].
sCOFfn := interpreterProxy ioLoadFunction: 'secCanOpenFileOfSizeWritable'
From: 'SecurityPlugin'.
sCOFfn ~= 0
...


I have never looked at this before, so: can this variable name be spelled
out, please, so it becomes legible for the uninitiated folk?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20180102/49f28268/attachment.html>


More information about the Vm-dev mailing list