package crs

  1. Overview
  2. Docs

Module Crs_parserSource

Utils for parsing and searching for code review comments (CRs) in versioned source files.

Parsing

Parse all code review comments (CRs) from a file. Comments that resemble CRs but are malformed or partially invalid are still returned, with error information in their metadata, so users can be alerted rather than having such comments silently ignored.

Searching

Search recursively for all code review comments (CRs) in files versioned under the supplied repo_root, starting at and below the given path in the repository. Only files tracked by the version control system are included; untracked or ignored files are skipped. Returns all found CRs.

OCaml

Innovation. Community. Security.