Alexey Tsvetkov
|
be44db7bd3
|
Rebuild and compare output class files in gradle incremental tests
KT-8487
|
2016-03-03 16:45:19 +03:00 |
|
Ilya Chernikov
|
42cbd940c3
|
simple test on dependent module recompilation
KT-8487
|
2016-03-03 16:45:18 +03:00 |
|
Ilya Chernikov
|
1f83745862
|
Fixing destination dir handling to avoid warning from kotlin compiler
KT-8487
|
2016-03-03 16:45:18 +03:00 |
|
Alexey Tsvetkov
|
7e6c1c75f4
|
Remove classfile for modified files too
KT-8487
|
2016-03-03 16:45:18 +03:00 |
|
Alexey Tsvetkov
|
af0925056e
|
Use fresh wrapper version
KT-8487
|
2016-03-03 16:45:18 +03:00 |
|
Alexey Tsvetkov
|
d730cff88a
|
Add new gradle wrapper to tests
KT-8487
|
2016-03-03 16:45:18 +03:00 |
|
Alexey Tsvetkov
|
3b697e8693
|
Minor: simplify File.isKotlinFile utility function
KT-8487
|
2016-03-03 16:45:18 +03:00 |
|
Alexey Tsvetkov
|
f2cde80aaf
|
Minor: remove unused functions
KT-8487
|
2016-03-03 16:45:17 +03:00 |
|
Alexey Tsvetkov
|
df157f9db3
|
Reuse incremental test modification utils from build-common
KT-8487
|
2016-03-03 16:45:17 +03:00 |
|
Alexey Tsvetkov
|
62dce975b3
|
Fix case when there are only removed kotlin files
KT-8487
|
2016-03-03 16:45:17 +03:00 |
|
Alexey Tsvetkov
|
7856bd5d0a
|
Add log parser tests
KT-8487
|
2016-03-03 16:45:17 +03:00 |
|
Alexey Tsvetkov
|
4f2f0f0a60
|
Remove dependency on kotlin-test in IC test
KT-8487
|
2016-03-03 16:45:17 +03:00 |
|
Alexey Tsvetkov
|
f3079a3b75
|
Add kotlin test to gradle incremental build tests dependencies
KT-8487
|
2016-03-03 16:45:16 +03:00 |
|
Alexey Tsvetkov
|
8e4c11a1e6
|
Allow using more memory for gradle tests
KT-8487
|
2016-03-03 16:45:16 +03:00 |
|
Alexey Tsvetkov
|
9fba1a9c71
|
Move gradle test settings to separate files
KT-8487
|
2016-03-03 16:45:16 +03:00 |
|
Alexey Tsvetkov
|
a5b28ac62a
|
Recompile subclasses in gradle
KT-8487
|
2016-03-03 16:45:16 +03:00 |
|
Alexey Tsvetkov
|
1893a6e15b
|
Remove getting lookups with generated classes fq-names
KT-8487
|
2016-03-03 16:45:16 +03:00 |
|
Alexey Tsvetkov
|
c955a399a3
|
Exclude from compilation only files that were compiled at last iteration
KT-8487
|
2016-03-03 16:45:16 +03:00 |
|
Alexey Tsvetkov
|
f93562299c
|
Reuse code from build-common
KT-8487
|
2016-03-03 16:45:16 +03:00 |
|
Alexey Tsvetkov
|
a5e3ca3596
|
Minor: change formatting, add logging
KT-8487
|
2016-03-03 16:45:15 +03:00 |
|
Alexey Tsvetkov
|
a13cf73a5b
|
Minor: put files to set
KT-8487
|
2016-03-03 16:45:15 +03:00 |
|
Alexey Tsvetkov
|
579b49c7f3
|
Compile using -module xml
KT-8487
|
2016-03-03 16:45:15 +03:00 |
|
Alexey Tsvetkov
|
5028184c2a
|
Minor: remove commented code
KT-8487
|
2016-03-03 16:45:15 +03:00 |
|
Alexey Tsvetkov
|
fa86653ddd
|
Minor: optimize imports
KT-8487
|
2016-03-03 16:45:15 +03:00 |
|
Ilya Chernikov
|
6b9c3e5eb6
|
placing incremental compilation under "experimentalIncremental" option
KT-8487
|
2016-03-03 16:45:15 +03:00 |
|
Ilya Chernikov
|
819735e073
|
Adding extended gradle incremental cache implementation with map from sources to classfiles and some exposed functionality from parent class, using it to clean classfiles and find dirty lookups from removed files, refactoring dirty lookup calculation
KT-8487
|
2016-03-03 16:45:15 +03:00 |
|
Ilya Chernikov
|
4be395dcee
|
Implementing weak variant of testing for jps-based tests - test passes if gradle compiles at least all expected files, but if it compiles more - it is not a failure; using this variant for parametrized tests
KT-8487
|
2016-03-03 16:45:14 +03:00 |
|
Ilya Chernikov
|
ddf3ca276b
|
Implementing workaround for not being able to set java task classpath statically and therefore making it unable to detect changes in kotlin classes
KT-8487
|
2016-03-03 16:45:14 +03:00 |
|
Ilya Chernikov
|
df63fc30f6
|
(temp) disabling copying on kotlin-build-sources.jar in attempt to run maven build on TC
KT-8487
|
2016-03-03 16:45:14 +03:00 |
|
Ilya Chernikov
|
4809e8755e
|
Implementing daemon restart mechanism to prevent problems with low memory watcher (TODO: investigate!)
KT-8487
|
2016-03-03 16:45:14 +03:00 |
|
Ilya Chernikov
|
c6fe18fbe0
|
Adding runtime dependency to incremental tests's build.gradle, fixes some tests from jps
KT-8487
|
2016-03-03 16:45:14 +03:00 |
|
Ilya Chernikov
|
a1ddbb3fe5
|
skipping tests that using "touch" modification, since gradle do not consider mere timestamp touching as a change and do not call kotlin plugin on it
KT-8487
|
2016-03-03 16:45:14 +03:00 |
|
Ilya Chernikov
|
c5617f1274
|
Adding automated parametrized tests for all jps-plugin tests
KT-8487
|
2016-03-03 16:45:14 +03:00 |
|
Ilya Chernikov
|
7b54751092
|
Implementing test infrastructure for chcking incremental builds and for importing and executing jps-lugin tests, adding several tests manually
KT-8487
|
2016-03-03 16:45:14 +03:00 |
|
Ilya Chernikov
|
cde89cb1e8
|
Implementing support for running gradle tests with daemon
KT-8487
|
2016-03-03 16:45:13 +03:00 |
|
Ilya Chernikov
|
9498235407
|
Adding cashes versios handling, refactoring sources to compile computing, minor output refactorings
KT-8487
|
2016-03-03 16:45:13 +03:00 |
|
Ilya Chernikov
|
db3b6ff10b
|
Switching gradle plugin to incremental compilation based on build lib
KT-8487
|
2016-03-03 16:45:13 +03:00 |
|
Ilya Chernikov
|
6789f2ff0f
|
adding build lib to maven part, adding it's contents to kotlin-compiler-embeddable
KT-8487
|
2016-03-03 16:45:13 +03:00 |
|
Ilya Chernikov
|
d4a86b7f6d
|
Generate proper sources jar for compiler-embeddable, fixing problem with locating embeddable compiler jar in tests, revealed by the change
KT-8487
|
2016-03-03 16:45:12 +03:00 |
|
Ilya Gorbunov
|
0cd0554078
|
JS: Remove unsupported Enumeration declaration.
Relates to #KT-7480
|
2016-03-01 14:01:39 +03:00 |
|
Ilya Gorbunov
|
e5dbb65ff7
|
JS: Remove declarations of unsupported SortedSet and TreeSet, make toSortedSet() jvm-only.
Fix completion test.
Relates to #KT-7480
|
2016-03-01 14:01:38 +03:00 |
|
Ilya Gorbunov
|
f9e97882fc
|
Minor: remove obsolete TODO.
|
2016-02-27 00:52:31 +03:00 |
|
Ilya Gorbunov
|
19fa2f51ea
|
Review and correct exception messages.
|
2016-02-27 00:52:30 +03:00 |
|
Ilya Gorbunov
|
00e30e417f
|
Cleanup: suppress warnings where appropriate.
|
2016-02-26 21:54:57 +03:00 |
|
Ilya Gorbunov
|
f025a3b8c4
|
Cleanup: rename parameters to match overriden method (in private implementations).
Remove some redundancy.
|
2016-02-26 21:54:55 +03:00 |
|
Ilya Gorbunov
|
b19c0363fd
|
Clarify parameter order of lambda function parameter of *Indexed functions.
#KT-10953 Fixed
|
2016-02-26 20:47:26 +03:00 |
|
Ilya Gorbunov
|
0e0455daeb
|
Improve the documentation of binarySearch functions.
#KT-10198 Fixed
|
2016-02-26 20:31:05 +03:00 |
|
Alexander Udalov
|
c81d76414f
|
Drop serialization of old binary built-in files (.kotlin_class, .kotlin_package)
|
2016-02-26 11:29:10 +03:00 |
|
Ilya Chernikov
|
c39cec4869
|
Fixing daemon memory test on windows by increasing the expected threshold
|
2016-02-26 10:23:37 +03:00 |
|
Ilya Gorbunov
|
f564adfdd4
|
Optimize trivial cases of CharSequence.repeat. Provide CharSequence.repeat for JS.
#KT-3064 Fixed
|
2016-02-26 01:23:30 +03:00 |
|