One of the things I've been thinking about lately is support for a whitelist function - particularly support for regex-based filtering of namespaces or files. In some ways this is a purer approach than trying to hide everything we think is non-relevant; the downside, of course, is that it's not very portable.
One possible interface here would be a :whitelist key that takes a regex or explicit matcher.
One of the things I've been thinking about lately is support for a whitelist function - particularly support for regex-based filtering of namespaces or files. In some ways this is a purer approach than trying to hide everything we think is non-relevant; the downside, of course, is that it's not very portable.
One possible interface here would be a
:whitelist
key that takes a regex or explicit matcher.