- 13 Jul, 2015 1 commit
-
-
thomie authored
No point in pretending other compilers can use the GHC testsuite. This makes the *.T files a bit shorter.
-
- 04 Jun, 2015 1 commit
-
-
thomie authored
* extra_clean argument should be a list Add an assert to prevent regressions. * properly clean package conf direcories They are directories now, which was causing problems. * properly clean write_interface_* tests We were getting these errors: [Errno 21] Is a directory: './driver/write_interface_oneshot' [Errno 39] Directory not empty: './driver/write_interface_oneshot' [Errno 21] Is a directory: './driver/write_interface_make' [Errno 39] Directory not empty: './driver/write_interface_make' * outputdir() is better than -outputdir, as it knows how to (pre)clean itself.
-
- 03 Apr, 2015 1 commit
-
-
Ben Gamari authored
Reviewed By: hvr, austin Differential Revision: https://phabricator.haskell.org/D770
-
- 05 Feb, 2015 1 commit
-
-
Oleg Grenrus authored
Summary: Added packageName to GHC.Generics.Datatype class definition Reviewers: hvr, dreixel, austin Reviewed By: dreixel, austin Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D631 GHC Trac Issues: #10030
-
- 23 Dec, 2014 1 commit
-
-
Simon Peyton Jones authored
I found several tests that failed when the interface file format changed, due to leftover .hi file droppings. I'm not sure I've done this right, but it should be a bit better
-
- 02 Dec, 2014 1 commit
-
-
Edward Z. Yang authored
Signed-off-by:
Edward Z. Yang <ezyang@cs.stanford.edu>
-
- 21 Nov, 2014 1 commit
-
-
jpm@cs.ox.ac.uk authored
Summary: (this has been submitted on behalf on @dreixel) Reviewers: simonpj, hvr, austin Reviewed By: simonpj, austin Subscribers: goldfire, thomie, carter, dreixel Differential Revision: https://phabricator.haskell.org/D476 GHC Trac Issues: #5462
-
- 12 Sep, 2014 1 commit
-
-
jpm@cs.ox.ac.uk authored
-
- 31 Jul, 2014 1 commit
-
-
Simon Peyton Jones authored
* Deprecate -XOverlappingInstances * Update test suite. Several tests even had entirely unnecessary uses of -XOverlappingInstances * Update user manual with a careful description of the instance resolution story * Fix an outright bug in the handling of duplidate instances in GHCi, which are meant to silently overwrite the earlier duplicate. The logic was right for family instances but was both more complicated, and plain wrong, for class instances. (If you are interested, the bug was that we were eliminating the duplicate from the InstEnv, but not from the [ClsInst] held in tcg_insts.) Test is ghci044a.
-
- 07 Mar, 2014 1 commit
-
-
Simon Peyton Jones authored
When deriving Functor, Foldable, Traversable, we need only look at the way that the last type argument is treated. It's fine for there to be existentials etc, provided they don't affect the last type argument. See Note [Check that the type variable is truly universal] in TcDeriv.
-
- 25 Feb, 2014 1 commit
-
-
Herbert Valerio Riedel authored
This matches GCC's choice of Unicode quotation marks (i.e. U+2018 and U+2019) and therefore looks more familiar on the console. This addresses #2507. Signed-off-by:
Herbert Valerio Riedel <hvr@gnu.org>
-
- 19 Nov, 2013 1 commit
-
-
jpm@cs.ox.ac.uk authored
-
- 18 Nov, 2013 1 commit
-
-
nfrisby authored
-
- 14 Sep, 2013 1 commit
-
-
Joachim Breitner authored
(this is related to #3647)
-
- 09 May, 2013 1 commit
-
-
jpm@cs.ox.ac.uk authored
-
- 21 Apr, 2013 1 commit
-
-
Krzysztof Gogolewski authored
-
- 24 Feb, 2013 1 commit
-
-
ian@well-typed.com authored
-
- 13 Feb, 2013 1 commit
-
-
jpm@cs.ox.ac.uk authored
-
- 07 Jan, 2013 1 commit
-
-
Simon Peyton Jones authored
-
- 10 Dec, 2012 1 commit
-
-
jpm@cs.ox.ac.uk authored
-
- 01 Oct, 2012 1 commit
-
-
Simon Peyton Jones authored
-
- 28 Sep, 2012 1 commit
-
-
Simon Peyton Jones authored
-
- 21 Sep, 2012 1 commit
-
-
jpm@cs.ox.ac.uk authored
-
- 21 Jun, 2012 3 commits
-
-
jpm@cs.ox.ac.uk authored
-
jpm@cs.ox.ac.uk authored
-
jpm@cs.ox.ac.uk authored
Most of these tests were written by Nicolas Frisby.
-
- 26 Apr, 2012 1 commit
-
-
Simon Peyton Jones authored
-
- 26 Mar, 2012 1 commit
-
-
Simon Peyton Jones authored
-
- 04 Jan, 2012 2 commits
-
-
dreixel authored
-
Simon Peyton Jones authored
-
- 25 Nov, 2011 2 commits
-
-
Ian Lynagh authored
It was committed accidentally.
-
dreixel authored
We now print less kind information in error messages
-
- 16 Nov, 2011 1 commit
-
-
dterei authored
-
- 04 Nov, 2011 1 commit
-
-
dreixel authored
-
- 07 Oct, 2011 1 commit
-
-
dreixel authored
In particular, we are testing the output of deriving Generic instances.
-
- 06 Aug, 2011 2 commits
-
-
Ian Lynagh authored
-
Ian Lynagh authored
-
- 20 Jul, 2011 1 commit
-
-
dterei authored
-