Skip to content
Snippets Groups Projects
  1. May 23, 2000
    • Julian Seward's avatar
      [project @ 2000-05-23 15:31:48 by sewardj] · 42284476
      Julian Seward authored
      zap spurious semicolon wibble
      42284476
    • Simon Marlow's avatar
      [project @ 2000-05-23 13:57:53 by simonmar] · c88e235f
      Simon Marlow authored
      Fix a Real Bug(TM) in the new code for detecting dead threads: we
      weren't taking into account the case when a ThreadRelocated is found
      on the all_threads list.
      c88e235f
    • Simon Peyton Jones's avatar
      [project @ 2000-05-23 13:16:51 by simonpj] · bebb2614
      Simon Peyton Jones authored
      MERGE 4.07
      
      * Fix records with polymorphic fields (broken by previous 'fix')
        As a tidy-up I also put a TyCon into a FieldLabel
      
      * Fix a glitch with the result-type-sig change
      bebb2614
    • Simon Peyton Jones's avatar
      [project @ 2000-05-23 11:51:13 by simonpj] · 3a68f091
      Simon Peyton Jones authored
      Add tests for result type sigs
      3a68f091
    • Julian Seward's avatar
      [project @ 2000-05-23 11:45:14 by sewardj] · ef675dbd
      Julian Seward authored
      Fix bug in diet_hep_initialise to do with argc/argv handling.
      ef675dbd
    • Simon Peyton Jones's avatar
      [project @ 2000-05-23 11:35:36 by simonpj] · bb91427f
      Simon Peyton Jones authored
      *** MERGE WITH 4.07 (once I've checked it works) ***
      
      * Fix result type signatures.  Note that a consequential change is that
        an ordinary binding with a variable on the left
      	f = e
        is now treated as a FunMonoBind, not a PatMonoBind.  This makes
        a few things a bit simpler (eg rnMethodBinds)
      
      * Fix warnings for unused imports.  This meant moving where provenances
        are improved in RnNames.  Move mkExportAvails from RnEnv to RnNames.
      
      * Print module names right (small change in Module.lhs and Rename.lhs)
      
      * Remove a few unused bindings
        
      * Add a little hack to let us print info about join points that turn
        out not to be let-no-escaped.  The idea is to call them "$j" and report
        any such variables that are not let-no-escaped.
      
      * Some small things aiming towards -ddump-types (harmless but incomplete)
      bb91427f
  2. May 22, 2000
  3. May 19, 2000
  4. May 18, 2000
  5. May 17, 2000
    • Jeff Lewis's avatar
      [project @ 2000-05-17 22:05:44 by lewie] · 04b6f89d
      Jeff Lewis authored
      Defer ambiguity test for class members, so that the test is done *after*
      we know the (extended) functional dependencies (this is a patch that was
      mostly carried over from hugs98, but a few lines were out of place).
      04b6f89d
  6. May 16, 2000
Loading