[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] FileAttributesPlugin v2.0.1 (#287)

akgrant43 notifications at github.com
Wed Oct 3 21:04:06 UTC 2018


1. The following primitives weren't updated as part of the support file
restructure:

- primitiveChangeMode
- primitiveChangeOwner
- primitiveSymlinkChangeOwner
- primitiveRewinddir

Get these working again in the new framework (fapath).

2. Rewinding the directory on Windows returns the first entry.
Modify the primitive to behave this way on all platforms.

3. Path conversion primitives shouldn't include the Long Path Prefix on
Windows as part of the path.
You can view, comment on, or merge this pull request online at:

  https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/287

-- Commit Summary --

  * FileAttributesPlugin: Update remaining primitives
  * FileAttributesPlugin: redefine primitiveRewinddir the Windows way
  * FileAttributesPlugin: Fix path conversion primitives
  * FileAttributesPlugin v2.0.1

-- File Changes --

    M platforms/unix/plugins/FileAttributesPlugin/faSupport.c (27)
    M platforms/unix/plugins/FileAttributesPlugin/faSupport.h (1)
    M platforms/win32/plugins/FileAttributesPlugin/faSupport.c (132)
    M platforms/win32/plugins/FileAttributesPlugin/faSupport.h (15)
    M src/plugins/FileAttributesPlugin/FileAttributesPlugin.c (127)

-- Patch Links --

https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/287.patch
https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/287.diff

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/OpenSmalltalk/opensmalltalk-vm/pull/287
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20181003/2a799155/attachment.html>


More information about the Vm-dev mailing list