derelict_extras-lua

2013-12-01 Thread Kelet

Hello all,

I am new to the D community, although I've been a lurker for
years, and have only recently started embracing the language.

As I understand, Derelict3[1] is migrating to separate bindings
in DerelictOrg[2]. This will help facilitate their use by the DUB
package and build management system which I use and enjoy.
However, some bindings were not carried over from Derelict3 to
DerelictOrg, DerelictLua included.

I'm sure aldacron (Derelict author) already has a lot on his
plate, so I've created a new DUB package in the spirit of p0nce's
existing Derelict extras, derelict_extras-lua[3][4]. Right now,
it is the same code from Derelict3 with an added DUB package.json
file and README.md. However, I will do my best to keep the
binding up to date and fix any issues which may arise.

I am aware of Jakob Ovrum's most excellent Lua binding and
wrapper[5] and recommend that anyone considering using D with Lua
checks it out.

Let me know if I've misunderstood something or have done
something outside of the nature of the community.

Regards,
Kelet

[1]: https://github.com/aldacron/Derelict3
[2]: https://github.com/DerelictOrg
[3]: http://code.dlang.org/packages/derelict_extras-lua
[4]: https://github.com/Kelet/DerelictLua
[5]: https://github.com/JakobOvrum/LuaD


LDC 0.12.1 has been released

2013-12-01 Thread Kai Nacke

Hi everyone,

LDC 0.12.1, the LLVM-based D compiler, is available for download!
This is a bug-fix only release. It is built on the 2.063.2 
frontend and standard library and supports LLVM 3.1-3.3 (OS X: 
3.2 only).


As usual, you can find links to the changelog and the binary 
packages over at digitalmars.D.ldc:

http://forum.dlang.org/post/fmhdagtwppcpkajgr...@forum.dlang.org

Regards,
Kai


Re: DUB 0.9.21 beta 1

2013-12-01 Thread Jacob Carlborg

On 2013-11-30 21:48, Sönke Ludwig wrote:

Based on the bug reports so far, I've prepared a new beta release of
0.9.21 for testing. Apart from fixes for the reported issues, it
contains a revamped command line interface with detailed help for each
command and also the new dub test command.

http://code.dlang.org/download

https://github.com/rejectedsoftware/dub/blob/master/CHANGELOG.md



What exactly does dub test do? Is it like running rdmd -main 
-unittest foo.d?


--
/Jacob Carlborg