Re: Dlang + compile-time contracts

2017-08-01 Thread Martin Tschierschke via Digitalmars-d
On Monday, 31 July 2017 at 17:54:04 UTC, Marco Leise wrote: Coming from D.learn where someone asked for some automatism to turn runtime format strings to `format()` into the equivalent `format!()` form automatically to benefit from compile-time type checks I started wondering... The OP

Re: How to build GUI-based applications in D ?

2017-08-01 Thread ketmar via Digitalmars-d-learn
ashit wrote: what is the simplest library to create gui applications in D? i want to create gui applications but couldnt configure the tools so far. i tried to install DFL several times, but it shows some errors while installing (that bold red lables showing : depreacated, depreacated, ... )

How to build GUI-based applications in D ?

2017-08-01 Thread ashit via Digitalmars-d-learn
what is the simplest library to create gui applications in D? i want to create gui applications but couldnt configure the tools so far. i tried to install DFL several times, but it shows some errors while installing (that bold red lables showing : depreacated, depreacated, ... ) i dont need

Re: sharedLog between dll

2017-08-01 Thread rikki cattermole via Digitalmars-d-learn
On 01/08/2017 9:28 AM, Domain wrote: I want to redirect the sharedLog to my logger in one dll, and all dlls will use the new one. What should I do? sharedLog = new MyLogger(); // this will not change the logger in other dll You said the magic phrase, DLL. Can't share e.g. classes between

A small benchmarking lib

2017-08-01 Thread Etranger via Digitalmars-d-announce
Hi all, I don't know if it is the right place to post that but I wrote a little benchmarking lib [1] in order to learn the D programming language, and also because I was learning Rust at the same time and wanted to be able to compare their performances. The lib is in part a translation of

Re: [OT] Generative C++

2017-08-01 Thread Russel Winder via Digitalmars-d
On Fri, 2017-07-28 at 20:44 +0200, Jacob Carlborg via Digitalmars-d wrote: > On 2017-07-28 12:30, Russel Winder via Digitalmars-d wrote: > > > This was arguably the most talked about keynote in ACCU history. I had to > > close the questions after 75 minutes, and even then it went on longer. > >

sharedLog between dll

2017-08-01 Thread Domain via Digitalmars-d-learn
I want to redirect the sharedLog to my logger in one dll, and all dlls will use the new one. What should I do? sharedLog = new MyLogger(); // this will not change the logger in other dll

Re: covered - processes output of code coverage analysis performed by the D programming language compiler

2017-08-01 Thread Szabo Bogdan via Digitalmars-d-announce
On Monday, 31 July 2017 at 15:45:18 UTC, Anton Fediushin wrote: On Monday, 31 July 2017 at 15:27:42 UTC, jmh530 wrote: On Monday, 31 July 2017 at 13:06:44 UTC, Anton Fediushin wrote: Hello! I am glad to announce a new command-line tool which should make development a little easier. You

Re: [OT] uncovering x86 hardware bugs and unknown instructions by fuzzing.

2017-08-01 Thread Guillaume Chatelet via Digitalmars-d
On Monday, 31 July 2017 at 23:51:57 UTC, deadalnix wrote: On Monday, 31 July 2017 at 07:17:33 UTC, Guillaume Chatelet wrote: Some people here might find this interesting: https://github.com/xoreaxeaxeax/sandsifter White paper here:

<    1   2