haskell-nix/hnix

Replace every use of ErrorCall with a custom Exception value

Ouverte

#309 ouverte le 9 mai 2018

 (5 commentaires) (3 réactions) (0 personne assignée)Nix (116 forks)github user discovery
good first issue

Métriques du dépôt

Stars
 (837 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

Rather than pass strings with rendered components to ErrorCall, every possible error or piece of information raised within hnix should use a specific constructor, retaining as much information as possible about the context of that information.

Guide contributeur