Re: Need help

2017-03-15 Thread Jack Applegame via Digitalmars-d-announce
On Wednesday, 15 March 2017 at 18:02:13 UTC, Daniel Kozák wrote: V Wed, 15 Mar 2017 12:25:04 + Jack Applegame via Digitalmars-d-announce napsáno: On Wednesday, 15 March 2017 at 11:46:26 UTC, Daniel Kozák wrote: > problem is with this line: > https://github.com/dlang/dmd/blob/v2.073.2/src/

Re: DConf 2017 Schedule

2017-03-15 Thread Bastiaan Veelo via Digitalmars-d-announce
On Wednesday, 15 March 2017 at 22:10:13 UTC, Dmitry Olshansky wrote: See you at dconf. Looking forward to it!

Re: DConf 2017 Schedule

2017-03-15 Thread Dmitry Olshansky via Digitalmars-d-announce
On 3/15/17 11:07 PM, Bastiaan Veelo wrote: On Wednesday, 15 March 2017 at 14:06:23 UTC, Yuxuan Shui wrote: So someone already wrote a parser combinator for D? I searched code.dlang.org (1.5 years ago?), and there was none, so I wasted couple weeks writing my own So, is yours on code.dlang

Re: D IDE Coedit - version 3 released.

2017-03-15 Thread aberba via Digitalmars-d-announce
On Monday, 13 March 2017 at 17:43:32 UTC, Basile B. wrote: Finally, after four betas, the third version of my D IDE [0] is available. The change log for this new version quite important. Major additions: - GDB commander, a GDB UI, only under linux. - Project groups. - Compiler paths, defines

Re: DConf 2017 Schedule

2017-03-15 Thread Bastiaan Veelo via Digitalmars-d-announce
On Wednesday, 15 March 2017 at 14:06:23 UTC, Yuxuan Shui wrote: So someone already wrote a parser combinator for D? I searched code.dlang.org (1.5 years ago?), and there was none, so I wasted couple weeks writing my own So, is yours on code.dlang.org? If it would have been, maybe Dmitry

Re: Introducing Diskuto - an embeddable comment system

2017-03-15 Thread Nick Sabalausky (Abscissa) via Digitalmars-d-announce
Nice. The only example code uses diet templates though, how would one embed this when not using diet?

Re: Introducing Diskuto - an embeddable comment system

2017-03-15 Thread Sönke Ludwig via Digitalmars-d-announce
Just implemented a visual overhaul - the "reply" buttons are gone and are replaced by the comment text box itself. This results in a less noisy page and one less click to make a reply. Any opinions on replacing Disqus with this on http://dlang.org/library/?

Re: Need help

2017-03-15 Thread Daniel Kozák via Digitalmars-d-announce
V Wed, 15 Mar 2017 12:25:04 + Jack Applegame via Digitalmars-d-announce napsáno: > On Wednesday, 15 March 2017 at 11:46:26 UTC, Daniel Kozák wrote: > > problem is with this line: > > https://github.com/dlang/dmd/blob/v2.073.2/src/clone.d#L1014 > > > > It run semantic before alias is add > >

Re: DConf 2017 Schedule

2017-03-15 Thread Joakim via Digitalmars-d-announce
On Tuesday, 14 March 2017 at 16:12:56 UTC, Mike Parker wrote: Fresh from the D Foundation HQ, the DConf 2017 schedule [1] is now available for your perusal. If you haven't registered yet, you have just over five weeks to get it done. The registration deadline has been set for April 23, so don't

Re: Need help

2017-03-15 Thread Daniel Kozák via Digitalmars-d-announce
V Wed, 15 Mar 2017 12:25:04 + Jack Applegame via Digitalmars-d-announce napsáno: > On Wednesday, 15 March 2017 at 11:46:26 UTC, Daniel Kozák wrote: > > problem is with this line: > > https://github.com/dlang/dmd/blob/v2.073.2/src/clone.d#L1014 > > > > It run semantic before alias is add > >

Re: Need help

2017-03-15 Thread Daniel Kozák via Digitalmars-d-announce
V Wed, 15 Mar 2017 12:25:04 + Jack Applegame via Digitalmars-d-announce napsáno: > On Wednesday, 15 March 2017 at 11:46:26 UTC, Daniel Kozák wrote: > > problem is with this line: > > https://github.com/dlang/dmd/blob/v2.073.2/src/clone.d#L1014 > > > > It run semantic before alias is add > >

Re: DConf 2017 Schedule

2017-03-15 Thread Yuxuan Shui via Digitalmars-d-announce
On Tuesday, 14 March 2017 at 20:16:34 UTC, Ali Çehreli wrote: On 03/14/2017 09:35 AM, Moritz Maxeiner wrote: On Tuesday, 14 March 2017 at 16:12:56 UTC, Mike Parker wrote: Fresh from the D Foundation HQ, the DConf 2017 schedule [1] is now available for your perusal. If you haven't registered yet

Re: Introducing Diskuto - an embeddable comment system

2017-03-15 Thread Sönke Ludwig via Digitalmars-d-announce
On Wednesday, 15 March 2017 at 10:40:31 UTC, aberba wrote: The load balancer you were working on. Was it intended to handle DDoS attacks and what is the current status. Being somewhat resistant to DDoS attacks is one of the secondary goals, but by the nature of it it would be very limited in

Re: Need help

2017-03-15 Thread Jack Applegame via Digitalmars-d-announce
On Wednesday, 15 March 2017 at 11:46:26 UTC, Daniel Kozák wrote: problem is with this line: https://github.com/dlang/dmd/blob/v2.073.2/src/clone.d#L1014 It run semantic before alias is add https://github.com/dlang/dmd/blob/v2.073.2/src/clone.d#L1131 Great! But I have no idea what to do next. C

Re: Need help

2017-03-15 Thread Jack Applegame via Digitalmars-d-announce
On Wednesday, 15 March 2017 at 11:09:10 UTC, Jonathan M Davis wrote: I'm inclined to agree with David on this one, but I really don't want to argue about it. Just remember that this newsgroup is intended for announcements that the wider D community would be interested in and that communication

Re: Need help

2017-03-15 Thread Daniel Kozák via Digitalmars-d-announce
V Wed, 15 Mar 2017 07:37:53 + Jack Applegame via Digitalmars-d-announce napsáno: > Dear developers. I need help fixing issue #17257 > (https://issues.dlang.org/show_bug.cgi?id=17257) and related bug > (https://forum.dlang.org/post/zpxzbctiijfhjujsz...@forum.dlang.org). > > I can't fix it m

Re: Need help

2017-03-15 Thread Jonathan M Davis via Digitalmars-d-announce
On Wednesday, March 15, 2017 23:04:50 rikki cattermole via Digitalmars-d- announce wrote: > Oh relax, its a freelance job advertisement as well (payment for bug to > be fixed). If that wasn't there then yeah not appropriate. But its > there, so I say it was a good place :) I'm inclined to agree wi

Re: Introducing Diskuto - an embeddable comment system

2017-03-15 Thread aberba via Digitalmars-d-announce
On Wednesday, 15 March 2017 at 08:57:53 UTC, Sönke Ludwig wrote: Improvements implemented by now: - Authorization and time limit (5min client facing, 15min server facing) is now enforced for editing and deleting comments - The page must be queried first before any action is allowed (prevents t

Re: Need help

2017-03-15 Thread Jack Applegame via Digitalmars-d-announce
On Wednesday, 15 March 2017 at 10:04:50 UTC, rikki cattermole wrote: Oh relax, its a freelance job advertisement as well (payment for bug to be fixed). If that wasn't there then yeah not appropriate. But its there, so I say it was a good place :) Exactly. And besides, it is actually a donation t

Re: Need help

2017-03-15 Thread rikki cattermole via Digitalmars-d-announce
Oh relax, its a freelance job advertisement as well (payment for bug to be fixed). If that wasn't there then yeah not appropriate. But its there, so I say it was a good place :)

Re: Need help

2017-03-15 Thread David Nadlinger via Digitalmars-d-announce
On Wednesday, 15 March 2017 at 09:19:17 UTC, Jack Applegame wrote: I think that fixing such bugs is quite general interest. I'm not asking to do enhancement required solely to me. I'm asking to fix a bug, very bad bug. The reason why your post is not appropriate here is in the name of the for

Re: Need help

2017-03-15 Thread Jack Applegame via Digitalmars-d-announce
On Wednesday, 15 March 2017 at 09:27:26 UTC, Daniel Kozák wrote: Yes, but you should put this to general forum, not to announcement I tried. Everyone is talking about problems with memory management, but nobody cares about bugs in such fundamental things as the destructors. Apparently it's more

Re: Need help

2017-03-15 Thread Daniel Kozák via Digitalmars-d-announce
V Wed, 15 Mar 2017 09:19:17 + Jack Applegame via Digitalmars-d-announce napsáno: > On Wednesday, 15 March 2017 at 08:52:03 UTC, David Nadlinger > wrote: > > This is a forum for announcements of general interest. Please > > take that into consideration before posting here. Thanks. — > > Dav

Re: Need help

2017-03-15 Thread Jack Applegame via Digitalmars-d-announce
On Wednesday, 15 March 2017 at 08:52:03 UTC, David Nadlinger wrote: This is a forum for announcements of general interest. Please take that into consideration before posting here. Thanks. — David I think that fixing such bugs is quite general interest. I'm not asking to do enhancement require

Re: Introducing Diskuto - an embeddable comment system

2017-03-15 Thread Sönke Ludwig via Digitalmars-d-announce
Improvements implemented by now: - Authorization and time limit (5min client facing, 15min server facing) is now enforced for editing and deleting comments - The page must be queried first before any action is allowed (prevents trivial command line batch "attacks", as well as trivial spam autom

Re: Need help

2017-03-15 Thread David Nadlinger via Digitalmars-d-announce
On Wednesday, 15 March 2017 at 07:37:53 UTC, Jack Applegame wrote: Dear developers. I need help fixing issue #17257 (https://issues.dlang.org/show_bug.cgi?id=17257) and related bug (https://forum.dlang.org/post/zpxzbctiijfhjujsz...@forum.dlang.org). This is a forum for announcements of genera

Re: Need help

2017-03-15 Thread Stefan Koch via Digitalmars-d-announce
On Wednesday, 15 March 2017 at 07:37:53 UTC, Jack Applegame wrote: Dear developers. I need help fixing issue #17257 (https://issues.dlang.org/show_bug.cgi?id=17257) and related bug (https://forum.dlang.org/post/zpxzbctiijfhjujsz...@forum.dlang.org). I can't fix it myself, because know almost

Need help

2017-03-15 Thread Jack Applegame via Digitalmars-d-announce
Dear developers. I need help fixing issue #17257 (https://issues.dlang.org/show_bug.cgi?id=17257) and related bug (https://forum.dlang.org/post/zpxzbctiijfhjujsz...@forum.dlang.org). I can't fix it myself, because know almost nothing about the internals of the compiler. But I'm willing to pay

Scott Meyers blogs about his DConf 2017 keynote speech

2017-03-15 Thread Ali Çehreli via Digitalmars-d-announce
Good publicity! http://scottmeyers.blogspot.com/2017/03/keynote-at-dconf-in-berlin-on-may-5.html Ali