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

remove calls to vasprintf #2489

Merged
merged 3 commits into from
Apr 2, 2022
Merged

remove calls to vasprintf #2489

merged 3 commits into from
Apr 2, 2022

Commits on Apr 2, 2022

  1. test: improve coverage for error handling that uses vasprintf

    because an upcoming commit will remove vasprintf calls from the
    codebase
    flavorjones committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    5a34e1b View commit details
    Browse the repository at this point in the history
  2. feat: prefer rb_vsprintf to vasprintf for error message handling

    This should allow us to delete our ancient vasprintf implementation
    flavorjones committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    3831a00 View commit details
    Browse the repository at this point in the history
  3. cleanup: remove unused vasprintf function

    and update the CHANGELOG
    flavorjones committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    8f48155 View commit details
    Browse the repository at this point in the history