0.2.0 - RC

This commit is contained in:
Alexander Nozik 2020-11-25 22:18:39 +03:00
parent 2eb5fe03cd
commit 167b73df85
3 changed files with 18 additions and 4 deletions

View File

@ -2,7 +2,7 @@ plugins {
id("ru.mipt.npm.project")
}
val dataforgeVersion by extra("0.2.0-dev-8")
val dataforgeVersion by extra("0.2.0")
val bintrayRepo by extra("dataforge")
val githubProject by extra("dataforge-core")

View File

@ -0,0 +1,14 @@
package hep.dataforge.meta
import kotlin.test.Test
import kotlin.test.assertEquals
class ConfigTest {
@Test
fun testIndexedWrite(){
val config = Config()
config["a[1].b"] = 1
assertEquals(null, config["a.b"].int)
assertEquals(1, config["a[1].b"].int)
}
}

View File

@ -10,8 +10,8 @@ pluginManagement {
maven("https://dl.bintray.com/mipt-npm/dev")
}
val toolsVersion = "0.6.4-dev-1.4.20-M2"
val kotlinVersion = "1.4.20-M2"
val toolsVersion = "0.7.0"
val kotlinVersion = "1.4.20"
plugins {
id("ru.mipt.npm.project") version toolsVersion
@ -27,7 +27,7 @@ pluginManagement {
include(
":dataforge-meta",
":dataforge-io",
":dataforge-io:dataforge-io-yaml",
// ":dataforge-io:dataforge-io-yaml",
":dataforge-context",
":dataforge-data",
// ":dataforge-output",