[kotlin compiler][update] 1.3.70-dev-2841
*2639ed2c48- (tag: build-1.3.70-dev-2841, origin/1.3.70) Fix invalid equality for UL methods (14 hours ago) <Igor Yakovlev> *d6fcde7316- (tag: build-1.3.70-dev-2837) JS_IR: fix typecheck corner case (20 hours ago) <Anton Bannykh> *9a971172c9- (tag: build-1.3.70-dev-2835) JS: fix object expression constructor delegation to secondary constructors with default arguments (KT-30517 fixed) (23 hours ago) <Anton Bannykh> *419d414681- (tag: build-1.3.70-dev-2833) NI: Update FIR test data after07269661b4(2 days ago) <Victor Petukhov> *92c2cfa968- (tag: build-1.3.70-dev-2824) JVM_IR: handle property references at class level (3 days ago) <Georgy Bronnikov> *8d303af395- (tag: build-1.3.70-dev-2818) Build: Add build scan server url setting (3 days ago) <Vyacheslav Gerasimov> *724884513e- Build: Extract build cache setup to kotlin-build-gradle-plugin (3 days ago) <Vyacheslav Gerasimov> *68ce5dbd90- Build: Use property for disabling/enabling local build cache (3 days ago) <Vyacheslav Gerasimov> *bfcac5b091- Build: Update kotlin-build-gradle-plugin to 0.0.4 (3 days ago) <Vyacheslav Gerasimov> *283933ace5- Build: Add localBuildCacheEnabled property (3 days ago) <Vyacheslav Gerasimov> *729b4d33cf- Build: Replace deprecated `compile` configuration with `implementation` in build script of buildSrc (3 days ago) <Vyacheslav Gerasimov> *85dcc65695- Build: Use kotlin-build-gradle-plugin in build script of buildSrc (3 days ago) <Vyacheslav Gerasimov> *c9cba34d67- (tag: build-1.3.70-dev-2807) KT-35454 Weird implementation of KtUltraLightFieldImpl.isEquivalentTo (3 days ago) <Alexander Shustanov> *f45c11c6f2- (tag: build-1.3.70-dev-2802) Use constantSdkDependencyIfAny in getKeyForSdk as well (3 days ago) <Dmitry Savvinov> *5b8be16f13- (tag: build-1.3.70-dev-2796, tag: build-1.3.70-dev-2787) Kotlin/Native IDE plugin clean-up (3 days ago) <Dmitriy Dolovov> <*36ed29d4d5- Convert KotlinNativeMetaBinary from Java to Kotlin (3 days ago) <Dmitriy Dolovov> *511a4089ca- Kotlin/Native IDE plugin clean-up (3 days ago) <Dmitriy Dolovov> *992a702762- Minor: organized imports (3 days ago) <Dmitriy Dolovov> *deb4025987- Fix: Use more precise KLIB compatibility check (by metadata version) (3 days ago) <Dmitriy Dolovov> *34e1ab4e7a- (tag: build-1.3.70-dev-2783) FIR: Leave single implementation of ConeInferenceContext (3 days ago) <Denis Zharkov> *28f4d62ccf- FIR: Add different extension for FirSession.inferenceContext (3 days ago) <Denis Zharkov> *b33d0c2594- Minor. Reformat ConeInferenceContext (3 days ago) <Denis Zharkov> *0baf1e8fa7- Minor. Get rid of UniversalConeInferenceContext (3 days ago) <Denis Zharkov> *bbc9927bce- Minor. Get rid of DataFlowInferenceContext (3 days ago) <Denis Zharkov> *0064429339- Avoid using TypeSystemInferenceExtensionContextDelegate in FIR (3 days ago) <Denis Zharkov> *25fdbdfecb- (tag: build-1.3.70-dev-2776) NI: Update FIR test data (3 days ago) <victor.petukhov> *a19f8ffe6a- (tag: build-1.3.70-dev-2771) Revert "Debugger: Add IR-powered ranking tests" (3 days ago) <Yan Zhulanow> *1534e2b76d- (tag: build-1.3.70-dev-2765) NI: Actualize FIR test after2d5a05466d(4 days ago) <Victor Petukhov> *07269661b4- (tag: build-1.3.70-dev-2764) NI: Allow to resolve to functions with SAM conversion and passing array without spread as vararg (with warning) ^KT-35224 Fixed (4 days ago) <Victor Petukhov> *fe875d628d- (tag: build-1.3.70-dev-2761, tag: build-1.3.70-dev-2759) Revert "[FIR] Fix outputs for logs of modularized test" (4 days ago) <Simon Ogorodnik> *60cc9fa6f5- (tag: build-1.3.70-dev-2757) Revert "[FIR] Fix outputs for logs of modularized test" (4 days ago) <Simon Ogorodnik> *71cb65c064- (tag: build-1.3.70-dev-2750) NI: Add flexible Nothing to trivial constraints to filter it (4 days ago) <victor.petukhov> *2d5a05466d- NI: Fix some unwanted exclusions constraints with remained corresponding optimization (4 days ago) <victor.petukhov> *15f6beed57- (tag: build-1.3.70-dev-2749) Fix Compose extension points in compiler.xml (4 days ago) <Juan Chen> *b95e7dfb6f- (tag: build-1.3.70-dev-2747) Don't mark super call to method from any as interface one (4 days ago) <Mikhael Bogdanov>
This commit is contained in:
+6
-6
@@ -18,12 +18,12 @@
|
||||
buildKotlinVersion=1.3.70-dev-1070
|
||||
buildKotlinCompilerRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_KotlinPublic_Compiler),number:1.3.70-dev-1070,branch:default:any,pinned:true/artifacts/content/maven
|
||||
remoteRoot=konan_tests
|
||||
kotlinCompilerRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_KotlinPublic_Compiler),number:1.3.70-dev-2743,branch:default:any,pinned:true/artifacts/content/maven
|
||||
kotlinVersion=1.3.70-dev-2743
|
||||
kotlinStdlibRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_KotlinPublic_Compiler),number:1.3.70-dev-2522,branch:default:any,pinned:true/artifacts/content/maven
|
||||
kotlinStdlibVersion=1.3.70-dev-2522
|
||||
kotlinStdlibTestsVersion=1.3.70-dev-2522
|
||||
testKotlinCompilerVersion=1.3.70-dev-2743
|
||||
kotlinCompilerRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_KotlinPublic_Compiler),number:1.3.70-dev-2841,branch:default:any,pinned:true/artifacts/content/maven
|
||||
kotlinVersion=1.3.70-dev-2841
|
||||
kotlinStdlibRepo=https://teamcity.jetbrains.com/guestAuth/app/rest/builds/buildType:(id:Kotlin_KotlinPublic_Compiler),number:1.3.70-dev-2841,branch:default:any,pinned:true/artifacts/content/maven
|
||||
kotlinStdlibVersion=1.3.70-dev-2841
|
||||
kotlinStdlibTestsVersion=1.3.70-dev-2841
|
||||
testKotlinCompilerVersion=1.3.70-dev-2841
|
||||
konanVersion=1.3.70
|
||||
|
||||
# A version of Xcode required to build the Kotlin/Native compiler.
|
||||
|
||||
Reference in New Issue
Block a user