| Author: | absurd@olurdix.de |
|---|---|
| Date: | 20240708 |
| Copyright: | GPL-2 |
| Version: | con-dev-0.3.3.snapshot20260830093111git51b7b7c+local |
| Manual section: | 3 |
| Manual group: | bash |
PATH="${PATH}:/usr/share/con-dev" . con-lib.bash
con::include staging
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).
Internal staging helper functions.
Dirty little helper to log a per-function warning including the docstring.
New code that potentially moves to a proper library eventually.
Compatibility code, with non-staging alternative present. Code that you really should replace in your scripts right now.
Uncertain code; needs scrutinizing, may or may not still be needed.