TomIO
TomIO
I think a way to easily check the reverse dependencies for a given package might be a better approach.
Would probably be most useful either immediately before or after the symbol checks. Could also be made part of the linter, but that doesn't run for local builds usually.
Reverting libcurl to 8.9.0 would be a giant pain in the ass. And patching it to revert the commit responsible doesn't sound especially appealing either. I guess it comes down...
I think this comes dangerously close to a *"Don't ship WIP"*[^1] scenario. Whatever we do about this issue should be coordinated with the upstream projects. [^1]: https://dont-ship.it/
We don't keep older versions of packages around, but I (or you) can spin up a github actions run for the `libcurl` package with it reverted to 8.9.0
> Much appreciated! - See #21037
Thanks for the heads up. If it's pending immediate release I think it should be fine to wait for that instead of cherry picking it for a 8.9.1-1 revision. Though...
The module is about half C.  So that should pass the "Not available through a language package manager: pip, npm, cpan, cargo, etc." hurdle. For auto-updating's sake using the...
I'm not really familiar with PHP or PECL, but I suspect it has similar problems to Python's Pip when it comes to building certain modules.
This might be a hot take. But I think programming languages should be held to the same burden as libraries. In that there is generally little point in packaging one...