[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lmi] Upgrading wx: ellipsis buttons, and wxUSE_STACKWALKER
From: |
Greg Chicares |
Subject: |
Re: [lmi] Upgrading wx: ellipsis buttons, and wxUSE_STACKWALKER |
Date: |
Thu, 9 Jun 2016 22:04:17 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.8.0 |
On 2016-06-09 15:22, Vadim Zeitlin wrote:
[...]
> Notice that disabling all optional features except those you're sure to
> use is not a good idea neither because it increases the likelihood of
> running into bugs not present in the default version with all features
> enabled. Of course, bugs are not supposed to happen, but, even more of
> course, they do. And I'm not at all sure that the tiny gains from disabling
> wxUSE_THREADS, for example, outweigh the very real danger of running into
> some issue that nobody else will have ever seen nor reported because
> everybody does use threads nowadays and so this option is almost never
> disabled in practice and builds without it are never tested.
That's a convincing argument for building wx with threads enabled, and
it passes the automated GUI test, so I'll commit this change presently.