Shinmera / file-attributes

Access to common file attributes (uid, gid, permissions, ctime, mtime, atime)
https://shinmera.github.io/file-attributes
zlib License
13 stars 2 forks source link

ORG.SHIRAKUMO.FILE-ATTRIBUTES::BYTE undefined on Lispworks 8,Mac #9

Closed lispstudent closed 1 month ago

lispstudent commented 1 month ago

On Lispworks 8.0.1 running on a Mac (ARM), when quickloading file-attributes I get:

CL-USER 1 > (quicklisp:quickload :file-attributes)
To load "file-attributes":
  Load 4 ASDF systems:
    asdf cffi documentation-utils trivial-features
  Install 1 Quicklisp release:
    file-attributes
; Fetching #<QL-HTTP:URL "http://beta.quicklisp.org/archive/file-attributes/2023-10-21/file-attributes-20231021-git.tgz">
; 9.47KB
==================================================
9,693 bytes in 0.00 seconds (9465.82KB/sec)
; Loading "file-attributes"
[package org.shirakumo.file-attributes]...

The following function is undefined:
ORG.SHIRAKUMO.FILE-ATTRIBUTES::BYTE which is referenced by ORG.SHIRAKUMO.FILE-ATTRIBUTES:ENCODE-ATTRIBUTES and ORG.SHIRAKUMO.FILE-ATTRIBUTES:DECODE-ATTRIBUTES

(:FILE-ATTRIBUTES)
Shinmera commented 1 month ago

464d2dc

lispstudent commented 1 month ago

Thank you.

CL-USER 1 > (quicklisp:quickload :file-attributes)
To load "file-attributes":
  Load 1 ASDF system:
    file-attributes
; Loading "file-attributes"
..................................................
[package org.shirakumo.file-attributes]..
(:FILE-ATTRIBUTES)

CL-USER 2 >