Commit Graph

7217 Commits

Author SHA1 Message Date
Miguel Serra 61ad32f012 Samples of Map functions "contains" and "isNotEmpty"
Co-authored-by: Ilya Gorbunov <ilya.gorbunov@jetbrains.com>
2020-03-31 04:54:51 +03:00
Ilya Gorbunov 606b4db48a Improve samples for partition: add destructuring 2020-03-31 02:04:56 +03:00
n-p-s 7bb7c86fa9 Add samples for partition 2020-03-31 02:04:55 +03:00
Ilya Gorbunov dd2aa3de28 Add sample for filterNot and improve sample for filter 2020-03-31 02:04:55 +03:00
Brian Plummer f887a29279 Add sample for filter 2020-03-31 02:04:55 +03:00
adammc331 840f222867 Add sample for filterNotNull 2020-03-31 02:04:55 +03:00
Scott Weber e8ee405cdb Add sample for text version of chunked 2020-03-31 02:04:55 +03:00
Nikolay Krasko 1c3c1546b5 Fix JSR223 dependency on daemon in tests 2020-03-30 18:09:30 +03:00
Nikolay Krasko e618c211b4 Run test with full path to maven (KT-37654)
Prepare to mvn update on build server to fix sporadic
failures on Windows
2020-03-30 18:09:29 +03:00
Ilya Matveev 172a45a637 Gradle, native: Fix building platform libraries for MIPS
The sysroot for linux_mips doesn't contain one of platform
libs available for Linux (zlib). So we need to put def-files
to the K/N distribution on a per-target basis instead of putting
a single set of def-files for all targets of the same OS.

Corresponding change in the K/N repository:
https://github.com/JetBrains/kotlin-native/pull/4023

This patch take this change into account at the Gradle plugin side.
2020-03-30 17:31:12 +07:00
Ilya Goncharov 84f9dcd48a [Gradle, JS] KT-37207 Add test case with non module directory dependency 2020-03-30 10:46:34 +03:00
Ilya Goncharov f1133defa3 [Gradle, JS] KT-37207 Possibility to add dependency on not module dir 2020-03-30 10:46:34 +03:00
Ilya Goncharov f0c900c027 [Gradle, JS] KT-37207 Add test on file-only dependency 2020-03-30 10:46:34 +03:00
Ilya Goncharov c72e4a0091 [Gradle, JS] KT-37207 Support file-only npm dependency in extension 2020-03-30 10:46:34 +03:00
Ilya Goncharov f6ef96a34c [Gradle, JS] KT-37207 Leave constructor NpmDependency once 2020-03-30 10:46:34 +03:00
Ilya Goncharov 459577e646 [Gradle, JS] KT-37207 Add constructor fot NpmDependency with only file 2020-03-30 10:46:34 +03:00
Ilya Goncharov 7fc74ff7bd [Gradle, JS] KT-37207 Correct path to dependency directory 2020-03-30 10:46:34 +03:00
Ilya Goncharov 6b035bcdc2 [Gradle, JS] KT-37207 Move File prefix to NpmDependency.kt 2020-03-30 10:46:34 +03:00
Ilya Goncharov 4d107751d7 [Gradle, JS] KT-37207 Fix of test 2020-03-30 10:46:34 +03:00
Ilya Goncharov 8cefa09528 [Gradle, JS] KT-37207 Add possibility to add npm dependency to directory 2020-03-30 10:46:33 +03:00
Ilya Goncharov ee941a3e77 [Gradle, JS] KT-37207 Add test 2020-03-30 10:46:33 +03:00
Ilya Goncharov ab56ec7481 [Gradle, JS] Use standard instance filtering 2020-03-30 10:35:15 +03:00
Ilya Goncharov bc22489aab [Gradle, JS] Fix link task options for IR tooling 2020-03-30 10:35:15 +03:00
Ilya Gorbunov 2c69d82916 Update directory-maven-plugin to the latest version: 0.3.1
This fixes problem with incorrect highest-basedir detection.
2020-03-30 07:44:06 +03:00
Alexander Udalov 7bb77e5672 Move JS binary version utilities to 'js.config'
This allows to replace dependency of 'util' on 'deserialization' with
dependency on 'descriptors'.
2020-03-28 21:30:06 +01:00
Dmitriy Dolovov 2aa8601f93 Minor. Comments added 2020-03-27 13:11:24 +07:00
Ilya Gorbunov e8dff3609b Add @ExperimentalUnsignedTypes to unsigned array snapshot extensions 2020-03-26 23:30:19 +03:00
Ilya Goncharov 5657afc35b [Gradle, JS] Add tolerance for NodeJsExec inputFileProperty
- no error if it is not present
2020-03-26 16:45:54 +03:00
Ilya Goncharov a83f2faf9f [Gradle, JS] Contains to in
#KT-37207 fixed
2020-03-26 16:44:44 +03:00
Ilya Goncharov 201d140912 [Gradle, JS] Use when instead of pipeline of changes
#KT-37207 fixed
2020-03-26 16:44:34 +03:00
Ilya Goncharov 14af869a87 [Gradle, JS] Extract YarnEntryRegistry to upper level
- Remove copypaste with version prefixes

#KT-37207 fixed
2020-03-26 16:44:14 +03:00
Ilya Goncharov e8df15ac27 [Gradle, JS] Support file npm dependencies
#KT-37207 fixed
2020-03-26 16:43:55 +03:00
Ilya Kirillov eb958100ac Wizard: do not show validation error on parent module 2020-03-26 10:08:55 +03:00
Ilya Kirillov 393af3669f Wizard: do not suggest NativeConsoleApplicationTemplate to non-desktop targets 2020-03-26 09:53:32 +03:00
Ilya Kirillov d58d3d06f5 Wizard: add better exception message when template not found 2020-03-26 09:39:20 +03:00
Ilya Kirillov 9fc1220b99 Wizard: move core module UI texts to bundles 2020-03-26 09:39:19 +03:00
Ilya Kirillov 80bae578bf Wizard: move UI texts to bundles 2020-03-26 09:39:17 +03:00
Ilya Kirillov 1504e607f9 Wizard: remove unneeded project templates & rearrange others 2020-03-26 09:39:15 +03:00
Ilya Kirillov 670a98c8bf Wizard: fix UI layout 2020-03-26 09:39:14 +03:00
Ilya Kirillov ab59657e61 Wizard: Fix MPP mobile application template 2020-03-26 09:39:12 +03:00
Ilya Kirillov e98b0782c1 Wizard: add packForXCodeTaskGeneration 2020-03-26 09:39:10 +03:00
Ilya Kirillov 0ab91821c8 Wizard: use IJ wrappers for Velocity 2020-03-26 09:39:09 +03:00
Ilya Kirillov 3cd55b7827 Wizard: do not specify Kotlin version only for Android modules 2020-03-26 09:39:08 +03:00
Ilya Kirillov b2423c1096 Wizard: render module kind in module dependencies chooser 2020-03-26 09:39:06 +03:00
Ilya Kirillov b169d260d3 Wizard: add MPP mobile application project skeleton 2020-03-26 09:39:04 +03:00
Ilya Kirillov 732154cef5 Wizard: add mpp mobile library template 2020-03-26 09:39:03 +03:00
Ilya Kirillov 2696ee75a0 Wizard: update project & module templates texts 2020-03-26 09:39:01 +03:00
Ilya Kirillov 7cc18ee4f5 Wizard: update project template texts 2020-03-26 09:39:00 +03:00
Ilya Kirillov 24d53d5d08 Wizard: remove unused project tags 2020-03-26 09:38:59 +03:00
Ilya Kirillov 9435b386ce Wizard: add module dependencies to UI 2020-03-26 09:38:54 +03:00