dardoria / uuid

Common Lisp implementation of UUIDs according to RFC4122
47 stars 12 forks source link

Pathname handling in get-node-id improved #6

Closed Wz5m165c closed 6 years ago

Wz5m165c commented 6 years ago

The call to make-pathname :directory with a namestring containing /-chars signalled an error by LispWorks 6.1. This was replaced with :absolute path specification.

Some linux's /sys/class/net entries (e.g. "power") did not have "address" information. Namestring for directory call was appended with "address", so that only sys-entries that have the address information are considered.