
Oh, if you did that in the last day or two, I might have missed it. I’ll try again
From: josepedromagalhaes@gmail.com [mailto:josepedromagalhaes@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 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 -iGFunctor'])
test('T5462Yes2', normal, multimod_compile_and_run, ['T5462Yes2', '-iGFunctor'])
test('T5462No1', normal, multimod_compile_fail, ['T5462No1', '-iGFunctor'])
On Wed, Nov 26, 2014 at 12:22 PM, Simon Peyton Jones