php4fan
php4fan
It doesn't look like there was a language server crash around the time I saw the "actual command not found" messages. Given that I posted my comment here yesterday at...
Still observing this from time to time
> is it always devsense:peekReferences ? I'll pay more attention next time
I tested on several versions. It broke somewhere between: ``` 3.0.2 Works 3.1.0 Broken ```
Indeed, the workaround works. Also this works: ``` //... httpcode=http.GET(); WiFiClient httpstream = http.getStream(); //
By "configure stage" do you mean when running `./configure` before compiling? Wouldn't it be better to be able to enable/disable it at runtime somehow? Is that not doable?
Thank you! With what you said plus some digging I tried this: ``` diff --git a/src/Output/gemglfw3window.cpp b/src/Output/gemglfw3window.cpp index 5921ac5e2..e89f4b2d2 100644 --- a/src/Output/gemglfw3window.cpp +++ b/src/Output/gemglfw3window.cpp @@ -590,6 +590,7 @@ gemglfw3window ::...
I have been able to narrow this down to a very specific issue, so I have completely rewritten the report, and attached a much more minimal reproducing patch. If you...
This looks kind of suspicious? https://github.com/umlaeute/Gem/commit/3664cf4610d87fdcc0fbfcfaa5679157ad4e0be1#diff-408f63bac050ac408d9377ea39c4cd11f70c8540dfa737aa824e379001d4e16fR108
Oh, so you are just happy with breaking bc here, ok. How do you explain the discrepancy between the two attached patches REPRO.pd and NO_REPRO.pd, i.e the fact that the...