Bob Brown
Bob Brown
> @bobbrow, on my system the output is: > > ``` > LLVM (http://llvm.org/): > LLVM version 19.1.0 > Optimized build. > ``` > > So there are only 3...
@thernstig When the change went in to prefer the newer version, it looks like the setting description was not updated to reflect the behavior change.
> If I get some pointers about a sensible way to narrow down which file(s) are causing this crash I'm happy to try. These are some strategies for edits that...
(oh, and keep copies of the original source, or start a new branch in your source control to make sure you don't lose any important code)
@spebl can you summarize what work this issue is tracking? And whose team should be doing that work?
I'm happy to set up a meeting to discuss.
This seems like a limited impact issue. I don't think we get to this one.
@multiplemonomials If you're doing this as part of the project configuration step, Copilot wrote this for me which may be of use: ``` execute_process( COMMAND powershell -Command "$ppid = (Get-CimInstance...
Hi @CR82, Thank you for reporting this. It looks like there is potentially a lot of synchronous I/O happening for the path validation when glob paths are used.
Thanks for the update @CR82. That confirms my suspicions. I'm glad you were able to craft a workaround for this until we can fix it.