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

Picked up <limits> include bugfix in url-cpp to address compile errors on newer platforms #42

Merged
merged 1 commit into from
Jan 12, 2024

Conversation

tdufala
Copy link
Contributor

@tdufala tdufala commented Jan 12, 2024

This change picks up the missing #include <limits> from the upstream:
seomoz/url-cpp@5cf7ecc (note that some additional non-functional changes are included).

This is intended to at least partially address the downstream issue: seomoz/reppy#132

Ultimately, this is a case where we're not "including what we use". The fact that this works currently is by luck - one of the other included libraries also includes the headers we're looking for.

Tests pass, although installing gcovr into the Vagrant environment is broken on master branch, so no coverage is generated.

We could be more strict about setting up tests and so forth, but to avoid scope creep on a project that's not actively maintained, I'm going to go ahead and call this one safe, and merge (after internal discussion with other folks at Moz, of course).

@tdufala tdufala merged commit ca2ae84 into master Jan 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant