X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=CONTRIBUTING.adoc;h=13c5b5832f73a4765178670e267ddfe97af2141b;hb=1f9f5b4d1def78f948fab510e065bc5ca01c8147;hp=fbda663a0c40e9ba246cf39fdb6f3cf65db898d5;hpb=7085eeaab415fdeb43a5f77c9383f831a4b85acf;p=babeltrace.git diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc index fbda663a..13c5b583 100644 --- a/CONTRIBUTING.adoc +++ b/CONTRIBUTING.adoc @@ -1250,6 +1250,7 @@ A _FATAL_-level logging statement should always be followed by `switch` statement. * Failed assertion (within `BT_ASSERT()`). * Unsatisfied library precondition (within `BT_ASSERT_PRE()`). +* Unsatisfied library postcondition (within `BT_ASSERT_POST()`). |Almost none: should be executed in production. |_ERROR_