View Issue Details

IDProjectCategoryView StatusLast Update
0010656Talerlibeufin (general)public2025-11-25 18:38
ReporterFlorian Dold Assigned To 
PrioritynormalSeverityminorReproducibilityhave not tried
Status confirmedResolutionopen 
Product Version1.0 
Target Versionpost-1.0 
Summary0010656: warnings when compiling libeufin
DescriptionWe should fix these to avoid the broken window effect / avoid drowning out relevant warnings.
Additional Information> Task :common:compileKotlin
w: file:///build/libeufin/common/src/main/kotlin/db/helpers.kt:93:25 Condition is always 'true'.
w: file:///build/libeufin/common/src/main/kotlin/db/helpers.kt:142:25 Condition is always 'true'.
w: file:///build/libeufin/common/src/main/kotlin/db/types.kt:53:52 Unchecked cast of 'Any!' to 'Array<String>'.

> Task :nexus:compileKotlin
w: file:///build/libeufin/nexus/src/main/kotlin/tech/libeufin/nexus/EbicsLogger.kt:131:35 'suspend fun HttpResponse.readBytes(): ByteArray' is deprecated. This method was renamed to readRawBytes() to reflect what it does.
w: file:///build/libeufin/nexus/src/main/kotlin/tech/libeufin/nexus/cli/EbicsFetch.kt:119:13 Condition is always 'false'.
w: file:///build/libeufin/nexus/src/main/kotlin/tech/libeufin/nexus/cli/EbicsSetup.kt:303:25 Condition is always 'true'.
w: file:///build/libeufin/nexus/src/main/kotlin/tech/libeufin/nexus/ebics/EbicsWS.kt:101:14 This declaration needs opt-in. Its usage should be marked with '@kotlinx.serialization.ExperimentalSerializationApi' or '@OptIn(kotlinx.serialization.ExperimentalSerializationApi::class)'
w: file:///build/libeufin/nexus/src/main/kotlin/tech/libeufin/nexus/ebics/EbicsWS.kt:108:20 This declaration needs opt-in. Its usage should be marked with '@kotlinx.serialization.ExperimentalSerializationApi' or '@OptIn(kotlinx.serialization.ExperimentalSerializationApi::class)'
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2025-11-25 17:44 Florian Dold New Issue
2025-11-25 18:38 Christian Grothoff Status new => confirmed
2025-11-25 18:38 Christian Grothoff Product Version => 1.0
2025-11-25 18:38 Christian Grothoff Target Version => post-1.0