[kotlin compiler][update] 1.3.50-dev-560
This commit is contained in:
-7
@@ -101,13 +101,6 @@ internal class KonanSymbols(context: Context, private val symbolTable: SymbolTab
|
|||||||
}
|
}
|
||||||
}.toMap()
|
}.toMap()
|
||||||
|
|
||||||
val list = symbolTable.referenceClass(builtIns.list)
|
|
||||||
val mutableList = symbolTable.referenceClass(builtIns.mutableList)
|
|
||||||
val set = symbolTable.referenceClass(builtIns.set)
|
|
||||||
val mutableSet = symbolTable.referenceClass(builtIns.mutableSet)
|
|
||||||
val map = symbolTable.referenceClass(builtIns.map)
|
|
||||||
val mutableMap = symbolTable.referenceClass(builtIns.mutableMap)
|
|
||||||
|
|
||||||
val arrayList = symbolTable.referenceClass(getArrayListClassDescriptor(context))
|
val arrayList = symbolTable.referenceClass(getArrayListClassDescriptor(context))
|
||||||
|
|
||||||
val symbolName = topLevelClass(RuntimeNames.symbolName)
|
val symbolName = topLevelClass(RuntimeNames.symbolName)
|
||||||
|
|||||||
+2
-1
@@ -65,9 +65,10 @@ internal class NativeSuspendFunctionsLowering(ctx: Context): AbstractSuspendFunc
|
|||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun buildStateMachine(originalBody: IrBody, stateMachineFunction: IrFunction,
|
override fun buildStateMachine(stateMachineFunction: IrFunction,
|
||||||
transformingFunction: IrFunction,
|
transformingFunction: IrFunction,
|
||||||
argumentToPropertiesMap: Map<IrValueParameter, IrField>) {
|
argumentToPropertiesMap: Map<IrValueParameter, IrField>) {
|
||||||
|
val originalBody = transformingFunction.body!!
|
||||||
val resultArgument = stateMachineFunction.valueParameters.single()
|
val resultArgument = stateMachineFunction.valueParameters.single()
|
||||||
|
|
||||||
val coroutineClass = stateMachineFunction.parentAsClass
|
val coroutineClass = stateMachineFunction.parentAsClass
|
||||||
|
|||||||
+7
-7
@@ -15,14 +15,14 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
# A version of the Kotlin "toolchain" (compiler, runtime, stdlib etc) used by the build script.
|
# A version of the Kotlin "toolchain" (compiler, runtime, stdlib etc) used by the build script.
|
||||||
buildKotlinVersion=1.3.50-dev-44
|
buildKotlinVersion=1.3.50-dev-526
|
||||||
buildKotlinCompilerRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_dev_Compiler),number:1.3.50-dev-44,pinned:true/artifacts/content/maven
|
buildKotlinCompilerRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_dev_Compiler),number:1.3.50-dev-526,pinned:true/artifacts/content/maven
|
||||||
remoteRoot=konan_tests
|
remoteRoot=konan_tests
|
||||||
kotlinCompilerRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_dev_Compiler),number:1.3.50-dev-328,branch:default:true,pinned:true/artifacts/content/maven
|
kotlinCompilerRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_dev_Compiler),number:1.3.50-dev-560,branch:default:true,pinned:true/artifacts/content/maven
|
||||||
kotlinVersion=1.3.50-dev-328
|
kotlinVersion=1.3.50-dev-560
|
||||||
kotlinStdlibRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_dev_Compiler),number:1.3.50-dev-368,branch:default:true,pinned:true/artifacts/content/maven
|
kotlinStdlibRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_dev_Compiler),number:1.3.50-dev-560,branch:default:true,pinned:true/artifacts/content/maven
|
||||||
kotlinStdlibVersion=1.3.50-dev-368
|
kotlinStdlibVersion=1.3.50-dev-560
|
||||||
testKotlinCompilerVersion=1.3.50-dev-328
|
testKotlinCompilerVersion=1.3.50-dev-560
|
||||||
# See https://teamcity.jetbrains.com/project.html?projectId=Kotlin_KotlinNativeShared&tab=projectOverview
|
# See https://teamcity.jetbrains.com/project.html?projectId=Kotlin_KotlinNativeShared&tab=projectOverview
|
||||||
sharedRepo=https://dl.bintray.com/jetbrains/kotlin-native-dependencies
|
sharedRepo=https://dl.bintray.com/jetbrains/kotlin-native-dependencies
|
||||||
sharedVersion=1.0-dev-99
|
sharedVersion=1.0-dev-99
|
||||||
|
|||||||
Reference in New Issue
Block a user