Choose better names for *_assert, *_assert_eq, and *_ensure_eq #61
Labels
breaking
A change that will break backward compatibility
obsolete
Issues that involve/depend on deprecated code, such that they are not worth pursuing
type: enhancement
Issues describing an improvement to an existing feature or capability
Seeing names like
java_assert_eq
andllvm_ensure_eq
, it is not obvious which functions are for stating preconditions and which are for postconditions. We should choose better names that make it obvious what they are for.The text was updated successfully, but these errors were encountered: