CTFE Status 2

Stefan Koch via Digitalmars-d digitalmars-d at puremagic.com
Tue Jun 20 12:13:32 PDT 2017


On Tuesday, 20 June 2017 at 17:35:28 UTC, Stefan Koch wrote:
> At the same time 64bit integer support was expanded.
> Such that we can now return long and ulong values.
>
> Unfortunately this also broke the phobos unitttests since now 
> more of is attempted to be evaluated.

The reason this broke was because we do not handle default 
arguments in calls correctly.
I have added a bailout such that we will not try to call 
functions with default arguments.

with that we should pass phobos uinttests again.


More information about the Digitalmars-d mailing list