- Notifications
You must be signed in to change notification settings - Fork425
Integrate uri#654
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Integrate uri#654
Uh oh!
There was an error while loading.Please reload this page.
Conversation
deanberris commentedMay 17, 2016
There's one failure: |
glynos commentedMay 17, 2016
That's not a failure, that's a warning. The actual failure was caused by an internal compiler error on GCC on Travis - this seems to be happening sometimes. I am totally unable to reproduce this on my development machine so I don't know what it could be. Often, restarting the job will work so that's what I tried. |
deanberris commentedMay 18, 2016
LGTM Thanks for trying that@glynos -- all green now. |
I have integrated the URI into the cpp-netlib project, including into the build scripts, and I have updated the code internals, tests, and examples.
All appears to be working, there was little to do on the cpp-netlib side. This has been a long time coming, it will allow us to press on with cleaning up the HTTP code, and then to start adding features again.
I am not so happy with the code and directory organisation for now, but I won't try to fix any of this yet. I did some workarounds to make sure that I could run the URI tests (since google-test is a dependency of both projects, I had to add the tests manually in cpp-netlib). Also, getting the variants of GCC and Clang to work consistently on my Linux PC and on Travis was frustrating.