Skip to content

loom: update to 0.5.6-2 (fixes FTBFS #1054724)

bastif requested to merge bastif/debcargo-conf:MR/loom-FTBFS into master

add patch to skip env-logger feature of tracing_subscriber. It can be restored when rust-tracing-subscriber restores the env-feature, ie. when bug #1053420 is fixed. Closes: #1054724

The packages that use "loom" are "state" (!584 (merged)).

The packages that use "state" are "czkawka_core" (!583 (merged))

Neither state, nor czkawka_* use the LOOM_LOG env var

About this...

Best would probably be to add to the patch a check if the LOOM_LOG env var is set and in that case inform the user that it is not honored. I don't know how to write this, if you know, the exact line(s) of code is welcome.

BTW:

  • shall I keep or remove the "Closes: #1054724" in the changelog?
  • shall I create a bug towards loom that depends on #1053420 so as to have a reminder that this patch should be removed when possible? And with a reference to https://github.com/hawkw/matchers/pull/4 ?

Merge request reports

Loading