You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 10, 2023. It is now read-only.
Update some Buck documentation from whitelist to allowlist (#2574)
Summary: Conversion to more inclusive terminology for parts of public Buck documentation where the renaming does not conflict with API names.
Reviewed By: bobyangyf
fbshipit-source-id: eb7f6e96f7a43513b848b26d77eb06991eb5e4c6
Buck configuration options changed between invocations.
127
+
Invalidating internal cached state:
128
+
Buck configuration options changed between invocations.
129
129
This may cause slower builds.
130
130
{/literal}
131
131
</pre>
132
132
</p>
133
133
134
134
<p>
135
-
Note that a Buck configuration change that invalidates the daemon's state can be
136
-
caused not only by explicitly changing a setting in one of Buck's
137
-
configuration files, such as <code>.buckconfig</code> or <code>.buckconfig.local</code>, but also by using
138
-
the <code>--config</code>, <code>--flagfile</code>, or <code>--config-file</code> {callbuck.cmd_link}{paramname:'common_parameters' /}{paramrendered_text:' command-line parameters' /}{/call}.
135
+
Note that a Buck configuration change that invalidates the daemon's state can be
136
+
caused not only by explicitly changing a setting in one of Buck's
137
+
configuration files, such as <code>.buckconfig</code> or <code>.buckconfig.local</code>, but also by using
138
+
the <code>--config</code>, <code>--flagfile</code>, or <code>--config-file</code> {callbuck.cmd_link}{paramname:'common_parameters' /}{paramrendered_text:' command-line parameters' /}{/call}.
0 commit comments