D port of dmd: Lexer, Parser, AND CodeGenerator fully operational
dnewbie
run3 at myopera.com
Wed Mar 7 13:15:42 PST 2012
Zach the Mystic - I can't compile it.
dmd\binExp.d(115): Error: function dmd.binExp.AndAndExp.isBit of type bool() overrides but is no
t covariant with dmd.expression.Expression.isBit of type int()
dmd\binExp.d(115): Error: function dmd.binExp.AndAndExp.isBit does not override any function
On Wed, Mar 7, 2012, at 10:09 PM, Zach the Mystic wrote:
> On Wednesday, 7 March 2012 at 21:06:25 UTC, Zach the Mystic wrote:
> > On Wednesday, 7 March 2012 at 20:46:40 UTC, Andrej Mitrovic
> > wrote:
> >> Hi,
> >>
> >> which version of the compiler can this be built with?
> >>
> >> I get this with 2.058:
> >> dmd\binExp.d(324): Error: function dmd.binExp.EqualExp.isBit
> >> of type
> >> bool() overrides but is not covariant with
> >> dmd.expression.Expression.isBit of type int()
> >> dmd\binExp.d(324): Error: function dmd.binExp.EqualExp.isBit
> >> does not
> >> override any function
> >
> > Well, I was using 2.057
> >
> > But obviously you've found a bug I can fix rather quickly!
>
> OK I think it's fixed.
>
> Zach
>
More information about the Digitalmars-d-announce
mailing list