You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should help in identifying more methods to delete alongside the normal reasons for code coverage. Happily it just worked. Would be great to see it integrated.
That's great! What do you think about the unused Path methods? They do not bother me that much although they are not used. I tend to think we should keep them around for future easiness.
The ones which are mechanical translations of go methods should mostly be kept around, especially as there's no way to avoid using them as soon as we write the corresponding FUSE method. I'm using code coverage diffs to delete more stuff and trim down my Inode pull request.
This should help in identifying more methods to delete alongside the normal reasons for code coverage. Happily it just worked. Would be great to see it integrated.
The text was updated successfully, but these errors were encountered: