Tofik Sonono
Tofik Sonono
> One last thing, please add a CHANGELOG.md entry. Thanks Done
> @TSonono I'm hitting issues trying to run tests locally now I opened a PR #4351 that should hopefully resolve your issue, please try it. > I'd like to confirm...
> This search is quite precise. I assume 1.4 is the version. What about earlier versions? A [quick search](https://github.com/search?type=code&q=NOT+is%3Afork+path%3A*.dml+%22dml+1%22) shows there are some files with dml 1.0, dml 1.2, dml...
Hi @phallot The logs are indicating that you have gotten so far that the `handleCoverageInfoFiles()` is being invoked, so my guess is that your coverage info file is resulting in...
> I clone this project and run it on my laptop, and it stuck at > > [vscode-cmake-tools/src/coverage.ts](https://github.com/microsoft/vscode-cmake-tools/blob/16d7126a3215241da5110980504a68d68f241a4f/src/coverage.ts#L66) > > Line 66 in [16d7126](/microsoft/vscode-cmake-tools/commit/16d7126a3215241da5110980504a68d68f241a4f) > const demangledName = demangle(declaration.name); >...
@rjaegers , who added the demangling, could perhaps chime in?
I suggest merging in a fix where the demangling is disabled until the bug in the library used to do the demangling is resolved.