rebuild/xfbuild functionality in ldc

2 views
Skip to first unread message

Vincenzo Ampolo

unread,
Aug 25, 2009, 7:22:54 PM8/25/09
to ldc...@googlegroups.com
Hi,

I'm working for a while with tools like xfbuild and rebuild. i used custom
bash scripts to compile my source before.
I think these tools are used by a lot of experts D programmers and the feature
they add to a compiler is to just pass all the dependencies of a module while
compiling...

So... why do not add this feature to ldc itself? it would be great to do ldc
test.d and get compiled with all the deps of the current package.

I would like to hear opinion of others...

Thanks.
--
Vincenzo Ampolo
http://goshawknest.wordpress.com/
http://vincenzo-ampolo.net

GnuPG Key:
http://keyserver.ubuntu.com:11371/pks/lookup?op=get&search=0x9BF47CA71E506DE9

signature.asc

Christian Kamm

unread,
Aug 26, 2009, 11:55:40 AM8/26/09
to ldc...@googlegroups.com
On Wednesday 26 August 2009 01:22 Vincenzo Ampolo wrote:
> I'm working for a while with tools like xfbuild and rebuild. i used custom
> bash scripts to compile my source before.
> I think these tools are used by a lot of experts D programmers and the
> feature they add to a compiler is to just pass all the dependencies of a
> module while compiling...
>
> So... why do not add this feature to ldc itself? it would be great to do
> ldc test.d and get compiled with all the deps of the current package.

The main reason is that we don't want to maintain a build tool inside the
compiler. Tools like xfBuild are readily available and integrate well with
LDC.

Regards,
Christian


signature.asc
Reply all
Reply to author
Forward
0 new messages