On 2/6/20 4:27 am, Physikerwelt wrote:
Hook runner classes give hooks machine-readable parameter names and types.
This sounds really cool. Does this mean can read the parameter names and types without deep learning;-)
Yes. A large number of hook call sites initially failed Phan static analysis type checks. Sometimes the documentation was at fault, sometimes the call sites were at fault. Now that the migration patch has been merged, Phan will enforce the correct types going forward.
-- Tim Starling