Hi there,
One place where this code fails pjdfstest is round tripping chmod. Currently virtual.Permissions isnt wide enough to store the full mode set. Per your note on #226 - you expressed hesitation to add a new AttributesMaskMode, which makes sense - I was trying to avoid modifying Permissions itself, as I wasn't sure you'd be open to a different idea I had previously tried: extending type Permissions uint8 to uint16 or uint32.
Would this be something you'd be open to?
Hi there,
One place where this code fails pjdfstest is round tripping chmod. Currently
virtual.Permissionsisnt wide enough to store the full mode set. Per your note on #226 - you expressed hesitation to add a new AttributesMaskMode, which makes sense - I was trying to avoid modifying Permissions itself, as I wasn't sure you'd be open to a different idea I had previously tried: extendingtype Permissions uint8to uint16 or uint32.Would this be something you'd be open to?