-
Notifications
You must be signed in to change notification settings - Fork 79
Closed
Labels
easyIssues that are expected to be easy to resolve and might therefore be good for new contributorsIssues that are expected to be easy to resolve and might therefore be good for new contributorssubsystem: saw-remote-apiIssues related to the SAW server and its RPC bindingsIssues related to the SAW server and its RPC bindingstype: enhancementIssues describing an improvement to an existing feature or capabilityIssues describing an improvement to an existing feature or capability
Description
#1644 adds support for llvm_assert, which behaves like llvm_precondition or llvm_postcondition depending on where it is used in a specification. We would like to have a Python counterpart to llvm_assert, and in fact, we already have one in the form of the proclaim 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.
Metadata
Metadata
Assignees
Labels
easyIssues that are expected to be easy to resolve and might therefore be good for new contributorsIssues that are expected to be easy to resolve and might therefore be good for new contributorssubsystem: saw-remote-apiIssues related to the SAW server and its RPC bindingsIssues related to the SAW server and its RPC bindingstype: enhancementIssues describing an improvement to an existing feature or capabilityIssues describing an improvement to an existing feature or capability