haskell-nix/hnix
Use the new Frames.hs mechanism for low impact tracing code as well
Ouverte
#199 ouverte le 26 avr. 2018
good first issuehelp wanted
Métriques du dépôt
- Stars
- (835 étoiles)
- Métriques de merge PR
- (Aucune PR mergée en 30 j)
Description
In addition using the new NixFrame type for evaluation and normalization contexts, also use them for simple tracing message so that -v5 can show what Nix is doing (for example, which files it's importing), even when there is no error that causes context to be displayed. That is, these frames would be rendered as they occur, rather than being stored and rendered later.