Skip to content

Combing whitelist and blacklist should raise an error #172

Description

@jackqu7

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions