Re: DCD 0.2.0 Released

2013-11-14 Thread Jacob Carlborg
On 2013-11-14 08:36, Philippe Sigaud wrote: This project imports stdx.d.(lexer/parser/ast). Where can I find these modules? The Dscanner submodule: https://github.com/Hackerpilot/Dscanner/tree/master/stdx/d -- /Jacob Carlborg

Re: DCD 0.2.0 Released

2013-11-14 Thread Mathias Lang
A completion feature for emacs, I definitely need to try it ! Thanks for your work Brian. @Philippe Sigaud: On the author's other project, DScanner ( https://github.com/Hackerpilot/Dscanner). 2013/11/14 Philippe Sigaud philippe.sig...@gmail.com This project imports stdx.d.(lexer/parser/ast).

Re: unit-threaded (D multithreaded unit testing library) v0.2.0 released

2013-11-14 Thread qznc
On Wednesday, 13 November 2013 at 13:18:39 UTC, Atila Neves wrote: http://code.dlang.org/packages/unit-threaded https://github.com/atilaneves/unit-threaded What's new? Bug fixes and the dtest util. dtest lets you point it at a list of directories, preferably just one called tests (that way

Re: Introducing Build Master Andrew Edwards

2013-11-14 Thread Rory McGuire
Whew I almost applied for the role last night. Welcome Master Andrew. On Thu, Nov 14, 2013 at 12:45 PM, Walter Bright newshou...@digitalmars.comwrote: Please join Andrei and myself in congratulating Andrew in his new role as Build Master! Lots of people have worked on various aspects of

Running D in the Java VM

2013-11-14 Thread Jeremy DeHaan
Hey everyone! I have been experimenting for the past couple of days with an idea I had, and since I recently made a little progress I thought I would share some of what I have been doing with you. What I have done, in a nutshell, is began the process for a language converter that takes D

Re: Running D in the Java VM

2013-11-14 Thread Rory McGuire
On Fri, Nov 15, 2013 at 9:13 AM, Jeremy DeHaan dehaan.jerem...@gmail.comwrote: I can, and would love to go in to more detail about this, but it is getting late and this post is already quite long. Maybe I should start a blog about my D escapades? Anyways, I would love to hear feedback on this

Re: Running D in the Java VM

2013-11-14 Thread Jeremy DeHaan
On Friday, 15 November 2013 at 07:30:07 UTC, Timur Gafarov wrote: Maybe it would be better to compile D directly into JVM/Dalvik bytecode? Oh, absolutely. Like I said though, I don't really know that much about compilers so I decided to go this route. Also, it's actually been a pretty fun