Fixes #26 recursive cend() with line from above#27
Fixes #26 recursive cend() with line from above#27bitwizeshift merged 1 commit intobitwizeshift:masterfrom ckormanyos:recursive_cend
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.
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