Need to investigate ability re-compiles only those portions of a program that have been modified #5422
Labels
kind/enhancement
A feature request - must adhere to the feature request template.
status/analyzing
An issue has been proposed and it is currently being analyzed for effort and implementation approach
Now we have an ability to run/debug tests, but if make some changes in the project firstly need to compile project for getting actual state and then run/debug tests.
So main idea of this issue is compile only changed part of code automatically before running/debugging tests.
It will help us save a lot of time for example: for compiling some modules in che project take around 45 sec, but if we change only one class we don't need recompile all module just changed and related classes it can take less then 1 second.
It is a next step after #5316
The text was updated successfully, but these errors were encountered: