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 00:46:59 PST 2016


Dan Olson <gorox at comcast.net> writes:

> Jacob Carlborg <doob at me.com> writes:
>
>> On 2016-02-26 22:12, Kai Nacke wrote:
>>> Hi everyone!
>>>
>>> The LDC team moves fast to a major milestone: we're aiming for a 1.0.0
>>> release!
>>>
>>> On behalf of the LDC team I am proud to announce the new 1.0.0-alpha1
>>> release!
>>> It is based on the 2.069.2 front-end and supports LLVM 3.5-3.8.
>>
>> I would be a big disappointment if the Objective-C support is not included.
>
> Agree.  I think I can take a look and at least figure how much work there is.

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.

 ... compilable/objc_interface.d     -g ()
 ... fail_compilation/objc_interface1.d  -g ()
 ... fail_compilation/objc_interface2.d  -g ()
 ... fail_compilation/objc_interface3.d  -g ()
 ... runnable/objc_call.d           -L-framework -LFoundation -g ()
 ... runnable/objc_objc_msgSend.d   -L-framework -LFoundation -g ()
 ... runnable/objc_self_test.d      -L-framework -LFoundation -g ()


More information about the digitalmars-d-ldc mailing list