Re: Firs step of D/Objective-C merged

2015-07-12 Thread Dan Olson via Digitalmars-d-announce
Very good news!

Re: Firs step of D/Objective-C merged

2015-07-12 Thread Sönke Ludwig via Digitalmars-d-announce
Fantastic, this is really great news! Big thanks to you and Michel!

Re: New ldc2-0.15.2-beta2 Linux suitable for Travis-CI

2015-07-12 Thread extrawurst via Digitalmars-d-announce
On Sunday, 12 July 2015 at 01:50:45 UTC, rsw0x wrote: On Saturday, 11 July 2015 at 09:42:30 UTC, extrawurst wrote: On Friday, 10 July 2015 at 19:35:55 UTC, Kai Nacke wrote: Hi all! I re-created the Linux binaries. They should now work in Travis-CI again. 2457af89b39d89a237d9bda560c8b5a8

This Week in D - dconf videos, objc and iOS support improving, interview with Etienne Cimon

2015-07-12 Thread Adam D. Ruppe via Digitalmars-d-announce
Another nice interview that Joakim did this week and some interesting announcements about ios related support. And a long, pointless bikeshed argument, ugh. http://arsdnet.net/this-week-in-d/jul-12.html Now that all the videos are out for dconf, in the next week or maybe two, depending on

Re: New ldc2-0.15.2-beta2 Linux suitable for Travis-CI

2015-07-12 Thread Kai Nacke via Digitalmars-d-announce
On Sunday, 12 July 2015 at 01:50:45 UTC, rsw0x wrote: On Saturday, 11 July 2015 at 09:42:30 UTC, extrawurst wrote: On Friday, 10 July 2015 at 19:35:55 UTC, Kai Nacke wrote: Hi all! I re-created the Linux binaries. They should now work in Travis-CI again. 2457af89b39d89a237d9bda560c8b5a8

Re: This Week in D - dconf videos, objc and iOS support improving, interview with Etienne Cimon

2015-07-12 Thread John Carter via Digitalmars-d-announce
On Monday, 13 July 2015 at 04:05:45 UTC, Adam D. Ruppe wrote: Now that all the videos are out for dconf, Are there slides or anything for Martin Nowak's Garbage Collection in D? http://dconf.org/2015/talks/nowak.html Or has it been supplanted by Voting for std.experimental.allocator?

Re: Firs step of D/Objective-C merged

2015-07-12 Thread Jacob Carlborg via Digitalmars-d-announce
On 2015-07-11 23:18, Jack Stouffer wrote: Is there any documentation available yet? No, no official documentation. You can have a look at the DIP [1], but that contains a lot more than what's currently implemented. I recommend having a look at the tests, this one [2] for example. [1]

Re: Firs step of D/Objective-C merged

2015-07-12 Thread Jacob Carlborg via Digitalmars-d-announce
On 2015-07-12 05:46, Rikki Cattermole wrote: Good job woot! Now we just need a way to create instances ext. :) You can create instances with the help of the Objective-C runtime, have a look at one of the tests [1]. [1]

Re: Firs step of D/Objective-C merged

2015-07-12 Thread via Digitalmars-d-announce
On Saturday, 11 July 2015 at 20:25:47 UTC, Jacob Carlborg wrote: [1] https://github.com/D-Programming-Language/dmd/commit/941808dc44a03396d41657cfa9ccc8bfe901f3a7 [2] https://github.com/D-Programming-Language/druntime/commit/b50096fdbe425e32b4edf1341369434a57a63b31 Cool! I'll spread the

Re: Firs step of D/Objective-C merged

2015-07-12 Thread Dmitry Olshansky via Digitalmars-d-announce
On 11-Jul-2015 23:25, Jacob Carlborg wrote: I just manged to get all tests passing on all platforms. Now the first step of D/Objective-C has been merged [1][2]. The only thing that's supported for now is calling Objective-C instance methods from D. I want to give special thanks to Michel Fortin

Re: Firs step of D/Objective-C merged

2015-07-12 Thread Rikki Cattermole via Digitalmars-d-announce
On 12/07/2015 10:08 p.m., Jacob Carlborg wrote: On 2015-07-12 05:46, Rikki Cattermole wrote: Good job woot! Now we just need a way to create instances ext. :) You can create instances with the help of the Objective-C runtime, have a look at one of the tests [1]. [1]

Re: Beta D 2.068.0-b1

2015-07-12 Thread Jacob Carlborg via Digitalmars-d-announce
On 2015-07-12 02:29, Andrew Edwards wrote: Note, the current packaging format is incompatible with with OSX 10.11 (El Capitan). No previous release of DMD can be installed via the dmg files available on downloads.dlang.org or the ftp site (including dmd.2.068.0-b1). Why? Does it require

Re: Firs step of D/Objective-C merged

2015-07-12 Thread Jack Stouffer via Digitalmars-d-announce
On Sunday, 12 July 2015 at 10:07:36 UTC, Jacob Carlborg wrote: On 2015-07-11 23:18, Jack Stouffer wrote: Is there any documentation available yet? No, no official documentation. You can have a look at the DIP [1], but that contains a lot more than what's currently implemented. I recommend