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

Begin deprecating <format-string-condition> in favor of <simple-condition> #1613

Closed
wants to merge 4 commits into from

Commits on Jun 10, 2024

  1. Replace uses of <format-string-condition> with <simple-condition>

    We're choosing one name for the class and it will be <simple-condition>.
    cgay committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    8d6e6ff View commit details
    Browse the repository at this point in the history
  2. Use <simple-error> and <simple-warning> where appropriate

    Replaces superclass lists like (<error>, <simple-condition>) with
    just (<simple-error>), and similarly for warnings.
    cgay committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    b020086 View commit details
    Browse the repository at this point in the history
  3. Deprecate <format-string-condition>

    Use <simple-condition> instead. There's no point having two names for one class.
    cgay committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    166c497 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    08bbd1d View commit details
    Browse the repository at this point in the history