On Saturday, 5 November 2016 at 22:38:31 UTC, cym13 wrote:
Could you use DustMite to generate a minimal code sample showing the bug?

https://github.com/CyberShadow/DustMite

tried
    dub dustmite ../dm
which reduced my code to an empty main... :)

and tried
dub dustmite ../dm2 --program-status=11
which results to a message in the console:
object.Exception@DustMite/dustmite.d(270): Initial test fails (try using --no-redirect for details)
----------------
4 dustmite 0x000000010b7173e8 _Dmain + 3480 5 dustmite 0x000000010b7a71df D2rt6dmain211_d_run_mainUiPPaPUAAaZiZ6runAllMFZ9__lambda1MFZv + 39 6 dustmite 0x000000010b7a710b void rt.dmain2._d_run_main(int, char**, extern (C) int function(char[][])*).tryExec(scope void delegate()) + 35 7 dustmite 0x000000010b7a7184 void rt.dmain2._d_run_main(int, char**, extern (C) int function(char[][])*).runAll() + 44 8 dustmite 0x000000010b7a710b void rt.dmain2._d_run_main(int, char**, extern (C) int function(char[][])*).tryExec(scope void delegate()) + 35 9 dustmite 0x000000010b7a7071 _d_run_main + 497 10 dustmite 0x000000010b717cdf main + 15 11 libdyld.dylib 0x00007fffb4a1d254 start + 0
12  ???                                 0x0000000000000002 0x0 + 2

How to use --no-redirect option? It said
Unknown command line flags: --no-redirect
when I tried it...

Reply via email to