Re: [Rpm-maint] [rpm-software-management/rpm] Fix excessive use of thread local storage (RhBug:1722181) (#759)

2019-06-24 Thread Florian Festi
Merged #759 into master. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/rpm-software-management/rpm/pull/759#event-2434620505___ Rpm-maint mailing list

Re: [Rpm-maint] [rpm-software-management/rpm] Fix excessive use of thread local storage (RhBug:1722181) (#759)

2019-06-20 Thread Colin Walters
LGTM. Regarding > The __thread uses in rpmsq don't make sense at all in reality, so better > revert and rethink from scratch. I don't know what all is writing/reading to those variables but, global mutable statics are basically always wrong. In Rust for example a common pattern is

Re: [Rpm-maint] [rpm-software-management/rpm] Fix excessive use of thread local storage (RhBug:1722181) (#759)

2019-06-20 Thread Panu Matilainen
@pmatilai pushed 1 commit. b39bd1965ed2fdeadb427648ec7e911613c8398f Fix excessive use of thread local storage (RhBug:1722181), part II -- You are receiving this because you are subscribed to this thread. View it on GitHub: