-
Notifications
You must be signed in to change notification settings - Fork 59
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
BCV-MU requires access to ClassBinarySignature properties #178
Comments
@aSemy, first of all, sorry for the long time it took me to reply. Looking at the affected BCV-MU's code, it seems like BCV's On the BCV's side, it would look like this: https://github.com/Kotlin/binary-compatibility-validator/pull/188/files Would that work for you? |
Good idea! That sounds like a better solution. I'll experiment and see if your proposal is compatible with BCV-MU. |
I updated the task to use |
Fixed in 0.15.0-Beta.1 |
In version 0.14.0 several elements were marked as internal.
https://github.com/Kotlin/binary-compatibility-validator/pull/168/files#diff-8f30838a249b5077fe400072f0089da4daab28a873456622c54fdea121f9517fR13-R24
BCV-MU requires access to:
ClassBinarySignature
MEMBER_SORT_ORDER
MemberBinarySignature
for running the signature generator in a Gradle Worker.
https://github.com/adamko-dev/kotlin-binary-compatibility-validator-mu/blob/101ce0af1b66403ee2b7d32e7ad2b04e586c85cc/modules/bcv-gradle-plugin/src/main/kotlin/workers/BCVSignaturesWorker.kt#L115-L127
Please could these properties be made public again?
The text was updated successfully, but these errors were encountered: