A couple of updates for Kotlin compiler sync.

Updated Kotlin build number.
This commit is contained in:
Alexander Gorshenev
2019-03-25 13:24:02 +03:00
committed by alexander-gorshenev
parent bff20ebeea
commit 99ba1d432a
4 changed files with 4 additions and 12 deletions
@@ -210,7 +210,7 @@ internal class Context(config: KonanConfig) : KonanBackendContext(config) {
override val configuration get() = config.configuration
val phaseConfig = PhaseConfig(toplevelPhase, config.configuration)
val phaseConfig = PhaseConfig(toplevelPhase)
private val packageScope by lazy { builtIns.builtInsModule.getPackage(KonanFqNames.internalPackageName).memberScope }
@@ -101,8 +101,6 @@ class IrFileImpl(entry: SourceManager.FileEntry) : IrFile {
get() = TODO("not implemented")
override val fqName: FqName
get() = TODO("not implemented")
override val fileAnnotations: MutableList<AnnotationDescriptor>
get() = TODO("not implemented")
override val symbol: IrFileSymbol
get() = TODO("not implemented")
override val packageFragmentDescriptor: PackageFragmentDescriptor
@@ -721,12 +721,6 @@ internal class CodeGeneratorVisitor(val context: Context, val lifetimes: Map<IrE
//-------------------------------------------------------------------------//
override fun visitTypeAlias(declaration: IrTypeAlias) {
// Nothing to do.
}
//-------------------------------------------------------------------------//
override fun visitProperty(declaration: IrProperty) {
declaration.getter?.acceptVoid(this)
declaration.setter?.acceptVoid(this)
+3 -3
View File
@@ -18,9 +18,9 @@
buildKotlinVersion=1.3.30-dev-1945
buildKotlinCompilerRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_dev_CompilerAllPlugins),number:1.3.30-dev-1945,pinned:true/artifacts/content/maven
remoteRoot=konan_tests
kotlinCompilerRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_dev_CompilerAllPlugins),number:1.3.40-dev-838,branch:default:true,pinned:true/artifacts/content/maven
kotlinVersion=1.3.40-dev-838
testKotlinVersion=1.3.40-dev-838
kotlinCompilerRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_dev_CompilerAllPlugins),number:1.3.40-dev-937,branch:default:true,pinned:true/artifacts/content/maven
kotlinVersion=1.3.40-dev-937
testKotlinVersion=1.3.40-dev-937
sharedRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_KotlinNativeShared_BuildAndTest),number:1.0-dev-16,branch:default:true,pinned:true/artifacts/content/maven
sharedVersion=1.0-dev-16
konanVersion=1.3.0