File tree Expand file tree Collapse file tree 4 files changed +16
-2
lines changed
Expand file tree Collapse file tree 4 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 1- personal_ws-1.1 en 853
1+ personal_ws-1.1 en 854
22ABBRVLIST
33ActiveTcl
44Adrien
8989LMNOTUASKED
9090LMOD
9191LMPREREQ
92+ LMREFRESH
9293LMSOURCESH
9394LMTAG
9495LMVARIANT
Original file line number Diff line number Diff line change @@ -142,6 +142,8 @@ Modules 5.2.0 (not yet released)
142142 :ref: `log-module-command ` recipe. (fix issue #475)
143143* Rename the default git branch from *master * to *main * to use inclusive
144144 terminology.
145+ * Mark loaded modules that could benefit from a refresh evaluation in the
146+ :envvar: `__MODULES_LMREFRESH ` environment variable.
145147
146148.. _Nagelfar : http://nagelfar.sourceforge.net/
147149.. _ShellCheck : https://www.shellcheck.net/
Original file line number Diff line number Diff line change @@ -892,7 +892,8 @@ The following environment variables appeared on Modules 5.
892892| 5.2 | :envvar: `MODULES_PROTECTED_ENVVARS `, |
893893| | :envvar: `MODULES_TCL_LINTER `, |
894894| | :envvar: `__MODULES_LMINIT `, |
895- | | :envvar: `MODULES_RESET_TARGET_STATE ` |
895+ | | :envvar: `MODULES_RESET_TARGET_STATE `, |
896+ | | :envvar: `__MODULES_LMREFRESH ` |
896897+------------+-----------------------------------------------------------------+
897898
898899Modules Specific Tcl Commands
Original file line number Diff line number Diff line change @@ -2716,6 +2716,16 @@ ENVIRONMENT
27162716 .. versionchanged :: 5.0
27172717 Variable renamed from ``MODULES_LMPREREQ `` to ``__MODULES_LMPREREQ ``
27182718
2719+ .. envvar :: __MODULES_LMREFRESH
2720+
2721+ A colon separated list of the loaded modules that are qualified for refresh
2722+ evaluation. Loaded modules listed in this variable are those defining
2723+ volatile environment changes like shell completion, alias and function.
2724+
2725+ .. only :: html
2726+
2727+ .. versionadded :: 5.2
2728+
27192729.. envvar :: __MODULES_LMSOURCESH
27202730
27212731 A colon separated list of the :mfcmd: `source-sh ` statements defined by all
You can’t perform that action at this time.
0 commit comments