Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] process question about API

This is question to CDT commiters.

Lets say I have a bug that I want to fix in 5.0.2 (this is version we are integrating with)
and to fix it properly I really need non-breaking API change. But if I do that API tooling would complain that there is no @since tag.
But I only can add @since 5.0 which is not really true, and it won't work for 6.0 with pure 5.0 baseline (it would be error that since tag is wrong)...

What do we do in this case?


Back to the top