1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 14:21:48 +02:00

rl-next: Add top 10 by +1 reactions on PRs

We should use a metric that weighs the related issues.
Counterbalancing time doesn't make much sense to me.
If it's around for longer, the fix will be relevant to more people.
This commit is contained in:
Robert Hensing 2024-07-25 05:57:53 +02:00
parent 8a7e31362a
commit 7275d68d3b
7 changed files with 94 additions and 0 deletions

View file

@ -0,0 +1,9 @@
---
synopsis: "Solve `cached failure of attribute X`"
prs: 10564
issues: 10513 9165
---
This eliminates all "cached failure of attribute X" messages by forcing evaluation of the original value when needed to show the exception to the user. This enhancement improves error reporting by providing the underlying message and stack trace.
Author: [**Eelco Dolstra (@edolstra)**](https://github.com/edolstra)