[GHC] #4012: Compilation results are not deterministic

GHC ghc-devs at haskell.org
Tue May 10 14:14:44 UTC 2016


#4012: Compilation results are not deterministic
-------------------------------------+-------------------------------------
        Reporter:  kili              |                Owner:  niteria
            Type:  bug               |               Status:  new
        Priority:  high              |            Milestone:  8.2.1
       Component:  Compiler          |              Version:  6.12.2
      Resolution:                    |             Keywords:
Operating System:  Unknown/Multiple  |         Architecture:
                                     |  Unknown/Multiple
 Type of failure:  Other             |            Test Case:
      Blocked By:  11362             |             Blocking:
 Related Tickets:  #10424            |  Differential Rev(s):  Phab:D910,
                                     |  Phab:D1073, Phab:D1133, Phab:D1192,
                                     |  Phab:D1268, Phab:D1360, Phab:D1373,
       Wiki Page:                    |  Phab:D1396, Phab:D1457, Phab:D1468,
  DeterministicBuilds                |  Phab:D1487, Phab:D1504, Phab:D1508
-------------------------------------+-------------------------------------

Comment (by Bartosz Nitka <niteria@…>):

 In [changeset:"7e28e47ca36e849ed104f5a13e0c08253b135fae/ghc" 7e28e47/ghc]:
 {{{
 #!CommitTicketReference repository="ghc"
 revision="7e28e47ca36e849ed104f5a13e0c08253b135fae"
 Get rid of Traversable UniqFM and Foldable UniqFM

 Both Traversable and Foldable can introduce non-determinism
 and because of typeclass overloading it's implicit and not
 obvious at the call site. This removes the instances, so that
 they can't accidentally be used.

 Test Plan: ./validate

 Reviewers: austin, goldfire, bgamari, simonmar, simonpj

 Reviewed By: simonpj

 Subscribers: thomie

 Differential Revision: https://phabricator.haskell.org/D2190

 GHC Trac Issues: #4012
 }}}

--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/4012#comment:161>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list