Narongrit Unwerawattana
Narongrit Unwerawattana
Sure! let me try :)
Hi, it seems like the prefix is only added to fault type in OLParser. To prevent the infinite loop on linking types phase, I believe. https://github.com/jolie/jolie/blob/8ce438aaf986cde9e6770678e7db80bfac149863/libjolie/src/main/java/jolie/lang/parse/OLParser.java#L1987-L1989 A (perhaps) simple solution...
Sure, just did a check and I think it should be an easy fix.
the error is caused by lack of jap scheme handler in GetSurface class loader? I just check and it is the case.
I am just playing with it a bit. It seems like the error is during typecasting while sending the message ``` from console import Console service main{ embed Console as...