D Compiler as a Library

Roman D. Boiko rb at d-coding.com
Thu Apr 19 08:00:29 PDT 2012


On Thursday, 19 April 2012 at 14:55:50 UTC, David Nadlinger wrote:
> The question is, though, whether »perfect« renaming support 
> is really required, or if a defensive solution warning on 
> potential ambiguities isn't already useful enough for most 
> cases.
>
> David

"Perfect" support is impossible, I guess. For example, if a 
library has been released,  a rename would cause API breaking 
changes. But for code under control of user which is doing the 
raname it is possible to provide customization what to rename 
(ReSharper does that, for example).


More information about the Digitalmars-d mailing list