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

Alternative string-based approach to format string passthrough #889

Merged
merged 5 commits into from Nov 15, 2021

Commits on Oct 23, 2021

  1. fix: pass through unexpected format strings

    Uses a regex-based solution instead of str.format
    henryiii authored and joerick committed Oct 23, 2021
    Copy the full SHA
    97e3fbb View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2021

  1. Copy the full SHA
    f4b14d3 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    69d2854 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c824ed9 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    c3e38ca View commit details
    Browse the repository at this point in the history