[Issue 6102] [RDMD] Changing a string import file doesn't trigger a rebuild

2011-09-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6102


Nick Sabalausky cbkbbej...@mailinator.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED


--- Comment #4 from Nick Sabalausky cbkbbej...@mailinator.com 2011-09-27 
15:30:14 PDT ---
Pull request was accepted and issue is fixed as of 2.055

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 6102] [RDMD] Changing a string import file doesn't trigger a rebuild

2011-08-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6102



--- Comment #2 from Nick Sabalausky cbkbbej...@mailinator.com 2011-08-02 
19:41:01 PDT ---
The string import files are already in the .deps file, they're just marked
file instead of import. (At least in 2.054 anyway.)

The .deps entries marked binary, config and library should also be
checked.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 6102] [RDMD] Changing a string import file doesn't trigger a rebuild

2011-08-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6102



--- Comment #3 from Nick Sabalausky cbkbbej...@mailinator.com 2011-08-02 
22:34:06 PDT ---
Pull request fixing this issue: 

https://github.com/D-Programming-Language/tools/pull/6

That fixes the issue for file (ie string imports), binary and config.
Fixing it for library is more difficult since the path to the library has to
be figured out (rather than scraped from the deps file), so I've made a
separate issue for that: issue 6431

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 6102] [RDMD] Changing a string import file doesn't trigger a rebuild

2011-06-04 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6102


Andrei Alexandrescu and...@metalanguage.com changed:

   What|Removed |Added

 CC||and...@metalanguage.com


--- Comment #1 from Andrei Alexandrescu and...@metalanguage.com 2011-06-04 
15:19:53 PDT ---
I talked to Walter about adding support for this in the compiler.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---