haskell-nix/hnix

Replace every use of ErrorCall with a custom Exception value

Open

#309 opened on May 9, 2018

 (5 comments) (3 reactions) (0 assignees)Nix (116 forks)github user discovery
good first issue

Repository metrics

Stars
 (835 stars)
PR merge metrics
 (No merged PRs in 30d)

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.

Contributor guide