Magnus Ihse Bursie

Results 350 comments of Magnus Ihse Bursie

@DontStarve72 Thank you! I can indeed confirm that this helps. Maybe this should be documented somewhere?

I have encountered the same issue with huge generated scripts made by autoconf. I had a look at the attached testsuite.gz file. It turns out to be generated by autotest...

Here is the patch that turns `testsuite` from a CPU/memory hogger to completing in 0.2 seconds on my computer: ``` --- testsuite 2024-01-31 14:15:15 +++ testsuite.working 2024-01-31 14:16:06 @@ -2326,7...

It is not just the matching of `(` itself that is problematic. I had a hunch that a long search for the closing parenthesis could trigger this bug, so I...

As I said in #2652, this does not seem to be related to the extended analysis. Furthermore, when closely looking at the memory consumption, I see that it increases not...

I have turned my eye toward the script that is problematic for me. (This is the shell script generated by autoconf for the OpenJDK project.) I have attached the script...

I also tried this with the latest version, `v0.9.0-99-gd80fdfa`, and running as `shellcheck --extended-analysis=false autoconf-BAD`. This gave a better result -- the memory consumption stayed below 3 GB, and the...

I have noticed this myself and can confirm this behavior.

(As a workaround, you can get rid of the message by talking to any NPC character, instead of relogging)

I hard-coded a return of "Territorial Discovery", even if it is a World Discovery (or the other way round). Which means it will display the wrong header in the overlay....