Thread overview
dmd alpha 28
Apr 21, 2002
Walter
Apr 21, 2002
Pavel Minayev
Apr 21, 2002
Walter
Apr 24, 2002
Walter
Apr 26, 2002
Walter
April 21, 2002
Implements the new ==, !=, comparison, === and !== semantics.

ftp://ftp.digitalmars.com/dmdalpha.zip



April 21, 2002
"Walter" <walter@digitalmars.com> wrote in message news:a9ttjm$209s$1@digitaldaemon.com...

> Implements the new ==, !=, comparison, === and !== semantics.
>
> ftp://ftp.digitalmars.com/dmdalpha.zip

Walter,
the bug, when calling any method from the destructor crashes
the program (one that prevents streams from working properly),
is still there...


April 21, 2002
Ok, I'll investigate.

"Pavel Minayev" <evilone@omen.ru> wrote in message news:a9us54$vh6$1@digitaldaemon.com...
> "Walter" <walter@digitalmars.com> wrote in message news:a9ttjm$209s$1@digitaldaemon.com...
>
> > Implements the new ==, !=, comparison, === and !== semantics.
> >
> > ftp://ftp.digitalmars.com/dmdalpha.zip
>
> Walter,
> the bug, when calling any method from the destructor crashes
> the program (one that prevents streams from working properly),
> is still there...
>
>


April 24, 2002
"Pavel Minayev" <evilone@omen.ru> wrote in message news:a9us54$vh6$1@digitaldaemon.com...
> "Walter" <walter@digitalmars.com> wrote in message news:a9ttjm$209s$1@digitaldaemon.com...
>
> > Implements the new ==, !=, comparison, === and !== semantics.
> >
> > ftp://ftp.digitalmars.com/dmdalpha.zip
>
> Walter,
> the bug, when calling any method from the destructor crashes
> the program (one that prevents streams from working properly),
> is still there...

Ok, I have this fixed now. It will go out in the next update. -Walter


April 26, 2002
"Walter" <walter@digitalmars.com> wrote in message news:aa5srd$2bjr$1@digitaldaemon.com...
>
> "Pavel Minayev" <evilone@omen.ru> wrote in message news:a9us54$vh6$1@digitaldaemon.com...
> > "Walter" <walter@digitalmars.com> wrote in message news:a9ttjm$209s$1@digitaldaemon.com...
> >
> > > Implements the new ==, !=, comparison, === and !== semantics.
> > >
> > > ftp://ftp.digitalmars.com/dmdalpha.zip
> >
> > Walter,
> > the bug, when calling any method from the destructor crashes
> > the program (one that prevents streams from working properly),
> > is still there...

It's uploaded now. -Walter