www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - DDT 0.10.0 released - featuring DUB support.

reply Bruno Medeiros <brunodomedeiros+dng gmail.com> writes:
A new version of DDT - D Development tools is out.

https://github.com/bruno-medeiros/DDT/releases/tag/Release_0.10.0

The major new feature is DUB support (there are breaking changes, please 
read the changelog and updated User Guide sections for more info).

A lot of the UI has been cleaned up as well, removing inoperative 
functionality, changing the references to DLTK concepts (such as 
"interpreters" or "script"), etc.

PS: Thanks to Sönke for bringing DUB into an existence, this tool is 
awesome! (this could even be an understatement... a package management 
and build tool is crucial for D's success!)

-- 
Bruno Medeiros
https://twitter.com/brunodomedeiros
Mar 14 2014
next sibling parent "albatroz" <rmcjustino gmail.com> writes:
Thank you

On Friday, 14 March 2014 at 15:44:24 UTC, Bruno Medeiros wrote:
 A new version of DDT - D Development tools is out.
Mar 18 2014
prev sibling parent reply "Jay Norwood" <jayn prismnet.com> writes:
On Friday, 14 March 2014 at 15:44:24 UTC, Bruno Medeiros wrote:
 A new version of DDT - D Development tools is out.
This has really nice source browsing... much better than the VisualD. I end up using both because the debugging support is still better in VisualD. One browsing issue I noticed though is that it has a problem finding source for properties, for example if you try to find the isDir definition from lin 2216 of file.d.
Mar 18 2014
parent reply Bruno Medeiros <bruno.do.medeiros+dng gmail.com> writes:
On 18/03/2014 22:27, Jay Norwood wrote:
 On Friday, 14 March 2014 at 15:44:24 UTC, Bruno Medeiros wrote:
 A new version of DDT - D Development tools is out.
This has really nice source browsing... much better than the VisualD. I end up using both because the debugging support is still better in VisualD.
Yeah, I wish more GDB/DWARF support existed in Windows, so that debugging support was better. GDB support would probably be very hard to achieve for D programs that need to compile/link against Windows API or the MSVC toolchain, but for programs that don't need that, debugging support could be nearly as good as Linux/MacOS... :/
 One browsing issue I noticed though is that it has a problem finding
 source for properties, for example if you try to find the isDir
 definition from lin 2216 of file.d.
Yes, there are lots of simple semantic engine improvements that could be made. I haven't yet had time to go back to work on the semantic engine, as I've been tied up in other features (DUB support for example) -- Bruno Medeiros https://twitter.com/brunodomedeiros
Mar 24 2014
parent reply "Casper =?UTF-8?B?RsOmcmdlbWFuZCI=?= <shorttail hotmail.com> writes:
Is the install guide on github up to date?
Mar 24 2014
parent Bruno Medeiros <bruno.do.medeiros+dng gmail.com> writes:
On 24/03/2014 15:13, "Casper Færgemand" <shorttail hotmail.com>" wrote:
 Is the install guide on github up to date?
Yes, all documentation should be up to date, including the installation guide. -- Bruno Medeiros https://twitter.com/brunodomedeiros
Mar 24 2014