The
IDE Fix Pack 4.3 release had a bug in the directory cache implementation. I was naive enough to think that if a TryGetValue kind of function returns false, the output value can stay uninitialized. But not so with the Delphi compiler’s file search function if you compile a
package. There, even if ...
More...