www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - DMD phobos built with contracts check for win?

reply "Dzugaru" <dzugaru gmail.com> writes:
I have to compile it myself from sources or is it available 
somewhere? Was playing with fibers using VisualD + DMD and lack 
of contract checking (for example call() on fiber in state TERM) 
leads to bizarre crashes :(
May 04 2015
parent Rainer Schuetze <r.sagitario gmx.de> writes:
On 05.05.2015 02:03, Dzugaru wrote:
 I have to compile it myself from sources or is it available somewhere?
 Was playing with fibers using VisualD + DMD and lack of contract
 checking (for example call() on fiber in state TERM) leads to bizarre
 crashes :(
The latest (beta) version of Visual D comes with a new linker option "build and use local phobos library" that builds phobos with the options of the current project and links against it. https://github.com/D-Programming-Language/visuald/releases
May 09 2015