Added helpful error message when patch_file is used without patch#2126
Added helpful error message when patch_file is used without patch#2126weiznich merged 1 commit intodiesel-rs:masterfrom
Conversation
|
The change seems fine, but I don't think you should need to reformat all the code underneath it for such a small change. |
|
There we go. I've made the change less invasive. |
JohnTitor
left a comment
There was a problem hiding this comment.
Thanks! CI is red due to unrelated failing, I re-approve this.
|
Could you rebase this PR on top of #2131 to fix the CI? |
|
It seems like there is still some issues with the CI. I've looked at both the failing Travis and Azure pipelines logs and it seems to be timeouts unrelated to my changes. I've retriggered the build. |
|
The re-run sems to have fixed Azure, but Travis is still not playing nice. If I look at the failed logs they don't event get to setting up Rust. |
|
Seems like travis has some issues in the last time regarding to downloading stuff. Hopefully the will fix that soon. |
Currently
diesel print-schemawill print not found ifpatchis not installed and thepatch_fileargument is used. This bit me as I thought it could not find my patch file (which wasn't the case).Hopefully this patch helps others in my position.