Re: Uploading a patch (without arcanist)

2014-11-26 Thread Austin Seipp
This might be an upstream bug (we occasionally uncover them and send them upstream). I'll ask the developers about it. On Wed, Nov 26, 2014 at 9:52 AM, Tuncer Ayaz wrote: > When trying to upload a diff with Differential's web interface, > all I see is the following error message: > > snip

Uploading a patch (without arcanist)

2014-11-26 Thread Tuncer Ayaz
When trying to upload a diff with Differential's web interface, all I see is the following error message: snip Unhandled Exception ("PhabricatorApplicationTransactionNoEffectException") Transactions have no effect: - This Revision already has that view policy. snip

Re: ANNOUNCE: GHC 7.8.4 Release Candidate 1

2014-11-26 Thread Herbert Valerio Riedel
On 2014-11-26 at 12:40:37 +0100, Sven Panne wrote: > 2014-11-25 20:46 GMT+01:00 Austin Seipp : >> We are pleased to announce the first release candidate for GHC 7.8.4: >> >> https://downloads.haskell.org/~ghc/7.8.4-rc1/ [...] > > Would it be possible to get the RC on > https://launchpad.net/~hv

RE: T5462Yes1

2014-11-26 Thread Simon Peyton Jones
OK, I’ve tried again and indeed the same thing happens. I’m not sure what to do. For now I’m just ignoring it Simon From: josepedromagalh...@gmail.com [mailto:josepedromagalh...@gmail.com] On Behalf Of José Pedro Magalhães Sent: 26 November 2014 12:48 To: Simon Peyton Jones Cc: ghc-devs@haskel

Re: T5462Yes1

2014-11-26 Thread José Pedro Magalhães
No, that was all together in one patch, 5 days ago: https://github.com/ghc/ghc/commit/7ed482d909556c1b969185921e27e3fe30c2fe86 On Wed, Nov 26, 2014 at 1:37 PM, Simon Peyton Jones wrote: > Oh, if you did that in the last day or two, I might have missed it. > I’ll try again > > > > *From:* josepe

RE: T5462Yes1

2014-11-26 Thread Simon Peyton Jones
Oh, if you did that in the last day or two, I might have missed it. I’ll try again From: josepedromagalh...@gmail.com [mailto:josepedromagalh...@gmail.com] On Behalf Of José Pedro Magalhães Sent: 26 November 2014 11:27 To: Simon Peyton Jones Cc: ghc-devs@haskell.org Subject: Re: T5462Yes1 I th

Re: ANNOUNCE: GHC 7.8.4 Release Candidate 1

2014-11-26 Thread Sven Panne
2014-11-25 20:46 GMT+01:00 Austin Seipp : > We are pleased to announce the first release candidate for GHC 7.8.4: > > https://downloads.haskell.org/~ghc/7.8.4-rc1/ [...] Would it be possible to get the RC on https://launchpad.net/~hvr/+archive/ubuntu/ghc? This way one could easily test things

Re: T5462Yes1

2014-11-26 Thread José Pedro Magalhães
I thought I had solved that by removing the extra-clean for GFunctor.o from another test, but apparently the file is still being deleted at some point. Note that T56462Yes1, T5462Yes2, and T5462No all use GFunctor: test('T5462Yes1', normal, multimod_compile_and_run, ['T5462Yes1', '-iGEq -iGEnum -i

T5462Yes1

2014-11-26 Thread Simon Peyton Jones
I'm getting this on Linux: Unexpected failures: generics T5462Yes1 [exit code non-0] (normal) Linking T5462Yes1 ... gcc: error: GEq/GEq1A.o: No such file or directory gcc: error: GFunctor/GFunctor.o: No such file or directory *** unexpected failure for T5462Yes1(normal) But it doesn

Re: Back-porting pattern synonym type signature syntax for GHC 7.8.4 [Re: ANNOUNCE: GHC 7.8.4 Release Candidate 1]

2014-11-26 Thread Jan Stolarek
> My instinct is that (a)-(c) overwhelm (d); i.e. let sleeping dogs lie. These arguments look convincing. I suppose the relevant section in the User's Guide should inform about changes planned for 7.10? To a limited extent this would address (d). Janek ___

RE: Back-porting pattern synonym type signature syntax for GHC 7.8.4 [Re: ANNOUNCE: GHC 7.8.4 Release Candidate 1]

2014-11-26 Thread Simon Peyton Jones
Harump. a) We do not generally make user-visible changes in a patch-level release, so we would not normally do this in 7.8.2, let alone 7.8.4 b) The 7.8.4 release candidate is out already c) It would take a little care to back-port the syntax changes to 7.8 without pattern signature (whi

Re: ANNOUNCE: GHC 7.8.4 Release Candidate 1

2014-11-26 Thread Michael Snoyman
On Tue Nov 25 2014 at 9:46:46 PM Austin Seipp wrote: > We are pleased to announce the first release candidate for GHC 7.8.4: > > https://downloads.haskell.org/~ghc/7.8.4-rc1/ > > This includes the source tarball and bindists for 64bit Linux. Binary > builds for other platforms will be availab