This commit is contained in:
Andrew Golovashevich 2025-02-25 15:56:28 +03:00
parent 31151a9a7f
commit f48b0edbc7
2 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,7 @@ buildscript {
} }
group = "ru.landgrafhomyak.db.serdha" group = "ru.landgrafhomyak.db.serdha"
version = "0.0" version = "0.1"
repositories { repositories {
mavenCentral() mavenCentral()

View File

@ -51,6 +51,7 @@ public suspend inline fun <I : InputRow._Scope<*, O>, O : OutputRow._Iterator<*,
callsInPlace(inputAction, InvocationKind.EXACTLY_ONCE) callsInPlace(inputAction, InvocationKind.EXACTLY_ONCE)
callsInPlace(outputAction, InvocationKind.EXACTLY_ONCE) callsInPlace(outputAction, InvocationKind.EXACTLY_ONCE)
} }
@Suppress("VARIABLE_WITH_REDUNDANT_INITIALIZER")
var crossReturned = true var crossReturned = true
_safeAutoClose( _safeAutoClose(
onAbort = { iRow._abort() }, onAbort = { iRow._abort() },