Importing problems
    Brad Roberts 
    braddr at slice-2.puremagic.com
       
    Wed Feb 13 15:53:51 PST 2013
    
    
  
On Wed, 13 Feb 2013, jerro wrote:
> I created self-contained sample.d, ran it with rdmd, then moved class A to
> sample_a.d and tried to run it with rdmd again. I could reproduce the issue
> that way. It seems that rdmd caches the dependency list. Using --chatty flag
> confirms that rdmd does not run dmd to get the dependency list the second
> time.
> 
> This solves the issue:
> 
> rdmd --force sample
Please file a bug report on this.
    
    
More information about the Digitalmars-d-learn
mailing list