[Vm-dev] Fwd: Merging FilesAttributesPlugin

tim Rowledge tim at rowledge.org
Tue Jan 2 18:11:19 UTC 2018


> On 01-01-2018, at 9:46 PM, Jakob Reschke <forums.jakob at resfarm.de> wrote:
> 
> 
> 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?

It’s just the initials of the name of the function it points to :-)

tim
--
tim Rowledge; tim at rowledge.org; http://www.rowledge.org/tim
Klingon Code Warrior:- 4) "This machine is a piece of GAGH! I need dual A11bioniq processors if I am to do battle with  this code!"




More information about the Vm-dev mailing list