From f11626b0d793db0e7dcc740831ee69b3ea00ccdd Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 12 Oct 2014 23:28:58 -0400 Subject: [PATCH] Documentation - Updated DEVELOPER, EXPOSITION docs. --- DEVELOPER | 7 +------ EXPOSITION | 6 +++++- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/DEVELOPER b/DEVELOPER index ea17a3fdf..33a1a113a 100644 --- a/DEVELOPER +++ b/DEVELOPER @@ -98,8 +98,6 @@ Deprecated Code This is code that is going to be phased out soon, and therefore is not worth fixing or documenting. Don't waste your time. - - Shadow file support in core. It will migrate to become an external script. - - Priorities in core. This will be migrated to become a UDA as soon as we have the right support in place for custom sorting. @@ -185,13 +183,10 @@ Current Codebase Condition 'master' branch: - 2.3.0 Current release, locked. - '2.3.1' branch: - - Bug fix branch. Probably will not be released. - '2.4.0' branch: - Current development branch with new command line parser, expressions, and heading for beta soon. --- -2014-07-04 Updated for 2.4.0 +2014-10-12 Updated for 2.4.0 diff --git a/EXPOSITION b/EXPOSITION index 416edb5c8..55ef9cf11 100644 --- a/EXPOSITION +++ b/EXPOSITION @@ -180,9 +180,13 @@ Debugging http://tasktools.org/performance). - Data load times. - Terminal size, color capabilities. - - Colorful, confusing, command line parse tree. + - Command line parse tree. - TDB2 layer and I/O information. + Additionally, there are other settings (see 'man taskrc' for full details) that + may also be helpful: 'rc.hooks=on|off', 'rc.debug.parser=0|1|2', + 'rc.debug.hooks=0|1|2', 'rc.debug.tls=0|1|2|3...'. + Patches Patches are encouraged and welcomed. Either attach them to the appropriate