Re: New D tool releases

2016-01-14 Thread Andrei Alexandrescu via Digitalmars-d-announce
On 01/14/2016 04:05 AM, Brian Schott wrote: Please see the Github links for a list of changes and issues resolved. You may notice that they're all in Dub now. The real Brian is in cryo-stasis in case we need him later. In order to not arouse too much suspicion about shape-shifters these

Re: Beta D 2.070.0-b1

2016-01-14 Thread Nordlöw via Digitalmars-d-announce
On Sunday, 3 January 2016 at 19:24:57 UTC, Martin Nowak wrote: http://dlang.org/changelog/2.070.0.html I'm missing changelog entry for - new algorithm `std.algorithm.comparison.either` - update for return type of `findSplit*` enabling bool-conversion in for instance if (const hit =

Re: New D tool releases

2016-01-14 Thread tsbockman via Digitalmars-d-announce
On Thursday, 14 January 2016 at 09:05:09 UTC, Brian Schott wrote: dfmt: Code formatter 0.4.2 http://code.dlang.org/packages/dfmt https://github.com/Hackerpilot/dfmt/releases/tag/v0.4.2 You forgot to bump the version number: dfmt --version 0.4.1

New D tool releases

2016-01-14 Thread Brian Schott via Digitalmars-d-announce
Please see the Github links for a list of changes and issues resolved. You may notice that they're all in Dub now. The real Brian is in cryo-stasis in case we need him later. In order to not arouse too much suspicion about shape-shifters these projects can still be built with git and make.

Re: DlangUI

2016-01-14 Thread Vadim Lopatin via Digitalmars-d-announce
On Tuesday, 20 May 2014 at 18:13:36 UTC, Vadim Lopatin wrote: I would like to announce my project, DlangUI library - cross-platform GUI for D. https://github.com/buggins/dlangui License: Boost License 1.0 Native library written in D (not a wrapper to other GUI library) - easy to extend.

Re: DlangIDE project update

2016-01-14 Thread Vadim Lopatin via Digitalmars-d-announce
On Tuesday, 8 December 2015 at 15:58:43 UTC, Vadim Lopatin wrote: DlangIDE is getting close to usable. DlangIDE is and IDE for D programming language written in D using DlangUI library. [...] Recent changes: DCD is now integrated as a library instead of using commandline

Re: New D tool releases

2016-01-14 Thread Suliman via Digitalmars-d-announce
dsymbol: Symbol resolution code used by DCD and D-Scanner Could anybody explain where it can be helpful and how it's work?

Re: New D tool releases

2016-01-14 Thread Vadim Lopatin via Digitalmars-d-announce
On Thursday, 14 January 2016 at 13:27:40 UTC, Suliman wrote: dsymbol: Symbol resolution code used by DCD and D-Scanner Could anybody explain where it can be helpful and how it's work? dfmt: formats source code dfix: helps to migrate your code from older compiler versions to newer

Wandbox: A new online editor/runner with dmd and gdc!

2016-01-14 Thread Mark Isaacson via Digitalmars-d-announce
Like ideone but this has the latest versions of gdc and dmd (both 2.069.0 and also HEAD). It also has vim/emacs bindings and the ability to specify arbitrary command-line flags. http://melpon.org/wandbox/permlink/9sHmCxv2tZ0lHwAQ Special thanks to @melpon for adding dmd!

Re: New D tool releases

2016-01-14 Thread Basile B. via Digitalmars-d-announce
On Thursday, 14 January 2016 at 09:05:09 UTC, Brian Schott wrote: Please see the Github links for a list of changes and issues resolved. DCD: Auto-completion system 0.7.4 http://code.dlang.org/packages/dcd https://github.com/Hackerpilot/DCD/releases/tag/v0.7.4 During the latest two or three

Re: New D tool releases

2016-01-14 Thread Basile B. via Digitalmars-d-announce
On Friday, 15 January 2016 at 05:58:01 UTC, Basile B. wrote: but since this fix: - I've almost never used it (except latest two or three hours), so #280 is not necessarily a relevant info. - I've build with dmd 2.070-b1 By chance it' has happend again while the console was opened: ---

Re: New D tool releases

2016-01-14 Thread Brian Schott via Digitalmars-d-announce
On Friday, 15 January 2016 at 06:27:23 UTC, Basile B. wrote: By chance it' has happend again while the console was opened: The announce newsgroup is not a bug tracker, but this is: https://github.com/Hackerpilot/DCD/issues

Re: LDC 0.17.0-beta1 has been released!

2016-01-14 Thread David Nadlinger via Digitalmars-d-announce
On Thursday, 14 January 2016 at 20:57:02 UTC, Kai Nacke wrote: No. Since 0.16.0 we regard the Win64 support as production-ready. The only thing we are missing is a fancy one-click installer, pretty much. Even though you can just extract the binary release archives and use LDC as-is (it

Re: LDC 0.17.0-beta1 has been released!

2016-01-14 Thread rsw0x via Digitalmars-d-announce
On Thursday, 14 January 2016 at 20:57:02 UTC, Kai Nacke wrote: On Thursday, 14 January 2016 at 20:37:13 UTC, rsw0x wrote: Congratulations on Win64 support — is this the first LDC version with it? No. Since 0.16.0 we regard the Win64 support as production-ready. Regards, Kai I must have

Re: LDC 0.17.0-beta1 has been released!

2016-01-14 Thread Kai Nacke via Digitalmars-d-announce
On Thursday, 14 January 2016 at 20:37:13 UTC, rsw0x wrote: Congratulations on Win64 support — is this the first LDC version with it? No. Since 0.16.0 we regard the Win64 support as production-ready. Regards, Kai

LDC 0.17.0-beta1 has been released!

2016-01-14 Thread Kai Nacke via Digitalmars-d-announce
Hi everyone, LDC 0.17.0-beta1, the LLVM-based D compiler, is available for download! This release is based on the 2.068.2 frontend and standard library and supports LLVM 3.5-3.7. Don't miss to check if your preferred system is supported by this release. We also have a Win64 compiler

Re: New D tool releases

2016-01-14 Thread Øivind via Digitalmars-d-announce
On Thursday, 14 January 2016 at 15:18:09 UTC, Andrei Alexandrescu wrote: On 01/14/2016 04:05 AM, Brian Schott wrote: Please see the Github links for a list of changes and issues resolved. You may notice that they're all in Dub now. The real Brian is in cryo-stasis in case we need him later.

Re: LDC 0.17.0-beta1 has been released!

2016-01-14 Thread rsw0x via Digitalmars-d-announce
On Thursday, 14 January 2016 at 20:33:30 UTC, Kai Nacke wrote: Hi everyone, LDC 0.17.0-beta1, the LLVM-based D compiler, is available for download! This release is based on the 2.068.2 frontend and standard library and supports LLVM 3.5-3.7. Don't miss to check if your preferred system is