Brad King
Brad King
I added a merge commit to resolve conflicts with `master`. Please let me know if I should rebase instead.
> this PR will not break existing project? Like, is it ensured that nonmain index entries are really irrelevant compared to main ones in general? AFAICT the original motivation was...
@picnixz @AA-Turner I've updated this PR to resolve conflicts with master. Please review again.
It would be nice for upstream libarchive to provide a proper CMake Package Configuration file. However, projects can only rely on it if all libarchive installations reliably provide it. The...
For reference, I narrowed this example down from [CMake Issue 25562](https://gitlab.kitware.com/cmake/cmake/-/issues/25562). CMake uses libuv to run child processes, and works on many platforms, but hangs in libuv on this one.
I just ran the program under `strace -f`. The hang does not occur and all 10000 iterations complete. Then I ran the process by itself first, waited for it to...
I think strace's heuristics are getting confused. It prints the x32/64 bit messages repeatedly. It's also printing most of the syscalls in raw form. gdb doesn't work well in the...
> things break when combined with adding automatically detected locations to the development environment I was thinking along those lines too, and have opened [CMake Issue 24216](https://gitlab.kitware.com/cmake/cmake/-/issues/24216) to discuss dropping...
@myousefi2016 start by following the "Details" link in the `ghostflow-check-master` check. You need to fix the checks' complaints locally, `git commit --amend` to fix your commit, and then force-push to...
@myousefi2016 the changes need to be made by amending the original commit, not just by adding a fixup commit. Please use `git rebase -i HEAD~2` and change the second line...