Incubaid / arakoon

A consistent distributed key-value store
http://arakoon.org
Apache License 2.0
84 stars 17 forks source link

Add ability to list files for which warning 4 is disabled #458

Closed NicolasT closed 10 years ago

NicolasT commented 10 years ago

Since we'd like to enable the 'fragile pattern matches' warning, but it's hard to get rid of it in some files (mostly pattern-matching on Unix.error), we need a way to disable to corresponding warning for these specific files.

This change adds the feature to myocamlbuild.ml, not whitelisting any file for now.

toolslive commented 10 years ago

The alternatives seem even more sub-awesome. LGTM.

NicolasT commented 10 years ago

Once #448 is merged and forward-merged to 1.7 (with warning/error 4 enabled), the list can be populated selectively.