jmfayard
02/14/2022, 11:27 AMerror: backend Internal error: Exception during IR lowering
then you no idea what line is causing the problems and have to ressort to trials and errors In my case it was those two snippets:File being compiled: /Users/jmfayard/tignum/backend-tignum-x/.github/workflows/build.main.kts
fun secret(variable: String): String =
"\${{ secrets.$variable }}"
and
data class Step(val name: String, val action: Action)
infix fun String.does(action: Action) = Step(this, action)
Piotr Krzemiński
02/14/2022, 11:29 AMException during IR lowering
several days ago, but looks like a different case: https://youtrack.jetbrains.com/issue/KT-51169Piotr Krzemiński
02/14/2022, 11:29 AMNikky
02/16/2022, 2:56 PMobject Util
, then import $filename.Util.functionName
in my case import Docker_workflow_main.Util.secret