|
From: Paul F. <pj...@wa...> - 2023-03-22 21:18:25
|
On 22-03-23 21:31, Nicholas Nethercote wrote: > Thanks to Paul and Mark for a couple of small fixes to my commit. > > Yesterday I was idly dreaming about the quality-of-life improvements > that would be available if Valgrind was hosted on GitHub: > - ability to upload commits ahead of time, in a fashion nicer than > "attach patch to bugzilla" > - ability to do reviews > - CI support for pre-merge testing runs > - easier entry for newcomers > > Does sourceware.org <http://sourceware.org> have support for any of > these things? Hi GH does have a lot going for it, and when they add code browsing it will be even better. One concern though is their owner and creeping commercialization. As far as I know, a lot of GNU projects and Linux still work mostly by by patches sent to mailing lists. One other fairly common system is phabricator (used by LLVM and FreeBSD amonst others). However, the company that developed phabricator closed down so I don't know where that is going (there is a fork). FWIW FreeBSD is increasingly using GH. A+ Paul |