forked from glynos/cpp-netlib
-
Notifications
You must be signed in to change notification settings - Fork 425
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Integrate uri #654
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
There's one failure:
|
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. |
LGTM Thanks for trying that @glynos -- all green now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.