764a7dbadf
This was an oversight in https://github.com/NixOS/nixpkgs/pull/478539 that became apparent in https://github.com/NixOS/nixpkgs/pull/494416: If there's a failing problem in Nixpkgs packages, CI will call handleEvalIssue on it, but the problem error was missing a `.reason`. Though even if it did have a reason, we need to do more to make sure we don't break any code that uses it, so the new code uses the problem kind as the reason, which happens to match with the reason for all expected problem kinds.
4 lines
221 B
Plaintext
4 lines
221 B
Plaintext
trace: reason: deprecated, errormsg: deprecated: To be deprecated.
|
|
trace: reason: removal, errormsg: removal: To be removed.
|
|
warning: you did not specify '--add-root'; the result might be removed by the garbage collector
|