[kotlin compiler][update] 1.2.60-dev-444

This commit is contained in:
Vasily Levchenko
2018-06-05 13:42:00 +03:00
parent 67d9a555fa
commit 45052ded8e
3 changed files with 4 additions and 5 deletions
@@ -50,7 +50,6 @@ internal fun IrModuleFragment.replaceUnboundSymbols(context: Context) {
this.transformChildrenVoid(IrUnboundSymbolReplacer(symbolTable, collector.descriptorToSymbol))
// Generate missing external stubs:
// TODO: ModuleGenerator::generateUnboundSymbolsAsDependencies(IRModuleFragment) is private function :/
@Suppress("DEPRECATION")
ExternalDependenciesGenerator(symbolTable = context.psi2IrGeneratorContext.symbolTable, irBuiltIns = context.irBuiltIns).generateUnboundSymbolsAsDependencies(this)
+2 -2
View File
@@ -20,8 +20,8 @@ remoteRoot=konan_tests
#kotlinCompilerModule=org.jetbrains.kotlin:kotlin-compiler:1.1-SNAPSHOT
# Download artifacts of https://teamcity.jetbrains.com/viewType.html?buildTypeId=Kotlin_120_Compiler
testDataVersion=1226829:id
kotlinCompilerRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_dev_CompilerAllPlugins),number:1.2.60-dev-342,tag:kotlin-native,pinned:true/artifacts/content/maven
kotlinVersion=1.2.60-dev-342
kotlinCompilerRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_dev_CompilerAllPlugins),number:1.2.60-dev-444,tag:kotlin-native,pinned:true/artifacts/content/maven
kotlinVersion=1.2.60-dev-444
konanVersion=0.8
org.gradle.jvmargs='-Dfile.encoding=UTF-8'
+2 -2
View File
@@ -7,7 +7,7 @@ buildscript {
}
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$buildKotlinVersion"
classpath "org.jetbrains.kotlin:kotlin-native-gradle-plugin:$gradlePluginVersion"
}
}
@@ -51,7 +51,7 @@ compileKotlin {
}
dependencies {
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlinVersion"
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$buildKotlinVersion"
}
task jvmRun(type: JavaExec) {