Rudy Ges
Rudy Ges
> I took the opportunity to clean up our callback structure a bit. Keeping this open so I don't forget to put this documentation somewhere. Guess this will need an...
Was this handled on vshaxe side? 
Note: this shouldn't be included in a bugfix release without #11706
> Unit test of 11425 fail at compile time for hl if I remove -D analyzer-optimize : | Don't know how to cast enum(unit.issues._Issue11425.VariantType) to null(f64)
There are other tools to handle haxe versions, like my [haxe-manager](https://github.com/kLabz/haxe-manager) (not battletested on windows, though) and [haxeget](https://github.com/l0go/haxeget)
What version of haxe are you using?
Try using nightlies, that has been fixed recently (https://github.com/HaxeFoundation/haxe/commit/389cb4706a2cf2dc072ebd6958cbfa45ff7dd770#diff-ea571467899f60ce0134668fd9d40ac1516956f8bd3b8053870f6552b62703a6)
> I don't think Haxe supports completion requests on strings, so I guess that would have to be petitioned to the compiler people?! I don't think so. It should be...
Checking if there's something wrong on compiler side here.. :thinking:
> Having done some debugging into the above redefinition stuff it appears the persistent map is getting emptied for hover requests > > ```hx > function main() { > final...