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
At many instances of the code we are mapping the Errors in JobError::Other and it gets ugly.
This is also preventing us from taking advantage of color_eyre::Result which help in using ? operator
The text was updated successfully, but these errors were encountered:
byteZorvin
changed the title
tbh this other error thing is getting a little ugly at this point. will need to think of a more elegant solution but that's not the scope of this PR. can you create an issue so we can track this?
Clean JobError::OtherOct 11, 2024
At many instances of the code we are mapping the Errors in
JobError::Other
and it gets ugly.This is also preventing us from taking advantage of
color_eyre::Result
which help in using?
operatorOriginally posted by @apoorvsadana in #153 (comment)
The text was updated successfully, but these errors were encountered: