mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-02-16 23:27:17 +02:00
rename debugging helper environment variable
This commit is contained in:
parent
2fe7e009bb
commit
39de819eda
1 changed files with 2 additions and 2 deletions
|
@ -159,11 +159,11 @@ static std::string indent(std::string_view indentFirst, std::string_view indentR
|
||||||
/**
|
/**
|
||||||
* A development aid for finding missing positions, to improve error messages. Example use:
|
* A development aid for finding missing positions, to improve error messages. Example use:
|
||||||
*
|
*
|
||||||
* NIX_DEVELOPER_SHOW_UNKNOWN_LOCATIONS=1 _NIX_TEST_ACCEPT=1 make tests/lang.sh.test
|
* _NIX_EVAL_SHOW_UNKNOWN_LOCATIONS=1 _NIX_TEST_ACCEPT=1 make tests/lang.sh.test
|
||||||
* git diff -U20 tests
|
* git diff -U20 tests
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
static bool printUnknownLocations = getEnv("_NIX_DEVELOPER_SHOW_UNKNOWN_LOCATIONS").has_value();
|
static bool printUnknownLocations = getEnv("_NIX_EVAL_SHOW_UNKNOWN_LOCATIONS").has_value();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Print a position, if it is known.
|
* Print a position, if it is known.
|
||||||
|
|
Loading…
Add table
Reference in a new issue