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
checkProject: is basically looking for all the files it can reach starting from an input. When making checkDir: using the same logic with all the files in a directory, the worklist should be shared among all the files in checkDir: to avoid to treat files multiple times (it could happens if we have several files in the directory pointing a same inputFile for example).
Right now
both checkProject: and checkDirectory: should have the same semantics.
We should add a test clearly showing that they is not difference once this problem is fixed.
The text was updated successfully, but these errors were encountered: