[kotlin compiler][update] 1.3.20-dev-1427

This commit is contained in:
Vasily Levchenko
2018-11-06 12:48:28 +03:00
parent b4da3e91c9
commit 15d522c2fe
3 changed files with 10 additions and 6 deletions
@@ -114,6 +114,13 @@ internal class KonanIr(context: Context, irModule: IrModuleFragment): Ir<Context
}
internal class KonanSymbols(context: Context, val symbolTable: SymbolTable, val lazySymbolTable: ReferenceSymbolTable): Symbols<Context>(context, lazySymbolTable) {
/**
* @note:
* [lateinitIsInitializedPropertyGetter] is used in [org.jetbrains.kotlin.backend.common.lower.LateinitLowering] and
* it's irrelevant for [org.jetbrains.kotlin.backend.konan.lower.LateinitLowering].
*/
override val lateinitIsInitializedPropertyGetter: IrSimpleFunctionSymbol
get() = TODO("unimplemented")
val entryPoint = findMainEntryPoint(context)?.let { symbolTable.referenceSimpleFunction(it) }
-3
View File
@@ -2990,9 +2990,6 @@ task library_mismatch(type: RunStandaloneKonanTest) {
def messages =
"warning: skipping $dir/1.2/empty.klib. The library versions don't match. Expected '5.6', found '1.2'\n" +
"warning: skipping $dir/3.4/empty.klib. The target doesn't match. Expected '$currentTarget', found [$someOtherTarget]\n" +
"${project.rootProject.projectDir.path}/test.output/local/library_mismatch/hello.kt:1:10: warning: parameter 'args' is never used\n" +
"fun main(args: Array<String>) {\n" +
" ^\n" +
"Hello, versioned world!\n"
goldValue = isWindows() ? messages.replaceAll('\\/', '\\\\') : messages
}
+3 -3
View File
@@ -19,9 +19,9 @@ buildKotlinVersion=1.3.0-rc-116
buildKotlinCompilerRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_130_CompilerAllPlugins),number:1.3.0-rc-116,tag:kotlin-native,pinned:true/artifacts/content/maven
remoteRoot=konan_tests
testDataVersion=1226829:id
kotlinCompilerRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_dev_CompilerAllPlugins),number:1.3.20-dev-1253,tag:kotlin-native,pinned:true/artifacts/content/maven
kotlinVersion=1.3.20-dev-1253
testKotlinVersion=1.3.20-dev-1253
kotlinCompilerRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_dev_CompilerAllPlugins),number:1.3.20-dev-1427,tag:kotlin-native,pinned:true/artifacts/content/maven
kotlinVersion=1.3.20-dev-1427
testKotlinVersion=1.3.20-dev-1427
konanVersion=1.1.0
org.gradle.jvmargs='-Dfile.encoding=UTF-8'
org.gradle.workers.max=4