Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need to investigate ability re-compiles only those portions of a program that have been modified #5422

Closed
svor opened this issue Jun 21, 2017 · 3 comments
Assignees
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

Comments

@svor
Copy link
Contributor

svor commented Jun 21, 2017

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

@svor svor added kind/enhancement A feature request - must adhere to the feature request template. team/ide labels Jun 21, 2017
@svor svor self-assigned this Jun 21, 2017
@svor svor added the status/in-progress This issue has been taken by an engineer and is under active development. label Jun 21, 2017
@vparfonov vparfonov added status/analyzing An issue has been proposed and it is currently being analyzed for effort and implementation approach and removed status/in-progress This issue has been taken by an engineer and is under active development. labels Jun 22, 2017
@vparfonov
Copy link
Contributor

Need to investigate ability re-compiles only those portions of a program that have been modified. (Incremental compiler)

@evidolob evidolob added the status/in-progress This issue has been taken by an engineer and is under active development. label Jul 4, 2017
@vparfonov vparfonov changed the title Compile project before run/debug tests Need to investigate ability re-compiles only those portions of a program that have been modified Jul 11, 2017
@evidolob evidolob removed the status/in-progress This issue has been taken by an engineer and is under active development. label Jul 14, 2017
@vparfonov
Copy link
Contributor

Depends on #6157

@gorkem
Copy link
Contributor

gorkem commented Aug 23, 2019

Closing as Che 6 editor is no longer under active development

@gorkem gorkem closed this as completed Aug 23, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

6 participants