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

Script that checks API/ABI compatibility between versions #1552

Merged
merged 4 commits into from
May 12, 2021

Conversation

idelpivnitskiy
Copy link
Member

@idelpivnitskiy idelpivnitskiy commented May 12, 2021

Motivation:

It's hard to track API/ABI changes and list everything correctly in
release notes. This script produces a summary of all changes made
between versions.

Modifications:

  • Add ./scripts/japicmp.sh;

Result:

Script that summarizes all API/ABI changes.

Motivation:

It's hard to track API/ABI changes and list everything correctly in
release notes. This script produces summary of all changes made between
versions.

Modifications:

- Add `./scripts/japicmp.sh`;

Result:

Scripts that summarizes all API/ABI changes.
Copy link
Contributor

@bondolo bondolo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Did you run it through shellcheck?


# All servicetalk modules except: servicetalk-benchmarks, servicetalk-bom, servicetalk-examples, servicetalk-gradle-plugin-internal:
# All servicetalk modules except:
# servicetalk-benchmarks, servicetalk-bom, servicetalk-examples, servicetalk-gradle-plugin-internal
ARTIFACTS="$(ls -d -- */ | grep 'servicetalk-' | sed 's/.$//' | \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I usually prefer find vs ls if the names may contain spaces.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's known that the names of modules don't contain spaces

@idelpivnitskiy idelpivnitskiy merged commit 6b4a240 into apple:main May 12, 2021
@idelpivnitskiy idelpivnitskiy deleted the japicmp branch May 12, 2021 17:45
hbelmiro pushed a commit to hbelmiro/servicetalk that referenced this pull request May 23, 2021
Motivation:

It's hard to track API/ABI changes and list everything correctly in
release notes. This script produces a summary of all changes made
between versions.

Modifications:

- Add `./scripts/japicmp.sh`;

Result:

Script that summarizes all API/ABI changes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants