On Saturday, 4 September 2021 at 07:40:07 UTC, Vladimir Panteleev
wrote:
On Saturday, 4 September 2021 at 07:38:34 UTC, Andre Pany wrote:
The Dustmite condition you are using seems very generic,
therefore this error message can be triggered by various code
constellations. This might be the reasons why Dustmite is
running so long.
Overly generic test conditions would be more likely to cause
DustMite to finish very quickly (and produce the wrong result),
rather than the other way around.
In the end I did the reduction by hand and discovered that the
problem is that the behaviour of dub changed. It seems to now
exclude the mainSourceFile of other configurations in the build
(which I guess shouldn't matter) except we had an old
configuration which after some renaming had a wrong
mainSourceFile which was needed for the build of the
configuration in question.
Thanks for the suggestions.