Skip to content

`check` variants should check type patterns; not conformity

Jordy Aaldering requested to merge checkflags into develop

checks variant should imply type pattern checking (p) instead of conformity checking (c).

Also removed the mt_pth_checks because enabling checks for mt does not make a lot of sense. When you care about performance you disable checks anyways.

Edited by Jordy Aaldering

Merge request reports