On Sunday, 26 April 2020 at 22:07:56 UTC, aliak wrote:
On Saturday, 25 April 2020 at 18:52:45 UTC, Andre Pany wrote:
How do you call dub test causing the issue? Maybe there is a
difference in the configuration/build type.
I'm sorry I didn't follow.
You mean like:
"dub test"
??
I dont pass anything to the -b or -c flag if that's what you
mean?
Also a side remark. You cannot use the output of dmd when
colouring is on. Dmd lies because the backticks used for
colouring are not shown. But without them, regex search is
failing.
Yeah, that's a good tip. This output is because of a static
assert in the sumtype library.
Yes, that was my question. `dub test` will use configuration
`unittest`,
therefore you have to pass the configuration `unittest` to `dub
dustmite` too.
Kind regards
André