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 type checking/validation for filters #4364

Merged
merged 46 commits into from
Apr 9, 2023

Commits on Feb 18, 2023

  1. Configuration menu
    Copy the full SHA
    ae6bcdf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb11e76 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4ac4df1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    22540a5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bcc4a58 View commit details
    Browse the repository at this point in the history
  6. Move TokenType to Tokenizer

    dnsge committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    dcd608c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6fa70b0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bd170c1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1a0b3ff View commit details
    Browse the repository at this point in the history
  10. Add tests for filters

    dnsge committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    d5f9d9a View commit details
    Browse the repository at this point in the history
  11. Remove old comments

    dnsge committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    f4ac0b4 View commit details
    Browse the repository at this point in the history
  12. Improve filter debug output

    dnsge committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    63f71bd View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7f23b9c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    847c782 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0c0cefd View commit details
    Browse the repository at this point in the history
  16. Improve filter error reporting

    dnsge committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    c83abc3 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5fef124 View commit details
    Browse the repository at this point in the history
  18. Reword some error messages

    dnsge committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    a06ffb8 View commit details
    Browse the repository at this point in the history
  19. Clang-tidy suggestions

    dnsge committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    63a611a View commit details
    Browse the repository at this point in the history
  20. Update CHANGELOG.md

    dnsge committed Feb 18, 2023
    Configuration menu
    Copy the full SHA
    975327b View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2023

  1. Add separate typing context map

    dnsge committed Feb 19, 2023
    Configuration menu
    Copy the full SHA
    85a15e2 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. Configuration menu
    Copy the full SHA
    246a8e5 View commit details
    Browse the repository at this point in the history
  2. Fix changelog entry position

    dnsge committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    7e90ae7 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2023

  1. Configuration menu
    Copy the full SHA
    6cf05e5 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

  1. Configuration menu
    Copy the full SHA
    0e9cfba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e26c397 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5474c93 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ddb1cc8 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2023

  1. Configuration menu
    Copy the full SHA
    8acf85e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b294db3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    afecefd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac97b89 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2023

  1. Configuration menu
    Copy the full SHA
    613c4bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32355ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ef4f4c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1f612b8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f8056bb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a0ae6df View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2c84e9b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    062cb97 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c6b4279 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d8a67a5 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3039311 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3279690 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b24c345 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    9752c21 View commit details
    Browse the repository at this point in the history