Skip to content

Add ABI check shell script#226

Merged
jslee02 merged 9 commits intorelease-4.1from
abi_check
Jul 17, 2014
Merged

Add ABI check shell script#226
jslee02 merged 9 commits intorelease-4.1from
abi_check

Conversation

@jslee02
Copy link
Member

@jslee02 jslee02 commented Jul 16, 2014

  • abi-compliance-checker is required
  • Usage:
cd [dart_source_dir]/tools
./abi_check.sh <old_version_number> <new_version_number>

Example 1) ABI check of 4.0.0 and 4.1.0:

./abi_check.sh 4.0.0 4.1.0  

Example 2) ABI check of 4.0.0 and current:

./abi_check.sh 4.0.0        

jslee02 added a commit that referenced this pull request Jul 17, 2014
Add ABI check shell script
@jslee02 jslee02 merged commit 2ef171b into release-4.1 Jul 17, 2014
@jslee02 jslee02 added this to the Release DART 4.1.1 milestone Jul 17, 2014
@jslee02 jslee02 deleted the abi_check branch July 18, 2014 18:58
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.

1 participant