haskell-nix/hnix
Replace every use of ErrorCall with a custom Exception value
オープン
#309 opened on 2018/05/09
good first issue
Repository metrics
- Stars
- (835 個のスター)
- PR merge metrics
- (30d に merged PR はありません)
説明
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.