Re: [GHC] #5564: Panic in ghci name suggestion

2011-10-25 Thread GHC
#5564: Panic in ghci name suggestion
---+
  Reporter:  judahj|  Owner:  simonmar
  Type:  bug   | Status:  closed  
  Priority:  high  |  Milestone:  7.4.1   
 Component:  GHCi  |Version:  7.2.1   
Resolution:  fixed |   Keywords:  
  Testcase:|  Blockedby:  
Difficulty:| Os:  Unknown/Multiple
  Blocking:|   Architecture:  Unknown/Multiple
   Failure:  None/Unknown  |  
---+
Changes (by simonmar):

  * status:  new => closed
  * resolution:  => fixed


-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler

___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #5564: Panic in ghci name suggestion

2011-10-24 Thread GHC
#5564: Panic in ghci name suggestion
-+--
Reporter:  judahj|Owner:  simonmar
Type:  bug   |   Status:  new 
Priority:  high  |Milestone:  7.4.1   
   Component:  GHCi  |  Version:  7.2.1   
Keywords:| Testcase:  
   Blockedby:|   Difficulty:  
  Os:  Unknown/Multiple  | Blocking:  
Architecture:  Unknown/Multiple  |  Failure:  None/Unknown
-+--

Comment(by marlowsd@…):

 commit 0d6529f669104b6f22049d456a9600d949a09018
 {{{
 Author: Simon Marlow 
 Date:   Wed Oct 19 11:46:20 2011 +0100

 delete shadowed entries from tcg_rdr_env (#5564)

 This just tidies up the out-of-scope error messages in GHCi by not
 suggesting some names twice.

  compiler/typecheck/TcRnDriver.lhs |   13 +++--
  1 files changed, 11 insertions(+), 2 deletions(-)
 }}}

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler

___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #5564: Panic in ghci name suggestion

2011-10-24 Thread GHC
#5564: Panic in ghci name suggestion
-+--
Reporter:  judahj|Owner:  simonmar
Type:  bug   |   Status:  new 
Priority:  high  |Milestone:  7.4.1   
   Component:  GHCi  |  Version:  7.2.1   
Keywords:| Testcase:  
   Blockedby:|   Difficulty:  
  Os:  Unknown/Multiple  | Blocking:  
Architecture:  Unknown/Multiple  |  Failure:  None/Unknown
-+--

Comment(by marlowsd@…):

 commit 1d1cf4acb194a6f6bebb5b5ff3860d3182ac6b6f
 {{{
 Author: Simon Marlow 
 Date:   Wed Oct 19 11:40:43 2011 +0100

 Give a correct SrcSpan to 'it' (#5564)

  compiler/prelude/PrelNames.lhs|4 ++--
  compiler/typecheck/TcRnDriver.lhs |6 +++---
  2 files changed, 5 insertions(+), 5 deletions(-)
 }}}

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler

___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


Re: [GHC] #5564: Panic in ghci name suggestion

2011-10-19 Thread GHC
#5564: Panic in ghci name suggestion
-+--
Reporter:  judahj|Owner:  simonmar
Type:  bug   |   Status:  new 
Priority:  high  |Milestone:  7.4.1   
   Component:  GHCi  |  Version:  7.2.1   
Keywords:| Testcase:  
   Blockedby:|   Difficulty:  
  Os:  Unknown/Multiple  | Blocking:  
Architecture:  Unknown/Multiple  |  Failure:  None/Unknown
-+--
Changes (by simonmar):

  * owner:  => simonmar
  * priority:  normal => high
  * component:  Compiler => GHCi
  * milestone:  => 7.4.1


Comment:

 I'm fixing this.

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler

___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs


[GHC] #5564: Panic in ghci name suggestion

2011-10-18 Thread GHC
#5564: Panic in ghci name suggestion
-+--
Reporter:  judahj|   Owner:  
Type:  bug   |  Status:  new 
Priority:  normal|   Component:  Compiler
 Version:  7.2.1 |Keywords:  
Testcase:|   Blockedby:  
  Os:  Unknown/Multiple  |Blocking:  
Architecture:  Unknown/Multiple  | Failure:  None/Unknown
-+--
 From a plain invocation of ghci:
 {{{
 $ ghci
 GHCi, version 7.2.1: http://www.haskell.org/ghc/  :? for help
 Loading package ghc-prim ... linking ... done.
 Loading package integer-gmp ... linking ... done.
 Loading package base ... linking ... done.
 Loading package ffi-1.0 ... linking ... done.
 Prelude> 2
 2
 Prelude> fit

 :0:1:ghc: panic! (the 'impossible' happened)
   (GHC version 7.2.1 for x86_64-apple-darwin):
 unknownNameSuggestErr UnhelpfulSpan

 Please report this as a GHC bug:  http://www.haskell.org/ghc/reportabug

 Prelude>
 }}}

 Presumably, ghci wants to suggest the `it` variable but is getting
 confused because that variable wasn't defined in a source file.

 Note that this doesn't actually crash ghci; the prompt resumes as normal
 after the error message is printed out.

-- 
Ticket URL: 
GHC 
The Glasgow Haskell Compiler

___
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs