Magnesus
Magnesus
I did that and the output was the same: /home/magnes/haxelib/actuate/1,8,9/src/motion/actuators/SimpleActuator.hx:222: characters 8-29 : Warning : Std.is is deprecated. Use Std.isOfType instead. /home/magnes/haxelib/actuate/1,8,9/src/motion/Actuate.hx:147: characters 7-40 : Warning : Std.is is deprecated....
Ah, sorry, exported the variable wrong (wrote OCALM instead OCAML, lol). :) Here is the output. Fatal error: exception Invalid_argument("index out of bounds") Raised by primitive operation at file "src/generators/hl2c.ml",...
Interesting. Using -D hl-check gave me a different error: Error: Unresolved method Bridge:b(@699) Bridge is a class from old legacy code that I no longer use. Simplified version: extern class...
Another workaround if I remember correctly is just: var s:String = randomChats[i]; s.indexOf(str) Haxe has to know it is a string.
I can confirm that the fix also allows loading the new 2.0 inpainting model without any issues.