-
Notifications
You must be signed in to change notification settings - Fork 309
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Better transform error when file doesn't exist #805
Conversation
Some((sd, rg)) | ||
} catch { | ||
case e: Throwable => { | ||
log.error( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this bit is also in #803, should all come out in the merge-wash
Test PASSed. |
LGTM, should I merge using the Github button or might that cause trouble? |
Last word from @fnothaft I heard was that we can still web-merge for now; his alternate scripts etc. are not fully ready. |
I'll resolve it and push to this branch again, 1m On Mon, Aug 24, 2015 at 3:59 PM Michael L Heuer notifications@github.com
|
rebased; let's see what jenkins has to say |
Test PASSed. |
Better transform error when file doesn't exist
Thanks @ryan-williams |
fixes #804