How to unit-test a phobos module?

H. S. Teoh hsteoh at quickfur.ath.cx
Wed Nov 25 21:57:12 UTC 2020


On Wed, Nov 25, 2020 at 09:49:12PM +0000, Paul Backus via Digitalmars-d-learn wrote:
> On Wednesday, 25 November 2020 at 21:16:06 UTC, Q. Schroll wrote:
> > On Wednesday, 25 November 2020 at 21:11:24 UTC, Paul Backus wrote:
> > > On Wednesday, 25 November 2020 at 20:58:20 UTC, Q. Schroll wrote:
> > > > My setup:
> > > > * A fresh DMD installed a few minutes ago.
> > > > * Clone of my Phobos fork with up-to-date changes from
> > > > dlang/phobos/master.
> > > 
> > > Do you have clones of dmd and druntime too?
> > 
> > Why would I need those? I haven't needed them back then.
> 
> copyEmplace isn't in druntime 2.094.2.

My guess is that the problem is caused by trying to compile Phobos with
a compiler that uses an incompatible version of druntime.


T

-- 
Insanity is doing the same thing over and over again and expecting different results.


More information about the Digitalmars-d-learn mailing list