Re: macos install issue: ghc-pkg-9.2.2 cannot be opened because the developer cannot be verified

2022-05-02 Thread George Colpitts
Hi Did this get fixed? Is it fixed in 9.4.1-alpha1? Thanks George On Mon, Mar 7, 2022 at 2:27 AM Kazu Yamamoto wrote: > Hi George, > > FYI: > > https://twitter.com/kazu_yamamoto/status/1500643489985761282 > > --Kazu > > > Thanks Ben > > > > When I do an install on macos Monterey 12.2.1 (Intel)

Re: Extending call_args when specialising DFuns

2022-05-02 Thread ÉRDI Gergő
On Mon, 2 May 2022, Simon Peyton Jones wrote: This is really a GHC bug already, albeit one that is hard to provoke.  Would you like to open a ticket and add the fix? I'm happy to provide a patch (and also fix the comment referencing GHC.Core.Unfold.specUnfolding), but I don't think I'll be a

Re: Extending call_args when specialising DFuns

2022-05-02 Thread Simon Peyton Jones
Looking at the code in Specialise, there are only two differences in the way that UnspecArg and UnspecType are treated differently: * In specHeader, small differences * In ppr_call_key_ty, when generating the name of the RULE So we could collapse them into SpecArg, and fix the small differences so