Re: Release D 2.077.0

2017-11-02 Thread Nick Sabalausky (Abscissa) via Digitalmars-d-announce
On 11/02/2017 06:35 PM, Martin Nowak wrote: reproducible dmd builds, Curiosity: What exactly was preventing this before? Order of source files altering the order of output? Something else? Also, just musing...Regarding the matter of __TIME__(etc) breaking this guarantee (breaking it for

Re: New version of JavacTo available.

2017-11-02 Thread rikki cattermole via Digitalmars-d-announce
On 03/11/2017 12:17 AM, Patrick wrote: Please to announce: A new version of JavacTo available for download. Version 1.1 https://sourceforge.net/projects/javacto/ Features: * Updated JavacToD visitor. Almost 100% parsing success with dscanner and JDK package subset (see results below). *

New version of JavacTo available.

2017-11-02 Thread Patrick via Digitalmars-d-announce
Please to announce: A new version of JavacTo available for download. Version 1.1 https://sourceforge.net/projects/javacto/ Features: * Updated JavacToD visitor. Almost 100% parsing success with dscanner and JDK package subset (see results below). * Updated JavacToJava visitor. *

Re: Diamond MVC / Template Engine - v2.1.0 Released

2017-11-02 Thread WebFreak001 via Digitalmars-d-announce
On Thursday, 19 October 2017 at 23:29:57 UTC, bauss wrote: I'm pleased to announce that I have just released Diamond 2.1.0. There has been a lot of updating to Diamond since last announced release. [...] Looks really useful, how about making a longer example and provide a template

Release D 2.077.0

2017-11-02 Thread Martin Nowak via Digitalmars-d-announce
Glad to announce D 2.077.0. This release comes with a new, more compact mangling, templated vector operations, reproducible dmd builds, and various fixes. Thanks to everyone involved in this . http://downloads.dlang.org/releases/2.x/2.077.0/ http://dlang.org/changelog/2.077.0.html The

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

2017-11-02 Thread Bastiaan Veelo via Digitalmars-d-announce
On Thursday, 2 November 2017 at 15:53:08 UTC, Suliman wrote: On Thursday, 2 November 2017 at 15:28:36 UTC, Suliman wrote: I install Sublime Linter first and then this linter and error: Unable to open /C/Users/suliman/AppData/Roaming/Sublime Text 3/Packages/User/SublimeLinter.sublime-settings

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

2017-11-02 Thread Suliman via Digitalmars-d-announce
On Thursday, 2 November 2017 at 15:28:36 UTC, Suliman wrote: I install Sublime Linter first and then this linter and error: Unable to open /C/Users/suliman/AppData/Roaming/Sublime Text 3/Packages/User/SublimeLinter.sublime-settings is gone. But issue with auto-completion is still exists.

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

2017-11-02 Thread Suliman via Digitalmars-d-announce
I install Sublime Linter first and then this linter and error: Unable to open /C/Users/suliman/AppData/Roaming/Sublime Text 3/Packages/User/SublimeLinter.sublime-settings is gone. But issue with auto-completion is still exists.

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

2017-11-02 Thread Suliman via Digitalmars-d-announce
it's seems that it is work, at last it show red labels on code, but for example it is do not show right auto completion after point in `std.` https://snag.gy/uP6Uxl.jpg

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

2017-11-02 Thread Suliman via Digitalmars-d-announce
On Thursday, 2 November 2017 at 15:13:31 UTC, Suliman wrote: On Thursday, 2 November 2017 at 10:04:44 UTC, Bastiaan Veelo wrote: On Thursday, 2 November 2017 at 10:00:25 UTC, Temtaime wrote: Support for dub will be great :) Yes... Now all works Thanks ! Alright :-) Could you write more

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

2017-11-02 Thread Suliman via Digitalmars-d-announce
On Thursday, 2 November 2017 at 10:04:44 UTC, Bastiaan Veelo wrote: On Thursday, 2 November 2017 at 10:00:25 UTC, Temtaime wrote: Support for dub will be great :) Yes... Now all works Thanks ! Alright :-) Could you write more detail installation instruction? Do I need only SublimeLinter

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

2017-11-02 Thread Bastiaan Veelo via Digitalmars-d-announce
On Thursday, 2 November 2017 at 10:00:25 UTC, Temtaime wrote: Support for dub will be great :) Yes... Now all works Thanks ! Alright :-)

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

2017-11-02 Thread Temtaime via Digitalmars-d-announce
On Thursday, 2 November 2017 at 09:43:11 UTC, Bastiaan Veelo wrote: On Thursday, 2 November 2017 at 09:26:48 UTC, Bastiaan Veelo wrote: Does dmd give the error message you expect when you call dmd on that particular file by hand? The linter uses these command line switches: -o- -w -wi

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

2017-11-02 Thread Bastiaan Veelo via Digitalmars-d-announce
On Thursday, 2 November 2017 at 09:26:48 UTC, Bastiaan Veelo wrote: Does dmd give the error message you expect when you call dmd on that particular file by hand? The linter uses these command line switches: -o- -w -wi -vcolumns. How long does that take? Could be timeout...

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

2017-11-02 Thread Bastiaan Veelo via Digitalmars-d-announce
On Thursday, 2 November 2017 at 08:35:08 UTC, Temtaime wrote: On Thursday, 2 November 2017 at 06:43:36 UTC, Bastiaan Veelo wrote: 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.

Re: Release Candidate [was: Re: Beta 2.077.0]

2017-11-02 Thread Basile B. via Digitalmars-d-announce
On Monday, 30 October 2017 at 11:12:29 UTC, Basile B. wrote: On Saturday, 28 October 2017 at 23:21:56 UTC, Martin Nowak wrote: First release candidate for 2.077.0. The OMF Windows API import libraries were updated, a bug in std.bigint was fixed, and the version identifier for `-betterC` is

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

2017-11-02 Thread Temtaime via Digitalmars-d-announce
On Thursday, 2 November 2017 at 06:43:36 UTC, Bastiaan Veelo wrote: 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. Also, what is your compiler version, OS, and do you have other

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

2017-11-02 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. Also, what is your compiler version, OS, and do you have other plugins active?