You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
inherit :: [NKeyName e] -> SourcePos -> Binding e
where before it was just inherit :: [NKeyName e] -> Binding e.
Same with inheritFrom.
As the shorthands module is for generating nix expression, not defaulting to nullPos doesn’t really make sense (since the user is not a parser and has no access to a filename or source position).
The text was updated successfully, but these errors were encountered:
Profpatsch
changed the title
SourcePos leaks into the inherit helper
SourcePos leaks into the inherit shorthand
Jun 25, 2018
inherit :: [NKeyName e] -> SourcePos -> Binding e
where before it was just
inherit :: [NKeyName e] -> Binding e
.Same with
inheritFrom
.As the shorthands module is for generating nix expression, not defaulting to
nullPos
doesn’t really make sense (since the user is not a parser and has no access to a filename or source position).The text was updated successfully, but these errors were encountered: