Major commit to the constraint solver

Edward Z. Yang ezyang at mit.edu
Mon Nov 3 21:23:29 UTC 2014


Excerpts from Simon Peyton Jones's message of 2014-11-03 09:28:49 -0800:
> *         I get an odd wibble in safePk01, see this thread<https://www.haskell.org/pipermail/ghc-devs/2014-November/007065.html> with Edward

Hello Simon,

Here's what you should do for the safePkg01 wibble:

    1. Apply the attached patch to your tree (this will
       break the tests temporarily.)

    2. Accept the new output for safePkg01 which no longer has
       the package keys in it.

    3. Remove the noramliseArrayPackageKey goop from all.T

I could do the changes myself but it's your branch so I don't want to
touch it unduly.

BTW, here is why your change removed the package keys: --show-iface
previously pretty-printed as if -dppr-debug was always on.  You touched
this code so that --show-iface only prints in debug style if you
actually asked for -dppr-debug; this changed the output of these tests.

Edward
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Tweak-Safe-Haskell-test-to-show-iface-with-large-col.patch
Type: application/octet-stream
Size: 3609 bytes
Desc: not available
URL: <http://www.haskell.org/pipermail/ghc-devs/attachments/20141103/b5142aec/attachment.obj>


More information about the ghc-devs mailing list