Commit Graph

11 Commits

Author SHA1 Message Date
Zalim Bashorov e7dcf02ffe Introduce TestingContext to pass data between tests and KotlinBuilder; introduce BuildLogger to log build events (build finished, files marked as dirty) in KotlinBuilder
Original commit: f6e7f8c3c0
2016-02-09 23:27:25 +03:00
Zalim Bashorov 43b6a9dbbc Minor: use ".touch" extension instead of ".new" in incremental compilation tests when it possible
Original commit: d9b67ae0ef
2015-12-17 19:41:24 +03:00
Alexey Tsvetkov 9f5046b3e7 Rebuild only kotlin when cache version is changed
Original commit: 6a74b1c8bf
2015-12-10 18:03:17 +03:00
Alexey Tsvetkov e8ced612d1 Prevent processing changes if all kotlin in chunk was rebuilt
Original commit: 19089f8b17
2015-12-02 20:56:37 +03:00
Alexey Tsvetkov 3b419def7d Minor: add java to test case
Original commit: 98e0905eb3
2015-12-02 20:56:37 +03:00
Alexey Tsvetkov 2f253f0c3a Do not use USER_DATA to preserve data between compilation rounds
Original commit: 60a8db1c6c
2015-12-02 20:56:36 +03:00
Alexey Tsvetkov 1a401183b2 Kotlin incremental cache version change should not affect java only modules
Original commit: a447c39f69
2015-12-02 20:56:36 +03:00
Alexey Tsvetkov 0eb4f20d14 Test versioning of experimental incremental compilation
Original commit: a8b551e518
2015-12-02 20:56:36 +03:00
Dmitry Petrov c26a7dfd29 Drop package facades:
- incremental cache impl should not depend on package facades
- fix trivial incremental compilation tests
TODO: inlines DO NOT WORK with incremental compilation

Original commit: c55106a325
2015-10-19 16:03:20 +03:00
Alexey Tsvetkov c8f50089a8 Fix issues with incremental cache version change
#KT-9360 fixed

Original commit: a564724fa8
2015-10-13 16:12:15 +03:00
Alexey Tsvetkov 9d7712fdf6 Make test generated
Original commit: af3f7dfafc
2015-10-13 16:12:15 +03:00