Indukumar Vellapillil Hari
Indukumar Vellapillil Hari
Hi, any plans to work on this issue? I am getting: > Could not find com.strumenta.antlr-kotlin:antlr-kotlin-runtime-mac:b5135079b8.
Even the following fails. So does not seem to be issue of Tuple in key, but a tuple with one element being String. ``` from python import Python def main():...
Seems only register_passable elements are accepted. The following fails: ``` from python import Python @value struct S: var i: Int def main(): let s: S = 1 let x: (S,)...
Implicit conversions are going to be headscratchers in the future. At least marking a constructor as @implicit would document that such a conversation is taking place.