Re: In/out contract inheritance in gdc

2012-04-13 Thread Joseph Rushton Wakeling
On 14/04/12 02:11, Leandro Lucarella wrote: Doesn't look exactly like the same problem, but just in case, you might want to take a look at this bug: http://d.puremagic.com/issues/show_bug.cgi?id=7699 Hmmm. Compiling still fails when -inline is removed from the compiler statement, but now ther

Re: In/out contract inheritance in gdc

2012-04-13 Thread Leandro Lucarella
Joseph Rushton Wakeling, el 13 de abril a las 23:36 me escribiste: > Hello all, > > I've come across a compilation problem with gdc 4.6.3 (the package > in the Ubuntu repositories). > > I have some code, available from > https://github.com/WebDrake/SampleD > > ... which uses in contracts on some

In/out contract inheritance in gdc

2012-04-13 Thread Joseph Rushton Wakeling
Hello all, I've come across a compilation problem with gdc 4.6.3 (the package in the Ubuntu repositories). I have some code, available from https://github.com/WebDrake/SampleD ... which uses in contracts on some class functions: a base class has one in contract for one of its methods (lines