Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Negation support #412

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Commits on Nov 16, 2022

  1. Add support for negation to the individual targets of a config_settin…

    …g_group.
    
    Currently config_setting_group can be used to evaluate AND or OR expression or other config_setting or config_setting_group nodes. However, it cannot currently evaluate expressions such as  A AND NOT B. This CL adds that capability.
    leovitch committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    8c3161b View commit details
    Browse the repository at this point in the history
  2. Update lib/selects.bzl

    bzlmod compatibility
    
    Co-authored-by: Fabian Meumertzheim <fabian@meumertzhe.im>
    leovitch and fmeum committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    da0a4fb View commit details
    Browse the repository at this point in the history
  3. Update lib/selects.bzl

    bzlmod compatibility
    
    Co-authored-by: Fabian Meumertzheim <fabian@meumertzhe.im>
    leovitch and fmeum committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    8e4a8de View commit details
    Browse the repository at this point in the history