Vote started for std.process

2013-04-12 Thread Jesse Phillips
Go here: http://forum.dlang.org/post/mgstnugckomjpvdgp...@forum.dlang.org

Re: HibernateD and DDBC - ORM and DB abstraction layer for D

2013-04-12 Thread Vadim Lopatin
On Friday, 12 April 2013 at 13:22:41 UTC, David wrote: [7F6FC283306F: INF] Linking... [7F6FC283306F: dbg] dmd -of/tmp/dub/2946988246/libddbc.a temp.o Why does it try to link app executable instead of just link library? Try to move targetType one level higher? Tried. Do

Re: HibernateD and DDBC - ORM and DB abstraction layer for D

2013-04-12 Thread David
Am 12.04.2013 15:17, schrieb Vadim Lopatin: > Still cannot build library using DUB. > > Tried different changes in package.json > > dub -v > ... > [7F6FC283306F: INF] Running dmd (compile)... > [7F6FC283306F: dbg] dmd -w -g -debug -c -oftemp.o > -version=USE_MYSQL -I/home/lve/src/

Re: HibernateD and DDBC - ORM and DB abstraction layer for D

2013-04-12 Thread Vadim Lopatin
Still cannot build library using DUB. Tried different changes in package.json dub -v ... [7F6FC283306F: INF] Running dmd (compile)... [7F6FC283306F: dbg] dmd -w -g -debug -c -oftemp.o -version=USE_MYSQL -I/home/lve/src/ddbc/source source/drivers/sha1.d source/drivers/pgsqlddbc.

Re: HibernateD and DDBC - ORM and DB abstraction layer for D

2013-04-12 Thread Vadim Lopatin
On Friday, 12 April 2013 at 09:03:56 UTC, kdmult wrote: Hi Vadim, Does anyone have an idea what to do next? It would be great if you publish the DUB package. Please refer to http://registry.vibed.org/publish. There is a hint. Page http://registry.vibed.org/ lists registered DUB packages. To

Re: HibernateD and DDBC - ORM and DB abstraction layer for D

2013-04-12 Thread kdmult
There is a hint. Page http://registry.vibed.org/ lists registered DUB packages. To see them you have to register and sign in there. Otherwise, you will see some product info page. Oops. It looks fixed. :-)

Re: HibernateD and DDBC - ORM and DB abstraction layer for D

2013-04-12 Thread kdmult
Hi Vadim, Does anyone have an idea what to do next? It would be great if you publish the DUB package. Please refer to http://registry.vibed.org/publish. There is a hint. Page http://registry.vibed.org/ lists registered DUB packages. To see them you have to register and sign in there. Otherwi

Re: HibernateD and DDBC - ORM and DB abstraction layer for D

2013-04-12 Thread Rory McGuire
:) nuodb. On Fri, Apr 12, 2013 at 9:08 AM, Vadim Lopatin wrote: > On Wednesday, 3 April 2013 at 14:28:37 UTC, Vadim Lopatin wrote: > >> Hello! >> >> I've started implemetation of ORM in D, with annotations and interfaces >> similar to Hibernate. >> >> As DB abstraction layer I wrote DDBC - librar

Re: HibernateD and DDBC - ORM and DB abstraction layer for D

2013-04-12 Thread Vadim Lopatin
On Wednesday, 3 April 2013 at 14:28:37 UTC, Vadim Lopatin wrote: Hello! I've started implemetation of ORM in D, with annotations and interfaces similar to Hibernate. As DB abstraction layer I wrote DDBC - library with interface similar to JDBC. Only MySQL driver is implemented. PostgreSQL -