A couple of updates for Kotlin compiler sync.
Updated Kotlin build number.
This commit is contained in:
committed by
alexander-gorshenev
parent
bff20ebeea
commit
99ba1d432a
+1
-1
@@ -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 }
|
||||
|
||||
|
||||
-2
@@ -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
|
||||
|
||||
-6
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user