anacrolix / fuse

FUSE for Go
Other
31 stars 8 forks source link

Add fuse-t support #2

Closed macos-fuse-t closed 1 year ago

macos-fuse-t commented 1 year ago

Very basic support, currently without any mount options But loopbackfs seems to be working

anacrolix commented 1 year ago

There were some issues with the PR, it must have been very old code. I've cleaned it up and got it building and working for anacrolix/torrent on master. Some of the unit tests fail on Mac M1 but I don't know if they ever worked.

alexfs commented 1 year ago

Let me know how to run the tests and I will take a look

anacrolix commented 1 year ago

go test ./...

macos-fuse-t commented 1 year ago

The testing code itself seems to be broken, it hangs because of concurrency issues. When running tests one by one I managed to fix most of them. Will send a PR soon.

anacrolix commented 1 year ago

Thanks. Yeah that was the behaviour I was seeing too. I look forward to your PR!