Re: SublimeLinter-contrib-dmd: dmd feedback as you type

2017-11-01 Thread Bastiaan Veelo via Digitalmars-d-announce
On Wednesday, 1 November 2017 at 20:09:02 UTC, Temtaime wrote: Works too strange. Seems it checks only syntax and doesn't display non-syntax related errors. It may be that the regex needs to be adjusted. Could you please post a reduced example at

Re: SublimeLinter-contrib-dmd: dmd feedback as you type

2017-11-01 Thread Temtaime via Digitalmars-d-announce
Works too strange. Seems it checks only syntax and doesn't display non-syntax related errors.

Re: Caching D compiler - preview version

2017-11-01 Thread Walter Bright via Digitalmars-d-announce
On 10/29/2017 9:25 AM, Dmitry Olshansky wrote: On Saturday, 28 October 2017 at 23:18:05 UTC, Martin Nowak wrote: On 10/24/2017 05:02 PM, Dmitry Olshansky wrote: Experimental std.regex.v2 is sadly broken by a recent change to array ops. It would be very interesting to check as it eats up to

Re: SublimeLinter-contrib-dmd: dmd feedback as you type

2017-11-01 Thread Bastiaan Veelo via Digitalmars-d-announce
On Wednesday, 1 November 2017 at 12:54:38 UTC, Basile B. wrote: On Tuesday, 31 October 2017 at 15:43:08 UTC, Bastiaan Veelo wrote: On Tuesday, 31 October 2017 at 13:47:26 UTC, Dmitry Olshansky wrote: Sounds cool, I assume you use -o- option to disable DMD codegen? yes Should be fairly

Re: SublimeLinter-contrib-dmd: dmd feedback as you type

2017-11-01 Thread Basile B. via Digitalmars-d-announce
On Tuesday, 31 October 2017 at 15:43:08 UTC, Bastiaan Veelo wrote: On Tuesday, 31 October 2017 at 13:47:26 UTC, Dmitry Olshansky wrote: Sounds cool, I assume you use -o- option to disable DMD codegen? yes Should be fairly fast. indeed Surprising. Back in 2014 i used something similar

Re: Caching D compiler - preview version

2017-11-01 Thread Martin Tschierschke via Digitalmars-d-announce
On Tuesday, 24 October 2017 at 13:19:15 UTC, Dmitry Olshansky wrote: What is dcache? It's a patch for dmd that enables a *persistent* shared-memory hash-map, protected by a spin-lock from races. Dmd processes with -cache flag would detect the following pattern: enum/static variable =