SHA-1 Git hashes can be mapped to code review or code repository URL to offer a web visualization with additional context. The resolve-hash command allows to get such URL from a Git hash, or another VCS reference. It can search Phabricator, Gerrit, GitHub and GitLab currently. Ouf of the box, it will detect your ~/.arcrc […]
Read morePhabricator: a script to find TODO lines in a code base and generate bug reports.
Sometimes, a code base is haunted with dozens of lines like this one: [php] //TODO: handle relative moves [/php] This line doesn’t explain the current state of code as much as it offers a feature request. But this feature request isn’t really visible, you have to browse the relevant code file to see it. So, what about […]
Read more