Bugs item #1191321, was opened at 2005-04-27 16:18
Message generated for change (Comment added) made by billarnette
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1191321&group_id=31650

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Robert Blum (rblum)
Assigned to: Nobody/Anonymous (nobody)
Summary: C++ Include checks are not recursive

Initial Comment:
Example: Derived.cpp includes Derived.h. Derived.h
includes Base.h. Touch Base.h, and nant will happily
ignore the change.

(Also, once implemented, the recursive search should
terminate at the precompiled header, if there is any.
And at least for larger project, that dependency tree
should be cached...)



----------------------------------------------------------------------

Comment By: Bill Arnette (billarnette)
Date: 2006-12-21 10:09

Message:
Logged In: YES 
user_id=1097659
Originator: NO

Robert, you are not the only poor soul still stuck in C++.  So when is
this going to make it into the release?

----------------------------------------------------------------------

Comment By: Robert Blum (rblum)
Date: 2005-05-04 16:45

Message:
Logged In: YES 
user_id=25786

Not seeing it. Are you sure you attached it?

I've got a couple of ideas how to make this work decently
and will take a look this weekend, if you want me to.

----------------------------------------------------------------------

Comment By: Gert Driesen (drieseng)
Date: 2005-05-04 08:26

Message:
Logged In: YES 
user_id=707851

I've attached a fix for this issue to this bug report, but I'm not 
committing it in its current form as it sucks both performance 
and implementation wise ...



----------------------------------------------------------------------

Comment By: Robert Blum (rblum)
Date: 2005-05-03 23:37

Message:
Logged In: YES 
user_id=25786

Ugh. I was afraid you'd ask.

In fact, reading through the mailing list and the bug DB I
get the feeling I'm the one of the very few who seriously
uses Nant & C++ ;)

But OK - as soon as I come up for air from my current tasks,
I'll look into this. Have you guys given any thought and/or
code to recursive dependency tracking at all? (I.e. caching
of intermediates, updating dependencies through the compiler
or by hand, etc...)

Basically, anything to get me started ;)

----------------------------------------------------------------------

Comment By: Gert Driesen (drieseng)
Date: 2005-05-03 14:56

Message:
Logged In: YES 
user_id=707851

I don't have time to work on this right now. You don't happen 
to volunteer for this ?

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=402868&aid=1191321&group_id=31650

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
nant-developers mailing list
nant-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-developers

Reply via email to