Skip to content

Commit 8df7fba

Browse files
committed
doc: desc. tagging evaluation message
1 parent 678b402 commit 8df7fba

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

NEWS.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,8 @@ Modules 5.1.0 (not yet released)
229229
* Fix :ref:`log-module-command` cookbook recipe not to break Modules
230230
initialization when using provided :file:`siteconfig.tcl` file. (fix issue
231231
#453 with contribution from Eric Burgueño)
232+
* Mention tagging evaluation of a module, when tag list of an already loaded
233+
module is updated.
232234

233235
.. _Code of conduct: https://github.com/cea-hpc/modules/blob/master/CODE_OF_CONDUCT.md
234236
.. _codespell: https://github.com/codespell-project/codespell

doc/source/design/module-tags.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ Reporting
196196

197197
- Defines tags are reported on module evaluation message block
198198

199-
- Applies to *Loading*, *Unloading*, *Refreshing* message blocks
199+
- Applies to *Loading*, *Unloading*, *Refreshing*, *Tagging* message blocks
200200
- Only for the module designation set in the header of the block
201201

202202
- Not on the error message, or list of requirement loaded/unloaded

doc/source/module.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2115,8 +2115,8 @@ applied to this module.
21152115

21162116
Module tags are reported along the module they are associated to on
21172117
:subcmd:`avail` and :subcmd:`list` sub-command results and also when module's
2118-
loading, unloading or refreshing evaluation is mentioned. Tags could be
2119-
reported either:
2118+
loading, unloading, refreshing or tagging evaluation is mentioned. Tags could
2119+
be reported either:
21202120

21212121
* along the module name, all tags set within angle brackets, each tag
21222122
separated from the others with a colon character (e.g.,

0 commit comments

Comments
 (0)