djdv / go-filesystem-utils

ISC License
10 stars 2 forks source link

IPNS path logic is wrong #23

Closed djdv closed 1 year ago

djdv commented 1 year ago

At some point I made an optimization for IPFS paths and it broke IPNS mounts. This is the offending section and the quick fix for it that just reverts to the old logic: https://github.com/djdv/go-filesystem-utils/pull/20/commits/79947497214433dfcfef32049ed20251b3aca75a This should be fixed more properly later, but tracking it anyway for now.

djdv commented 1 year ago

Pushed the fix along with others to the pre-release tag so that the existing builds listed under releases get replaced with ones that actually work. Lots of code still pending review before merging into master though.

djdv commented 1 year ago

The branch which fixes this has now been merged into master.