-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Java constantly occupies 25...50% of CPU if plugin is enabled #49
Comments
Hi, this can happen, usually when there's unexpected combination of macros, but I can't really know where the issue could be without seeing the code. |
That's our code: https://github.com/Sparker95/Project_0/tree/development/Project_0.Altis |
Well, no there's really no output, these issues shouldn't ever happen. I'll try to find the issue with your project, hopefully it's just a small issue. |
Repro: #include "test.hpp" test.hpp #define A() ()
// A)
|
So did I break everything with my function-like macros again? :D |
Thanks for the repro, I'm really sorry but I don't have much free time right now to look at it, but it will really help when I get to it. |
So this was a problem in sqflint project not this one, I have made a pull request in that project that addresses it, along with other preproc issues I found. |
Should be solved in 0.9.8, if not, I'll reopen the issue. |
Hi!
For some reason it takes too much of my CPU when I open my project, which is a folder with lots of .sqf files.
I've let it run for half an hour or so, expecting it to finish the processing, but no, it still occupies a lot of CPU.
The text was updated successfully, but these errors were encountered: