From 050744627d4025f0e912d0a5aacaf7cc83479fcc Mon Sep 17 00:00:00 2001 From: Ilya Gorbunov Date: Mon, 31 Jul 2017 23:13:56 +0300 Subject: [PATCH] Clean stdlib and reflect before rewriting binary API dump The change in the run configuration "Binary compatibility tests, overwrite results" is to prevent incremental compilation of these artifacts. During the incremental compilation only the declarations in the files being recompiled are dumped to declarations.json. This results in incomplete dump and affects the public declarations dump. This clean step enforces stdlib and reflect libraries to be fully recompiled. This step can be removed as soon as we do not need declarations.json to dump public API. --- .../Binary_compatibility_tests__overwrite_results.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libraries/.idea/runConfigurations/Binary_compatibility_tests__overwrite_results.xml b/libraries/.idea/runConfigurations/Binary_compatibility_tests__overwrite_results.xml index 25cb4f84521..92e5ddd374a 100644 --- a/libraries/.idea/runConfigurations/Binary_compatibility_tests__overwrite_results.xml +++ b/libraries/.idea/runConfigurations/Binary_compatibility_tests__overwrite_results.xml @@ -10,6 +10,8 @@