Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-23 | libutil: remove sinkToSource eof callback | eldritch horrors | |
this is only used in one place, and only to set a nicer error message on EndOfFile. the only caller that actually *catches* this exception should provide an error message in that catch block rather than forcing support for setting error message so deep into the stack. copyStorePath is never called outside of PathSubstitutionGoal anyway, which catches everything. Change-Id: Ifbae8706d781c388737706faf4c8a8b7917ca278 |