Python: Undeprecate proclaim
#1676
Labels
easy
Issues that are expected to be easy to resolve and might therefore be good for new contributors
subsystem: saw-remote-api
Issues related to the SAW server and its RPC bindings
type: enhancement
Issues describing an improvement to an existing feature or capability
#1644 adds support for
llvm_assert
, which behaves likellvm_precondition
orllvm_postcondition
depending on where it is used in a specification. We would like to have a Python counterpart tollvm_assert
, and in fact, we already have one in the form of theproclaim
function.proclaim
is currently marked as deprecated, but given that we want to support something like it going forward, it makes sense to remove the deprecation warning and allow users to call it without warnings.The text was updated successfully, but these errors were encountered: