Support current icecc codebase#16
Conversation
Following refactoring commit of icecc breaks icecream-sundae compilation.
This patch fix it:
commit c0f9d537bd47e3326e1126444267cf43bd59696f
Author: Ryan Egesdahl <ryan.egesdahl@mongodb.com>
Date: Fri Apr 29 20:16:15 2022 -0700
Refactor Msg class
|
This is unfortunately a breaking API change, so it would break all users with the older version of icecc. Is there a way to detect the version and adjust the code accordingly? I also added GitHub CI, which should help make sure we aren't breaking things. Thanks |
|
One could do the same as done here: icecc/icemon#78 |
|
Seems fine. FWIW, I'm not using icecc anymore, so I'm not likely to fix this myself. If you want to submit a PR, that's fine. If there would be a better owner of this project, I'd also be willing to transfer ownership |
|
I´m just using icecc as bazel is too complicated. I´ll try and do a pull request. Too bad there´s such a lack of maintainers for FOSS. |
Ya, time can be at a premium. The real problem with this tool is that you need a working icecc cluster to test it, which i don't really have access to anymore. I'm more than happy to take PRs and review them, but I won't notice things like this preemptively since I'm not using it every day like I used to. |
|
Fixed in #18 |
Following refactoring commit of icecc breaks icecream-sundae compilation. This patch fix it:
commit c0f9d537bd47e3326e1126444267cf43bd59696f
Author: Ryan Egesdahl ryan.egesdahl@mongodb.com
Date: Fri Apr 29 20:16:15 2022 -0700