Re: How to run vibe.d web app in XAMPP server ?

2018-01-15 Thread Brian via Digitalmars-d
On Monday, 15 January 2018 at 06:22:13 UTC, Jayam wrote: In our production server, we have only XAMPP for use to deploy web app and mysql combinedly? Is there any way how to deploy the vibe.d web app into XAMPP ? You can use hunt framework, it's an full-stack web framework. Create project:

[Issue 18068] No file names and line numbers in stack trace

2018-01-15 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18068 --- Comment #5 from Seb --- test/runnable/test17559.d in the DMD testsuite fails too. --

Re: Article: Fuzzing D code with LDC

2018-01-15 Thread Jonathan M Davis via Digitalmars-d-announce
On Monday, January 15, 2018 09:49:24 Temtaime via Digitalmars-d-announce wrote: > On Saturday, 13 January 2018 at 23:59:52 UTC, Johan Engelen wrote: > > It's been a work-in-progress for half a year, but finished now: > > > > http://johanengelen.github.io/ldc/2018/01/14/Fuzzing-with-LDC.html > > >

Re: Article: Fuzzing D code with LDC

2018-01-15 Thread Temtaime via Digitalmars-d-announce
On Saturday, 13 January 2018 at 23:59:52 UTC, Johan Engelen wrote: It's been a work-in-progress for half a year, but finished now: http://johanengelen.github.io/ldc/2018/01/14/Fuzzing-with-LDC.html "A not-so-well-written article about the fuzzing capability recently added to LDC, using LLVM’s

Re: GtkD global font size

2018-01-15 Thread Mike James via Digitalmars-d-dwt
On Monday, 15 January 2018 at 08:21:16 UTC, Jacob Carlborg wrote: On 2018-01-15 00:55, Sai wrote: I am writing a small GUI application using GtkD3 Builder and Glade. On a HD monitor the default font size is too small. The adwaita theme is not great but I can live with it. Is there any way to

Re: Bump the minimal version required to compile DMD to 2.076.1

2018-01-15 Thread Joakim via Digitalmars-d
On Sunday, 14 January 2018 at 19:22:11 UTC, Martin Nowak wrote: We've been through bootstrapping discussions a couple of times, so let me repeat what was decided when we made the frontend switch from C++ to D. - Other platforms are bootstrapped by cross-compilation. Realistically, I'm not

Re: GtkD global font size

2018-01-15 Thread Jacob Carlborg via Digitalmars-d-dwt
On 2018-01-15 00:55, Sai wrote: I am writing a small GUI application using GtkD3 Builder and Glade. On a HD monitor the default font size is too small. The adwaita theme is not great but I can live with it. Is there any way to globally increase the font size in the GtkD? I tried the

<    1   2