We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75ac3e3 commit c086c2eCopy full SHA for c086c2e
src/StdConfig.sol
@@ -64,7 +64,8 @@ contract StdConfig {
64
mapping(uint256 => mapping(string => Type)) private _typeOf;
65
66
/// @dev When enabled, `set` will always write updates back to the configuration file.
67
- /// Can only be enabled when scripting.
+ /// Can only be enabled in a scripting context to prevent file corruption from
68
+ /// concurrent I/O access, as tests run in parallel.
69
bool private _writeToFile;
70
71
// -- CONSTRUCTOR ----------------------------------------------------------
0 commit comments