Alexander Richardson
Alexander Richardson
Okay I've updated https://github.com/freebsd/freebsd-src/pull/1847, hopefully I can land the rest of the changes soon.
Completed bisecting and it points me to this commit: ``` d8061347cd3166172d57ed16ae1141f8a0117147 is the first bad commit commit d8061347cd3166172d57ed16ae1141f8a0117147 (HEAD) Author: Sven Over Date: Tue Sep 9 09:48:54 2025 +0100 Remove...
Thanks for adding the debug code! I am now getting this error: ``` Error: git push failed Caused by: 0: Connection to git remote failed, url: https://github.com/llvm/llvm-project.git 1: unsupported URL...
I just saw I have `[email protected]:.pushinsteadof=https://github.com/` in my global gitconfig, so maybe this is causing the problems.
When I add "ssh" to the git2 features I now get: ``` Error: git push failed Caused by: 0: Connection to git remote failed, url: https://github.com/llvm/llvm-project.git 1: authentication required but...
Should be fixed by https://github.com/spacedentist/spr/pull/244
> Some initial comments. Will review in more detail later. > > I also think it might be worth renaming the `c_emulator` directory to `cpp_emulator`. Or just `emulator` since the...