Skip to content

Commit caa7b64

Browse files
miharpclaude
andcommitted
Reword unbounded-collector warning per review feedback
Replace "catastrophic consequences" with "unforeseeable consequences like undesired configuration changes" as suggested by tuxmea, and apply the same wording to the original warning in lang_relationships.markdown so the two copies stay identical. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Signed-off-by: Michael Harp <mike@mikeharp.com>
1 parent e0b6a42 commit caa7b64

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/_openvox_8x/lang_collectors.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ A collector with an empty search expression will match **every** resource of the
5555

5656
{% include alert.html type="warning" content="Do not use unbounded resource collectors without search expressions to limit which resources match.
5757
They have a side effect of _realizing_ any matching virtual resources whether declared in your own code or in third party modules.
58-
Using unbounded collectors may result in many unexpected resources being managed and may have catastrophic consequences." %}
58+
Using unbounded collectors may result in many unexpected resources being managed and may have unforeseeable consequences like undesired configuration changes." %}
5959

6060
Parentheses can be used to improve readability and to modify the priority/grouping of `and`/`or`. You can
6161
create arbitrarily complex expressions using the following four operators:

docs/_openvox_8x/lang_relationships.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ This example applies all internal yum repository resources before applying any i
163163

164164
{% include alert.html type="warning" content="Do not use unbounded resource collectors without search expressions to limit which resources match.
165165
They have a side effect of _realizing_ any matching virtual resources whether declared in your own code or in third party modules.
166-
Using unbounded collectors may result in many unexpected resources being managed and may have catastrophic consequences." %}
166+
Using unbounded collectors may result in many unexpected resources being managed and may have unforeseeable consequences like undesired configuration changes." %}
167167

168168
### Capturing resource references for generated resources
169169

0 commit comments

Comments
 (0)