Open cbart opened 1 year ago
Started writing down the semantics of the parser and matcher: https://docs.google.com/document/d/1Ev-pDqIF75hyesI6qp9DHbbo83E7c9gnRhTW6M5MIhc/edit#
Some current shortcomings:
FindOwners
) will construct all the regexps and other pattern-matching-objects every time FindOwners
is called after loading the file. So the file is parsed (into a Protocol Buffer) but the FindOwners
calls could save some time by making matchers only once.
We've talked about that there are a few known things that our codeowners parser today doesn't support. While I don't think we need to support everything today, it would be great to have an exhaustive list of things that we need to do eventually, probably as a new issue on this board.