-
-
Notifications
You must be signed in to change notification settings - Fork 7
Fixes #26 recursive cend() with line from above #27
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
Conversation
|
Hi @bitwizeshift I've PR'ed this simple fix of the recursive call expressed in #26. I have not looked at your CI, but some of those runners will (if they are the default on GHA) be long deprecated. Cc: @arjunae |
bitwizeshift
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @bitwizeshift I've PR'ed this simple fix of the recursive call expressed in #26.
I have not looked at your CI, but some of those runners will (if they are the default on GHA) be long deprecated.
Cc: @arjunae
Thanks for the contribution!
Yep, these are very deprecated -- but I'm not entirely surprised. I always meant to convert these to docker containers, just never got around to it.
|
Bypassed checks because of failing runners. Thanks again! |
Indeed, yours is an interesting case. At first, I thought (naively) hey, update to latest whatever. But that would not be right. The whole point of the Backport is to NOT use stuff like At Boost where I work also, we have a bunch of containers that have stuff back to the era of GCC-5. But I'm not really responsible of the containers in the projects where I work. |
|
Thanks @bitwizeshift and @arjunae |
Yeah, that's exactly the problem. That said: I have a lot more CI experience nowadays; certainly much more than I did when I started this project, so this is actually something that I should try getting to. GitHub supports using docker container images as the base runner image -- so in theory I should be able to use some of I just haven't done C++ in ages, so this project (and my other C++ projects) have fallen on the back-burner. I'll try to get around to this this weekend. |
Checklist
at least one of the following practices:
Description
GitHub Issues