https://bugzilla.redhat.com/show_bug.cgi?id=2512063
--- Comment #2 from Jeremy Cline <[email protected]> --- codegen is for if you want to regenerate the AMQP channel bindings at build time. I didn't look into the history but I assume this is for upstream developers. The file in question it will regenerate is https://github.com/amqp-rs/lapin/blob/main/src/generated/channel.rs from https://github.com/amqp-rs/lapin/blob/main/templates/channel.rs via the build.rs. If someone out there decides to ship an AMQP app that needs that, they are more than welcome to package the extra dependencies. native-tls is/was out-of-date and I don't use it. Should some other application come along and need it, we can turn it on, but I have no desire to chase that tangle, nor do I think it makes sense to add to it without good reason. If you really want, I'll go turn rustls back on everywhere, but there's at least one place in the stack where the default feature set includes aws_lc_rs so that would still be a breaking change, and it also pulls in a lot of missing dependencies that will be unused. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component https://bugzilla.redhat.com/show_bug.cgi?id=2512063 Report this comment as SPAM: https://bugzilla.redhat.com/enter_bug.cgi?product=Bugzilla&format=report-spam&short_desc=Report%20of%20Bug%202512063%23c2 -- _______________________________________________ package-review mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected] Do not reply to spam, report it: https://forge.fedoraproject.org/infra/tickets/issues/new
