Code review comment for lp://staging/~michihenning/unity-scopes-api/add-logging

Revision history for this message
Michi Henning (michihenning) wrote :

Does the registry actually stay up and continue working? I suspect that this is noise from files that are not created by us. When the registry scans for scopes, it picks up other stuff and fails to treat it as a scope.

If the registry stays up and continues working, then it's just a matter of suppressing the noise as much as possible. Unfortunately, with click having forced us to allow arbitrary directory names for scope installations (because click decided to install the scope under a different dir name), it may be impossible to get rid of all the noise, unless we "step down" one level further into a directory that's exclusively for scope installation. (Might well be impossible to do this at this point though.)

« Back to merge proposal