ocaml/dune

Add support for version comparison

Aperta

#1071 aperta il 31 lug 2018

 (3 commenti) (0 reazioni) (0 assegnatari)OCaml (478 fork)github user discovery
good first issue

Metriche repository

Star
 (1882 stelle)
Metriche merge PR
 (Merge medio 1g 20h) (345 PR mergiate in 30 g)

Descrizione

To get rid of -skip-versions, we must extend the boolean language to allow for version comparisions. Operators like ver=, ver>=, etc. would have to be added to blang. Opam already has such version comparing code, so all we need to do is to vendor the appropriate opam library (once it becomes available) to have the same version comparison mechanism.

Guida contributor