[GHC] #14342: ghci fails to start with RebindableSyntax and OverloadedStrings

#14342: ghci fails to start with RebindableSyntax and OverloadedStrings ----------------------------------------+------------------------------- Reporter: NeilMitchell | Owner: (none) Type: bug | Status: new Priority: normal | Milestone: Component: GHCi | Version: 8.2.1 Keywords: | Operating System: Windows Architecture: Unknown/Multiple | Type of failure: GHCi crash Test Case: | Blocked By: Blocking: | Related Tickets: Differential Rev(s): | Wiki Page: ----------------------------------------+------------------------------- {{{ C:\Neil>ghci -XRebindableSyntax -XOverloadedStrings GHCi, version 8.2.1: http://www.haskell.org/ghc/ :? for help <interactive>:1:39: error: Not in scope: `fromString' }}} GHCi exits immediately with the above error if using both rebindable syntax and overloaded strings. This behaviour prevents starting projects which use both extensions. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/14342 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#14342: ghci fails to start with RebindableSyntax and OverloadedStrings ---------------------------------+---------------------------------------- Reporter: NeilMitchell | Owner: (none) Type: bug | Status: new Priority: normal | Milestone: Component: GHCi | Version: 8.2.1 Resolution: | Keywords: Operating System: Windows | Architecture: Unknown/Multiple Type of failure: GHCi crash | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | ---------------------------------+---------------------------------------- Changes (by NeilMitchell): * cc: ndmitchell@… (added) -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/14342#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#14342: ghci fails to start with RebindableSyntax and OverloadedStrings ---------------------------------+---------------------------------------- Reporter: NeilMitchell | Owner: (none) Type: bug | Status: patch Priority: normal | Milestone: Component: GHCi | Version: 8.2.1 Resolution: | Keywords: RebindableSyntax Operating System: Windows | Architecture: Unknown/Multiple Type of failure: GHCi crash | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Phab:D4086 Wiki Page: | ---------------------------------+---------------------------------------- Changes (by RyanGlScott): * status: new => patch * keywords: => RebindableSyntax * differential: => Phab:D4086 -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/14342#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#14342: ghci fails to start with RebindableSyntax and OverloadedStrings
---------------------------------+----------------------------------------
Reporter: NeilMitchell | Owner: (none)
Type: bug | Status: patch
Priority: normal | Milestone:
Component: GHCi | Version: 8.2.1
Resolution: | Keywords: RebindableSyntax
Operating System: Windows | Architecture: Unknown/Multiple
Type of failure: GHCi crash | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s): Phab:D4086
Wiki Page: |
---------------------------------+----------------------------------------
Comment (by Ryan Scott

#14342: ghci fails to start with RebindableSyntax and OverloadedStrings -------------------------------------+------------------------------------- Reporter: NeilMitchell | Owner: (none) Type: bug | Status: closed Priority: normal | Milestone: 8.4.1 Component: GHCi | Version: 8.2.1 Resolution: fixed | Keywords: | RebindableSyntax Operating System: Windows | Architecture: | Unknown/Multiple Type of failure: GHCi crash | Test Case: | ghci/scripts/T14342 Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Phab:D4086 Wiki Page: | -------------------------------------+------------------------------------- Changes (by RyanGlScott): * testcase: => ghci/scripts/T14342 * status: patch => closed * resolution: => fixed * milestone: => 8.4.1 -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/14342#comment:4 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC