Hi Ted, now it's me who's delaying... sorry about that.
On Nov 26, 7:53 pm, "ted bonkenburg" <[EMAIL PROTECTED]> wrote: > - (NSArray *)fuseArguments; // Additional arguments to pass to fuse. while this is more flexible, I still favor my approach. It took me quite a while to figure out that "-olocal" shouldn't have a space between the "o" and "local". My approach abstracts from the commandline flag syntax and follows the original pattern which I quite like. However, if there was another method called - (NSArray *)additionalFuseArguments; I'd say that's ok to have that as a future-proof extension. > any new options in the future. Given the rate at which options are > added to MacFUSE and the time between commits to FUSEFileSystem, I > suspect this would be a safer plan. Yes, but I'll rather see that as an additional option, not an alternative. > Since the "-s" argument is currently present by default, I will be > making that conditional on an isThreadSafe method returning YES, but > in general I'd like to avoid adding more like this. See above, I think it's the much better API instead. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "macfuse-devel" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/macfuse-devel?hl=en -~----------~----~----~----~------~----~------~--~---
