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.
