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

refactor: query_rule consistent interpretation #865

Merged
merged 6 commits into from
Oct 4, 2024

Commits on Oct 3, 2024

  1. refactor: query_rule consistent interpretation

    query_rule broke a grammar parse invariant by using different interpretations of the string depending on whether the reason for termination was the end of a string or a continuation with an invalid character.
    
    fix boostorg#864
    alandefreitas committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    a4180a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ea5f7b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    821e452 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    370451b View commit details
    Browse the repository at this point in the history
  5. ci: BoundsSan workflow

    alandefreitas committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    a0be7ec View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8038474 View commit details
    Browse the repository at this point in the history