View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0010656 | Taler | libeufin (general) | public | 2025-11-25 17:44 | 2025-11-25 18:38 |
| Reporter | Florian Dold | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | confirmed | Resolution | open | ||
| Product Version | 1.0 | ||||
| Target Version | post-1.0 | ||||
| Summary | 0010656: warnings when compiling libeufin | ||||
| Description | We 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)' | ||||
| Tags | No tags attached. | ||||
| 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 |