Skip to content
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

[rust-server] Update to error-chain 0.12 #395

Merged
merged 2 commits into from
Jun 25, 2018

Conversation

bjgill
Copy link
Contributor

@bjgill bjgill commented Jun 25, 2018

PR checklist

  • Read the contribution guidelines.
  • Ran the shell script under ./bin/ to update Petstore sample so that CIs can verify the change. (For instance, only need to run ./bin/{LANG}-petstore.sh and ./bin/security/{LANG}-petstore.sh if updating the {LANG} (e.g. php, ruby, python, etc) code generator or {LANG} client's mustache templates). Windows batch files can be found in .\bin\windows\.
  • Filed the PR against the correct branch: master, 3.1.x, 4.0.x. Default: master.
  • Copied the technical committee to review the pull request if your PR is targeting a particular programming language. @frol @farcaller

Description of the PR

Should fix #389. error-chain 0.11 doesn't work with Rust 1.27.0 (new warnings). 0.12 is fully back-compatible - the only change was to silence the new warning

(details of the change, additional tests that have been done, reference to the issue for tracking, etc)

0.11 doesn't work with Rust 1.27.0 (new warnings)
@wing328 wing328 added this to the 3.0.3 milestone Jun 25, 2018
@bjgill bjgill changed the title Update to error-chain 0.12 [rust-server] Update to error-chain 0.12 Jun 25, 2018
@bjgill
Copy link
Contributor Author

bjgill commented Jun 25, 2018

The circleCI failure looks unrelated - we don't test rust-server in circleCI.

@jmini
Copy link
Member

jmini commented Jun 25, 2018

Well rust was also commented 845df89. Please restore it in this PR so we can see if your change fix the issue or not.

@jmini jmini merged commit d3b1721 into OpenAPITools:master Jun 25, 2018
@jmini
Copy link
Member

jmini commented Jun 25, 2018

Thank you @bjgill for the quick fix and the revert of 845df89. Travis CI looks good, I have merged the change.

@bjgill bjgill deleted the error-chain-0.12 branch June 25, 2018 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rust Petstore server failure in Travis CI
3 participants