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

Implement native analysis_test call. #15940

Merged
merged 1 commit into from
Jul 21, 2022

Commits on Jul 21, 2022

  1. Implement native analysis_test call.

    The call defines a rule and a target on the BUILD thread. Since target names need to be unique so is the rule class name.
    
    This removes boilerplate in analysis testing. This mechanism replaces rule.name mechanism, which will be removed.
    
    If this becomes the default for analysis tests, rule call may be further simplified.
    
    The implementation is safeguarded by experimental flag.
    
    PiperOrigin-RevId: 462309501
    Change-Id: I918ddcc8efd3b27f822998bcaa454e467a98b7ea
    comius committed Jul 21, 2022
    Configuration menu
    Copy the full SHA
    7796134 View commit details
    Browse the repository at this point in the history