Skip to content

Parser switch

Fabien Catteau requested to merge v3-parser-switch-preview into v3

What does this MR do?

  • Add new method SemverDialects.parse_version. It uses the new parsers introduced in v3 or the legacy parser.
  • Swap arguments of IntervalParser.parse for consistency.
  • Implement Version#is_zero?.

What are the relevant issue numbers?

gitlab-org/gitlab#386070 (closed)

Does this MR meet the acceptance criteria?

Edited by Fabien Catteau

Merge request reports