package crs

  1. Overview
  2. Docs
A tool for managing code review comments embedded in source code

Install

dune-project
 Dependency

Authors

Maintainers

Sources

crs-0.0.20250620.tbz
sha256=c9639ddde0d9126acf847a7b27a84db161b2bfbb7d3c69bba88a4fcfe1d3db21
sha512=34cfa8d001b5f8a87bdf3b78c15150f338c99cb575e8c85e6c398381f953727e0a0267c564d757330e28a57a5eedc27cb72681f82833197b17fa8d1c28a2df05

doc/crs.cr-comment/Cr_comment/Due/index.html

Module Cr_comment.DueSource

Sourcetype t =
  1. | Now
  2. | Soon
  3. | Someday

The Due.t type represents an optional urgency or priority class that can be attached to a code review comment (CR) using the CR syntax. This classification is a general convenience provided by the library to help organize and filter CRs, but the exact workflow and expectations associated with each class — such as when a Soon or Someday comment should be addressed — are intentionally left undefined here.

It is up to higher-level tools or code review systems built on top of CRs to define and enforce specific policies or behaviors around these classes.

As a rule of thumb:

  • Now: Should be addressed promptly.
  • Soon: Should be addressed in the near future.
  • Someday: Can be deferred until later.

These categories are intended to be flexible and adaptable to the needs of various development process.

include Ppx_compare_lib.Comparable.S with type t := t
Sourceval compare : t -> t -> int
include Ppx_compare_lib.Equal.S with type t := t
Sourceval equal : t -> t -> bool
include Ppx_enumerate_lib.Enumerable.S with type t := t
Sourceval all : t list
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
OCaml

Innovation. Community. Security.