DMD 1.005 release
Hasan Aljudy
hasan.aljudy at gmail.com
Tue Feb 6 22:15:07 PST 2007
Derek Parnell wrote:
> On Tue, 06 Feb 2007 11:55:18 -0800, Walter Bright wrote:
>
>> Hasan Aljudy wrote:
>>> I don't see how it's possible to interpret that without implementing a
>>> full compiler.
>> You're right, it isn't possible.
>>
>>> P.S. I know that for "build" all we need is a list of import files, and
>>> dmd already has a switch to do that.
>> DMD will also output a list of files that are textually imported, so bud
>> can pick them up at least the second time around.
>
> Thanks Walter! :-(
>
> Bud is no longer a useful tool because it can no longer do what it was
> trying to do - namely find out which files needed recompiling and get only
> that done.
Really? I always use -full -clean switches. I use build/bud because dmd
is not smart enough to compile all the files needed to make the program.
dmd is fast enough to not require one to bother do "selective"
compliation. (if one can say so ..)
More information about the Digitalmars-d-announce
mailing list