Page MenuHomeSoftware Heritage

deprecation_warning.pp
No OneTemporary

deprecation_warning.pp

# cassandra::private::deprecation_warning
define cassandra::private::deprecation_warning($item_number,) {
$item_name = $title
$warning_message_1 = sprintf('%s has been deprecated and will be removed',
$item_name)
$warning_message_2 = 'in a future release.'
$warning_message = "${warning_message_1} ${warning_message_2}"
warning($warning_message)
$dep_url = sprintf('https://github.com/locp/cassandra/wiki/DEP-%03d',
$item_number)
warning(sprintf('See %s for details.', $dep_url))
}

File Metadata

Mime Type
text/plain
Expires
Jun 4 2025, 6:43 PM (14 w, 1 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3371521

Event Timeline