kim icon indicating copy to clipboard operation
kim copied to clipboard

Combing whitelist and blacklist should raise an error

Open jackqu7 opened this issue 7 years ago • 0 comments

If you do: blacklist(...) | whitelist(...)

The result is only the whitelist takes precedence but this is really non obvious.

Either the behaviour should be changed to make things in the whitelist override things in the blacklist (if that makes sense in all scenarios)

Otherwise, it should raise a clear error at compile time.

jackqu7 avatar Nov 03 '17 14:11 jackqu7