Skip to content

Commit a3ca90b

Browse files
committed
refactor: removed usless toHex functions
1 parent 0075ea7 commit a3ca90b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

libraries/stdlib/samples/test/samples/text/hexFormat.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,4 +625,4 @@ class HexFormats {
625625
assertFailsWith<IllegalArgumentException> { "3A".hexToLong(format) }
626626
}
627627
}
628-
}
628+
}

plugins/scripting/scripting-compiler-impl/src/org/jetbrains/kotlin/scripting/definitions/LazyScriptDefinitionFromDiscoveredClass.kt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ class LazyScriptDefinitionFromDiscoveredClass internal constructor(
5050
ScriptDiagnostic.Severity.ERROR,
5151
"Error processing script definition class $className: ${ex.message}\nclasspath:\n${classpath.joinToString("\n", " ")}"
5252
)
53+
messageReporter(
54+
ScriptDiagnostic.Severity.DEBUG,
55+
ex.stackTraceToString(),
56+
)
5357
InvalidScriptDefinition
5458
}
5559
}

0 commit comments

Comments
 (0)