[Vm-dev] Fwd: Merging FilesAttributesPlugin

Alistair Grant akgrant0710 at gmail.com
Tue Jan 2 10:42:51 UTC 2018


Hi Jakob,

On 2 January 2018 at 06:46, 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?

I've made this change in my image, so it will flow through on the next update.

Cheers,
Alistair


More information about the Vm-dev mailing list