Skip to content

Commit

Permalink
Updating changes to 8.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert McLay committed May 23, 2022
1 parent 53b6b52 commit 6868082
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.new
Original file line number Diff line number Diff line change
Expand Up @@ -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).

2 changes: 1 addition & 1 deletion docs/source/095_tcl2lua.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6868082

Please sign in to comment.