B
beginetienne
Guest
Sometimes compiling the entire codebase feels like the only safe way. Some shops do it nighly in their sandbox environment and report changes on binaries. You can try to predicate what needs recompiling all you want with grepping, xref etc. The developer must decide what needs compiling, and you must detect what was missed with testing, utilities... or by comparing a complete build of the application and see the true differences. I have not yet seen an approach which can tell me what needs recompiling under all circumstances. Even in your case. When I upgrade OE versions for a codebase that was not entirely compiled in 15 years I always feel a bit uneasy
Etienne
Continue reading...
Continue reading...