Clean up, modernize, and document the the Perforce codebase.
Review Request #8944 — Created May 17, 2017 and submitted
The Perforce support has been around for a very long time, and there were some warts and unused code that never got cleaned up. This change removes some methods and parameters that weren't needed anymore, rearranges some functions, removes unnecessary code, converts a static method into a normal method, and adds documentation throughout the file. It sets the stage for future work in this file.
Unit tests and real-world functionality work.
Built the docs (temporarily adding this file to the docs build -- it's
not by default) and made sure the docs were correct.
- Change Summary:
-
- Updated to use
Context
instead ofYields
. This will be available as part of a set of extensions to Sphinx that are being worked on (but renders fine even without them). - Made
connect
andrun_worker
public. - Improved the docs a bit for
connect
andrun_worker
.
- Updated to use
- Commit:
-
d9ebffbc7508346a057f55436b58ca321e76bb07a7e06fc2629dd2b4e897b58ca0a032945a614fbc
Checks run (2 succeeded)
flake8
passed.
JSHint
passed.