August 04, 2003 DMD 0.68 bug: math2 module broken | ||||
---|---|---|---|---|
| ||||
math2 assembler functions need "ret" added or else they'll run into the new assert check because they don't return a value before the end. This happens to a lot of functions with unittesting, so Phobos should be checked without the -release setting once. |
August 04, 2003 Re: DMD 0.68 bug: math2 module broken | ||||
---|---|---|---|---|
| ||||
Posted in reply to Burton Radons | Yeah, I ran into that. That once again shows the value of unit testing! I've got it fixed now. -Walter "Burton Radons" <loth@users.sourceforge.net> wrote in message news:bgkq3p$tlm$1@digitaldaemon.com... > math2 assembler functions need "ret" added or else they'll run into the new assert check because they don't return a value before the end. This happens to a lot of functions with unittesting, so Phobos should be checked without the -release setting once. > |
Copyright © 1999-2021 by the D Language Foundation