Re: Visual D 0.3.42 released

2015-08-06 Thread ZombineDev via Digitalmars-d-announce

On Thursday, 6 August 2015 at 14:39:45 UTC, akaDemik wrote:
On Wednesday, 5 August 2015 at 21:03:51 UTC, Rainer Schuetze 
wrote:

there is a new version of Visual D available


It will support the dub in the future?


If you have a dub project that you want to open in VisualD, go to 
project root (where dub.json or dub.sdl is located) and execute 
this command:


dub generate visuald

This will generate a .sln file that you can open in Visual Studio 
if you have the VisualD extension installed.


Re: Changelog

2015-08-06 Thread Martin Nowak via Digitalmars-d-announce

On Wednesday, 5 August 2015 at 23:38:22 UTC, Brian Schott wrote:

On Wednesday, 5 August 2015 at 20:57:49 UTC, anonymous wrote:
getUDAs and getSymbolsByUDA don't seem to have made it, so 
they're correctly commented out for now.


That's annoying. Those three were meant to go together.


It is unfortunate, should we drop hasUDA out of stable?

This is exactly what I meant with incomplete features in the 
first spring review.

http://forum.dlang.org/post/559e73b4.7020...@dawg.eu
http://forum.dlang.org/post/559fd901.1090...@dawg.eu


Re: Visual D 0.3.42 released

2015-08-06 Thread akaDemik via Digitalmars-d-announce
On Wednesday, 5 August 2015 at 21:03:51 UTC, Rainer Schuetze 
wrote:

there is a new version of Visual D available


It will support the dub in the future?


Re: line numbers for linux exception traces

2015-08-06 Thread Colin via Digitalmars-d-announce

On Wednesday, 5 August 2015 at 15:57:46 UTC, Adam D. Ruppe wrote:

If you just download this little file:

http://arsdnet.net/dcode/linetrace.d

[...]


This is v nice - thanks!

I wonder how difficult implementing this in the compiler would 
be? Obviously cant use external tools...