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

make (s)printf error reporting more correct/literal #10088

Merged

Commits on Aug 4, 2023

  1. make (s)printf error reporting more correct/literal

    Fix vimeo#10021
    Fix vimeo#9987 again now for all cases (specifically vimeo#9987 (comment))
    
    Use RedundantFunctionCall instead of InvalidArgument, where it's technically valid.
    Report TooManyArguments when a format without placeholders is used
    Report an error for splat with vprintf/vsprintf
    kkmuffme committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    0a58a68 View commit details
    Browse the repository at this point in the history
  2. code style + update tests

    kkmuffme committed Aug 4, 2023
    Configuration menu
    Copy the full SHA
    02385c2 View commit details
    Browse the repository at this point in the history