LDC 1.0.0-alpha1 has been released! Please help testing!
Dan Olson via digitalmars-d-ldc
digitalmars-d-ldc at puremagic.com
Sun Feb 28 11:33:05 PST 2016
Jacob Carlborg <doob at me.com> writes:
> On 2016-02-28 09:46, Dan Olson wrote:
>
>> Well, it isn't pretty but can pass the dmd testsuite for objc. I'll
>> organize it a litte better, get a pull going to show work in progress.
>
> That was quick :). Please let me know when you have a pull request
> available, I can help with the code review.
>
> Would be inserting to enable all tests in objc_objc_msgSend.d and see
> if they work in LDC.
I uncommented lines in main (I think that is what you mean) to this:
void main()
{
test_stret();
test_fp2ret();
test_fpret();
test_float32();
test_double64();
}
And it works. I was unsure if the fp2ret and C++/D complex types would
work, but for this test they do.
More information about the digitalmars-d-ldc
mailing list