Skip to content

Replace mentions of {-# STRICT -#} with bangs in compress2

Sebastian Graf requested to merge wip/strict-compress2 into master

The pragma hasn't been recognised for a long time. Replacing it with bangs will change program semantics to how it was intended. The perf CI build is currently broken anyway, so this shouldn't skew numbers too much.

This depends on (well, includes) !6 (closed).

Merge request reports