kenji tomita
ffb83bbdf0
Rename Random.next* parameters from "origin, bound" to "from, until"
...
Rename Random test methods
#KT-26596
2018-09-14 15:15:52 +03:00
Ilya Matveev
ccd4bc1bff
Add a project property for Kotlin/Native version overriding
2018-09-14 14:58:03 +03:00
Ilya Matveev
80bec0898f
Download native compiler in configuration stage
2018-09-14 14:58:03 +03:00
Alexey Sedunov
5a64067601
MPP: Update gradle plugin version in new MPP tests
2018-09-14 14:51:02 +03:00
Alexey Sedunov
14d8425e27
MPP: Fix import of dependencies on Android modules
2018-09-14 14:51:01 +03:00
Alexey Sedunov
1de0dbd67d
MPP: Configure Kotlin facets for Android modules
...
#KT-26770 Fixed
2018-09-14 14:51:01 +03:00
Alexey Sedunov
9253f88220
MPP: Exclude COMMON modules from implementation list
2018-09-14 14:51:01 +03:00
Alexey Sedunov
4970e90412
MPP: Add commonMain as a part of inter-project dependency
...
#KT-26383 Fixed
2018-09-14 14:51:01 +03:00
Alexey Sedunov
469b11e0aa
MPP: Drop duplicating library produced by file collection dependency
...
#KT-26675 Fixed
2018-09-14 14:51:01 +03:00
Alexey Sedunov
5ac64bcc1d
MPP: Match project dependencies by target elements task
2018-09-14 14:51:00 +03:00
Alexey Sedunov
a417630c24
MPP: Force COMMON platform for commonMain/commonTest source sets
...
Follow-up for 172/AS3.1 bunches
2018-09-14 14:51:00 +03:00
Alexander Udalov
863c0051ce
Do not report deprecation on readBytes with API version < 1.3
...
#KT-26667 Fixed
2018-09-14 14:43:24 +03:00
Alexander Udalov
044419eda5
Minor, refactor DeprecationResolver.getOwnDeprecations
...
Make local function a member, inline another utility function
2018-09-14 14:43:23 +03:00
Alexander Udalov
5dc563a9af
Split deprecationUtil.kt to several files, move to subpackage
...
Also move interface Deprecation to subpackage "deprecation"
2018-09-14 14:43:23 +03:00
Nikolay Krasko
c268dcecd2
Better parsing for external library name (KT-26794)
...
- Migration notification fixed
- Make fix for replacing old coroutines libraries applicable
#KT-26794
2018-09-14 10:52:57 +03:00
Sergey Rostov
5fc2267665
JPS, Tests: Encapsulate libraries root paths used in JPS tests
2018-09-14 10:34:30 +03:00
Sergey Rostov
f1b97bb9be
JPS: code cleanup
2018-09-14 10:34:30 +03:00
Sergey Rostov
39c76c7b11
JPS: fix daemon RPC serialization
...
#KT-26809 Fixed
2018-09-14 10:34:30 +03:00
Georgy Bronnikov
e712007904
Restore a test
2018-09-14 09:41:39 +03:00
Georgy Bronnikov
433afcd669
JVM_IR. Mute failing tests
2018-09-14 03:12:23 +03:00
Ilya Chernikov
a03bfb3561
Implement support for non-kts scripts in gradle
...
#KT-26784 fixed
2018-09-13 20:47:21 +02:00
Sergey Rostov
9ae478e4fc
JPS, Tests: migrate to master
2018-09-13 20:40:21 +03:00
Sergey Rostov
81cf3fbc28
JPS, minor: rename KotlinModuleBuildTarget.updateSourcesList to computeSourcesList
2018-09-13 20:30:35 +03:00
Sergey Rostov
9e6d6ad9da
JPS, native: skip and report native modules as not supported
...
#KT-26648 Fixed
2018-09-13 20:30:35 +03:00
Dmitriy Dolovov
0c94aefb87
Move NativeIdePlatformKind to idea-jps-common
...
Issue #KT-26714 Fixed
2018-09-13 20:30:34 +03:00
Sergey Rostov
c8351c3da0
JPS, -Xcommon-sources: write tests
2018-09-13 20:30:34 +03:00
Sergey Rostov
313c27859a
JPS tests: support _dependencies.txt and _steps.txt for better files sorting
2018-09-13 20:30:34 +03:00
Sergey Rostov
1b93f07a76
JPS tests: support custom mpp multi module tests, rearrange test data files for more consistency, configure js modules with facet (not with stdlib dependency which should be deprecated), temporary mute some complex mpp tests
2018-09-13 20:30:33 +03:00
Sergey Rostov
8cd3b46f05
JPS, -Xcommon-sources: don't iterate on all sources, use root info from DirtySourceFilesHolder. Cleanup code.
...
Also:
- Pass `-Xcommon-sources` argument to JS compiler.
- Calculate all sources list only when needed (after change it is not required to calculate common-sources)
- Remove `chunk: ModuleChunk` parameter from some `KotlinModuleBuildTarget` functions.
2018-09-13 20:30:33 +03:00
Sergey Rostov
359909dcff
JPS MPP tests: Don't do anything for common modules, enable js ic, fix test data
2018-09-13 20:30:33 +03:00
Sergey Rostov
4975ef7db5
JPS tests: restore MPP tests runner, support new MPP model
2018-09-13 20:30:32 +03:00
Sergey Rostov
808e83a01e
JPS tests: switch to new dependencies.txt parser
...
Order of modules changed because new parser preserve order, while previously modules are accidentally sorted by hashCode().
2018-09-13 20:30:32 +03:00
Sergey Rostov
0b5a6f61bb
JPS tests: move MockJavaConstantSearch to separate file to got rid of AbstractIncrementalJpsTest.kt.173 bunch file
2018-09-13 20:30:32 +03:00
Sergey Rostov
b8c982bb72
JPS: support -Xcommon-sources for multiplatform projects
...
#KT-26489 Fixed
2018-09-13 20:30:31 +03:00
Vyacheslav Gerasimov
9e701f96de
Add changelog for 1.2.70
2018-09-13 20:18:09 +03:00
NikitaKatkov
d2536f207c
183: CoroutineNonBlockingContextChecker for warning on blocking calls in coroutines (KT-15525)
2018-09-13 19:36:51 +03:00
Denis Zharkov
341f7c348a
Fix memory leak in KotlinBuiltins related to unsigned types
...
Having a map from ModuleDescriptor leads to modules leakage
Especially, it's critical for DefaultBuiltins which is used in JS
ModuleDescriptor's instances were leaked there forever until the daemon dies
(up to 350M while compiling Kotlin project itself)
2018-09-13 18:49:42 +03:00
Georgy Bronnikov
f04733ef33
JVM_IR. support big arity
2018-09-13 18:44:47 +03:00
Mikhael Bogdanov
03f092fd39
Revert "Generate private constructors for Enums" cause of bootstrap problem
...
This reverts commit 81435c9
2018-09-13 17:07:56 +02:00
Mikhail Glukhikh
76d1d6ff12
Allow to move suspend lambda out of parentheses
...
#KT-26674 Fixed
#KT-26676 Fixed
2018-09-13 16:38:29 +03:00
Alexander Udalov
3a5de13dd4
Support inline classes in function signatures in call/callBy
...
#KT-25664 Fixed
#KT-26748 Open
#KT-26765 Open
2018-09-13 16:04:20 +03:00
Alexander Udalov
3e79bd2b0e
Make CallerImpl with subclasses a sealed hierarchy
2018-09-13 15:54:20 +03:00
Alexander Udalov
8c8f0639f8
Remove unneeded CallerImpl implementations
...
Also fix a bug where nullability of the assigned value was not checked
in ClassCompanionFieldSetter because it wasn't a subclass of FieldSetter
where this check occurred
2018-09-13 15:54:20 +03:00
Alexander Udalov
356b02cb91
Extract Caller interface out of FunctionCaller, move to subpackage
...
Also rename FunctionCaller to CallerImpl and extract irrelevant
declarations out of it
2018-09-13 15:40:38 +03:00
Alexander Udalov
43dcbbcce1
Minor, use arrayOf to simplify code in FunctionCaller
2018-09-13 15:40:38 +03:00
Natalia Selezneva
4b138ae2b8
Do not use async script dependencies resolver in tests
2018-09-13 14:50:22 +03:00
Nikolay Krasko
8be1929634
Title and description unification for coroutines migration inspection (KT-26472)
2018-09-13 11:26:59 +03:00
Nikolay Krasko
9bfbe8a90a
Enable Maven fix for coroutines in migration (KT-26472)
...
#KT-26472 Fixed
2018-09-13 11:26:57 +03:00
Nikolay Krasko
504c9c02d7
Remove detection of new projects from the list of modules
2018-09-13 11:26:55 +03:00
Nikolay Krasko
a58f7b5599
Remove unneeded bunch file
2018-09-13 11:26:53 +03:00