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

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

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...