<div dir="ltr">Even if warnings are treated as errors, it is not correct because you can turn off deprecation warnings. To be fine-grained you can create a single module where deprecated things are imported and then re-exported, but that module has deprecation warnings turned off. Certainly that is extra work, but it is easier than most would imagine.</div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Feb 24, 2015 at 3:35 PM, Ben Millwood <span dir="ltr"><<a href="mailto:haskell@benmachine.co.uk" target="_blank">haskell@benmachine.co.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I'm going to grab this quotation from a recent thread discussing removal of fromJust:<br>
<br>
On Tue, Feb 24, 2015 at 02:32:08PM -0500, Edward Kmett wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I'm personally pretty strongly against removing this function on mere<br>
proscriptive grounds and a deprecation is effectively removal for most<br>
users who care about warnings.<br>
</blockquote>
<br>
This strikes me as troubling. Are we considering deprecations to be equivalent to removals, in terms of stability impact? I've heard more than one person suggest that we are, or should. The argument for it is reasonably clear: with -Werror enabled, as many people do, as many would encourage, even, either removal or deprecation of something you use will break your build.<br>
<br>
But surely the *entire purpose* of deprecations is to be *less* damaging than removals, and so if we're implicitly considering them equally bad, that suggests to me that our deprecation mechanism is totally broken, and needs to be fixed.<br>
<br>
I can think of several potential fixes, but I'd first like to see if others agree that there is a problem :)<br>
______________________________<u></u>_________________<br>
Libraries mailing list<br>
<a href="mailto:Libraries@haskell.org" target="_blank">Libraries@haskell.org</a><br>
<a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/libraries" target="_blank">http://mail.haskell.org/cgi-<u></u>bin/mailman/listinfo/libraries</a><br>
</blockquote></div><br></div>