e006a7af57
If incremental compilation fails, we currently fall back to non-incremental compilation. When that happens, it would be incorrect to shrink classpath snapshot incrementally, so this commit makes sure we'll shrink classpath snapshot non-incrementally in that case. ^KT-53231 In progress