-
-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
DDvO commented Mar 21, 2023
The problem is that basically anything that changes in the public API headers that can potential break a compilation for > anyone is an API break. So until we found that this is very unlikely to break anyone it was considered an API break. Not > sure how to record this and where.
Thanks for your response, which more or less includes a definition of an API break.
Unfortunately, it won't be easy to give simple syntactic rules to correctly and completely determine what will constitute an API break or not.
For instance, the following header file changes do not lead to API breaks:
- whitespace and comment changes
- adding or removing the const qualifier before a primitive (i.e., non-reference) type
- adding or removing the name or changing the name of a function parameter
- adding a declaration
- ...?
I suggest adding something like this to the technical policies, next to the coding style.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Backlog