Re: DConf 2017 livestream

2017-05-04 Thread via Digitalmars-d-announce
On Friday, 5 May 2017 at 04:00:14 UTC, Joakim wrote: On Friday, 5 May 2017 at 01:43:15 UTC, سليمان السهمي (Soulaïman Sahmi) wrote: ... If you can't wait, those archived stream ids have been posted in the General forum. What I was looking for. Thank you.

Re: DConf 2017 livestream

2017-05-04 Thread Joakim via Digitalmars-d-announce
On Friday, 5 May 2017 at 01:43:15 UTC, سليمان السهمي (Soulaïman Sahmi) wrote: On Thursday, 4 May 2017 at 09:29:01 UTC, Johannes Pfau wrote: Looks like the youtube video ID changes when the stream is for the late comers, meanwhile the videos are getting ready and posted on youtube, it would be

Re: DConf 2017 livestream

2017-05-04 Thread via Digitalmars-d-announce
On Thursday, 4 May 2017 at 09:29:01 UTC, Johannes Pfau wrote: Looks like the youtube video ID changes when the stream is for the late comers, meanwhile the videos are getting ready and posted on youtube, it would be nice to post all those ids here. because it seems only those with a link can

Re: DConf hackathon: idea list

2017-05-04 Thread OoopsAgain via Digitalmars-d-announce
On Thursday, 4 May 2017 at 15:40:57 UTC, rikki cattermole wrote: On 04/05/2017 4:29 PM, OoopsAgain wrote: On Thursday, 4 May 2017 at 14:53:34 UTC, Adam D. Ruppe wrote: [...] I just had a vision: pragma(pushAttributes); @safe: void foo(); pragma(popAttributes); void notsafeanymore(); No need

Re: DConf hackathon: idea list

2017-05-04 Thread rikki cattermole via Digitalmars-d-announce
On 04/05/2017 4:29 PM, OoopsAgain wrote: On Thursday, 4 May 2017 at 14:53:34 UTC, Adam D. Ruppe wrote: I just added two things: 1) error messages, which are code intensive but a HUGE payoff in productivity (and thus marketing) and 2) Opposite attributes, which are trivial to implement but pain

Re: DConf hackathon: idea list

2017-05-04 Thread OoopsAgain via Digitalmars-d-announce
On Thursday, 4 May 2017 at 14:53:34 UTC, Adam D. Ruppe wrote: I just added two things: 1) error messages, which are code intensive but a HUGE payoff in productivity (and thus marketing) and 2) Opposite attributes, which are trivial to implement but painful to get merged. I think dconf is

Re: DConf hackathon: idea list

2017-05-04 Thread Adam D. Ruppe via Digitalmars-d-announce
I just added two things: 1) error messages, which are code intensive but a HUGE payoff in productivity (and thus marketing) and 2) Opposite attributes, which are trivial to implement but painful to get merged. I think dconf is a good opportunity for you guys to get things like #2 actually

Re: DConf hackathon: idea list

2017-05-04 Thread rikki cattermole via Digitalmars-d-announce
On 04/05/2017 3:22 PM, Adam Wilson wrote: On 5/4/17 15:32, Seb wrote: Hi all, the DConf hackathon isn’t a hackathon in the traditional sense. It is intended as a day for _collaboratively_ focusing on long-lasting problems and pain points in the D ecosystem, planning upcoming features or DIPs, a

Re: DConf hackathon: idea list

2017-05-04 Thread Adam Wilson via Digitalmars-d-announce
On 5/4/17 15:32, Seb wrote: Hi all, the DConf hackathon isn’t a hackathon in the traditional sense. It is intended as a day for _collaboratively_ focusing on long-lasting problems and pain points in the D ecosystem, planning upcoming features or DIPs, and creation of a rough roadmap for the next

Re: DConf hackathon: idea list

2017-05-04 Thread rikki cattermole via Digitalmars-d-announce
In short I want Phobos to have an image library and long with it a windowing lib (but lets ignore that last part for now). I welcome people stealing and creating a competing ideas for anything in [0] and [1] that I have. Alternatively you can also create PR's for anything there as well. There i

DConf hackathon: idea list

2017-05-04 Thread Seb via Digitalmars-d-announce
Hi all, the DConf hackathon isn’t a hackathon in the traditional sense. It is intended as a day for _collaboratively_ focusing on long-lasting problems and pain points in the D ecosystem, planning upcoming features or DIPs, and creation of a rough roadmap for the next months. Of course, any D

Re: Blog post on automem

2017-05-04 Thread Atila Neves via Digitalmars-d-announce
On Thursday, 4 May 2017 at 08:41:55 UTC, Atila Neves wrote: On Wednesday, 3 May 2017 at 12:43:26 UTC, ANtlord wrote: [...] I took a look at this. It's a druntime problem. Unique.~this calls std.experimental.allocator.dispose, which calls destroy in object.d which calls rt_finalize: extern

Re: Blog post on automem

2017-05-04 Thread Nick Treleaven via Digitalmars-d-announce
On Thursday, 4 May 2017 at 08:41:55 UTC, Atila Neves wrote: I took a look at this. It's a druntime problem. Unique.~this calls std.experimental.allocator.dispose, which calls destroy in object.d which calls rt_finalize: extern (C) void rt_finalize(void *data, bool det=true); Notice the lack o

Re: DConf 2017 livestream

2017-05-04 Thread Johannes Pfau via Digitalmars-d-announce
On Thursday, 4 May 2017 at 08:02:22 UTC, Johannes Pfau wrote: The DConf 2017 livestream is available here: https://www.youtube.com/watch?v=MqrJZg6PgnM Looks like the youtube video ID changes when the stream is stopped / restarted. Look for the livestream on https://www.youtube.com/user/sociom

Re: Blog post on automem

2017-05-04 Thread Atila Neves via Digitalmars-d-announce
On Wednesday, 3 May 2017 at 12:43:26 UTC, ANtlord wrote: On Friday, 28 April 2017 at 14:40:03 UTC, Mike Parker wrote: Atila was kind enough to do a write up on his automem library for the D Blog, talking about why he did it and showing some of the implementation details. This is officially part

DConf 2017 livestream

2017-05-04 Thread Johannes Pfau via Digitalmars-d-announce
As nobody posted this in the announce group yet, I'll just repeat this information here: The DConf 2017 livestream is available here: https://www.youtube.com/watch?v=MqrJZg6PgnM See the DLangConf twitter account for more information: https://twitter.com/DLangConf