lib/ffi/libfuse/adapter.rb in ffi-libfuse-0.0.1.rctest12 vs lib/ffi/libfuse/adapter.rb in ffi-libfuse-0.1.0.rc20220550

- old
+ new

@@ -9,11 +9,11 @@ # # 1) Wrap many fuse methods in a proc that manipulates the arguments in a consistent way # # These will implement {FuseOperations#fuse_wrappers} to add the proc which can then... # - # * prepend additional arguments - eg. ({Context}) + # * populate thread local information - eg. ({Context}) # * wrap common arguments - eg. ({Pathname}) # * handle return values/exceptions - eg. ({Safe}) # * or just wrap the underlying block - eg. ({Debug}) # # 2) Override specific callback methods to change their signatures @@ -68,10 +68,9 @@ end end end require_relative 'adapter/context' -require_relative 'adapter/thread_local_context' require_relative 'adapter/debug' require_relative 'adapter/ruby' require_relative 'adapter/interrupt' require_relative 'adapter/pathname' require_relative 'adapter/fuse3_support'