From 6868082a7748889f70d2a39724bd9425374b6651 Mon Sep 17 00:00:00 2001 From: Robert McLay Date: Mon, 23 May 2022 14:12:05 -0500 Subject: [PATCH] Updating changes to 8.7.3 --- README.new | 4 ++++ docs/source/095_tcl2lua.rst | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.new b/README.new index 25efc2f3f..b9378b87a 100644 --- a/README.new +++ b/README.new @@ -6,4 +6,8 @@ W.I.P: * A .version or .modulerc that has non-zero file length and doesn't start with "#%Module" is ignored. * Report an Infinite loop error if loading the same modulefile 500 times. + * Add note to 095_tcl2lua.tcl about the whole TCL modulefile being evaluated by TCL. + Note also that this is not a SOURCE-to-SOURCE translation. + * Cannot use local with KSH + * Only add to mpathMapT when mpath_old ~= mpath_new in l_processNewModulePath(path). diff --git a/docs/source/095_tcl2lua.rst b/docs/source/095_tcl2lua.rst index 111be3aa9..7aa0eabc3 100644 --- a/docs/source/095_tcl2lua.rst +++ b/docs/source/095_tcl2lua.rst @@ -9,7 +9,7 @@ TCL interpreter. This is *NOT* a source to source translation. The purpose of **tcl2lua.tcl** is to evaluate the regular TCL command but replace "module functions", such as **prepend-path** or -**setenv**, and converted to Lua. For example, suppose you have +**setenv**, and converted to Lua functions. For example, suppose you have the following simple TCL modulefile for git:: #%Module