cryptomator / cryptomator/jfuse
Use a custom Symbol Lookup for fuse_new
Open
- Dominant language
- Java
- Stars
- 61
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
With libfuse 3.17.1 the function `fuse_new` is not visisble anymore for the regular JDK FFI symbol lookup. In #114 we switched to the function `fuse_new_31`, but this might introduce incompatiblilites with library versions.
We should experiment with a custom `SymbolLookup`, if this just a limitation of the default SymbolLookup method (similar to https://github.com/cryptomator/jfuse/commit/85b296c1d361d3756b6fa842b2827fe63700e535)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.