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

Check for changes to the public API #141

Merged
merged 1 commit into from
Feb 13, 2024

Commits on Jan 31, 2024

  1. Check for public API changes

    We would like to get to a stage where we can commit to the public API.
    To help us achieve this add a script that generates the public API and
    checks it against three committed files, one for each feature set: no
    features, alloc, std.
    
    The idea is that with this applied any PR that changes the public API
    should include a final patch that is just the changes to the api/*.txt
    files, that way reviewers can discuss the changes without even needing
    to look at the code, quickly giving concept ACK/NACKs. We also run the
    script in CI to make sure we have not accidentally changed the public
    API so that we can be confident that don't break semver during releases.
    The script can also be used to diff between two release versions to get
    a complete list of API changes, useful for writing release notes and for
    users upgrading.
    tcharding committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    8241316 View commit details
    Browse the repository at this point in the history