m0rkeulv

Results 62 comments of m0rkeulv

not sure how lix handles things, with haxelib all you really need to do is add the project XML and intellij would detect and setup things for you. ![image](https://github.com/HaxeFoundation/intellij-haxe/assets/3193925/eeb1524f-d1a7-42f6-8da6-2ca33ce96f27) but...

I did some manual testing, and while the GUI was a bitt buggy with global lib names it should work just fine adding libs manually. ![image](https://github.com/HaxeFoundation/intellij-haxe/assets/3193925/b91c90ce-3f76-4408-a510-584eba85071d) ![image](https://github.com/HaxeFoundation/intellij-haxe/assets/3193925/a53f154c-8c9c-493b-8d4e-b75a56e23e90) ![image](https://github.com/HaxeFoundation/intellij-haxe/assets/3193925/6ab96b87-c2ac-4de9-bcec-b2df37961af0)

the latest build (RC1) supports parsing the keyword, however the semantics are missing so you will see `Duplicate class field declaration` warnings

could you try 1.4.30 and see if the problem happens again ?

i believe most Non-idempotent computation errors should be fixed now so closing this one.

i believe this should be fix in 1.4.45, feel free to re-open the issue if it still happens.

its a known problem but since you can set these values manually it has a work around. at some point i hope to be able to redo the entire project/module...

I need some more context, to me it looks like an error when some macro or app is executed. if its when the app is executed it could be some...

I would have to debug to figure out what it gets stuck on, been a long time since I tried this and not sure when I can find the time...

need to see `SampleObject` class to know whats wrong here.