con-libstaging.bash

con-dev staging bash library.

Author: absurd@olurdix.de
Date: 20240708
Copyright: GPL-2
Version: con-dev-0.3.3.snapshot20260823193427git08d882b+local
Manual section:3
Manual group:bash

SYNOPSIS

PATH="${PATH}:/usr/share/con-dev" . con-lib.bash
con::include staging

DESCRIPTION

Staging library: New, deprecated or unsanitized code.

Don't expect API staying the same when using functions from here, so Use with care!.

Functions here will not use prefix con::staging, but rather use the prefix they are supposed to have after they may eventually be staged to a actual library (new), or will just use their original names (deprecated), or even may have no naming scheme at all (unsanitized).

ENVIRONMENT

Functions: Staging helpers

Internal staging helper functions.

con_staging::logW

Dirty little helper to log a per-function warning including the docstring.

Functions: New

New code that potentially moves to a proper library eventually.

Functions: Deprecated

Compatibility code, with non-staging alternative present. Code that you really should replace in your scripts right now.

Functions: Unsanitized

Uncertain code; needs scrutinizing, may or may not still be needed.