Jeremy Agostino
Jeremy Agostino
Eggplant eggplant eggplant eggplant eggplant Those eggplants represent the amount of swearing I did while trying to debug while my webserver was ignoring the GET body, before I checked the...
Is there any reason this can't be merged? We'd like to use mainline lcov in our project but are still waiting on this to make it in.
Here's a faster version of your script that works with Objective-C++ sources and only demangles in verbose mode :) ```python import argparse import subprocess def demangle(symbol): p = subprocess.Popen(['c++filt','-n'], stdin=subprocess.PIPE,...
@Swift1313 I published my version of the python script with a public domain license at https://github.com/JeremyAgost/lcov-llvm-function-mishit-filter
I have NOT tried to test with upstream and see if it’s fixed. > On Mar 6, 2019, at 5:03 AM, popescu-af wrote: > > Hola, is there no fix...
We're in the process of testing the fix, however we've been stymied for the moment by https://github.com/linux-test-project/lcov/issues/174. Working on pulling in additional fixes and retesting.
We've confirmed that we can build with the latest head, although we had to add several arguments to ignore what I assume are new error checks.
Thanks for trying to address an unsafe code path. However your patches are not going to fix any possible bug because the member initialization list for the Scheme constructor also...
Hey there. I tested signing and unsigning MobileConfig files using the 1.2.1 release version and it worked fine on my macOS Big Sur machine. Could you describe the issue you're...
When Sierra was released, my team noticed that the detection of the app being in the downloads folder or a mounted disk image was not functional anymore. This appeared to...