#13385 closed bug (fixed)
ghci fails to start when -XRebindableSyntax is passed
Reported by: | mgsloan | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 8.2.1 |
Component: | GHCi | Version: | 8.0.1 |
Keywords: | Cc: | ||
Operating System: | Unknown/Multiple | Architecture: | Unknown/Multiple |
Type of failure: | None/Unknown | Test Case: | |
Blocked By: | Blocking: | ||
Related Tickets: | Differential Rev(s): | Phab:D3621 | |
Wiki Page: |
Description
Running "ghci -XRebindableSyntax" yields the following output:
GHCi, version 8.0.2: http://www.haskell.org/ghc/ :? for help <interactive>:1:6: error: Not in scope: ‘>>’ <interactive>:1:70: error: Not in scope: ‘>>’ <interactive>:1:135: error: Not in scope: ‘return’
This appears to be a regression, as it does not occur with ghc-7.10.3. Originally reported as a stack issue by Michal Konecny - https://github.com/commercialhaskell/stack/issues/3043
Change History (7)
comment:1 Changed 21 months ago by
Version: | 8.0.2 → 8.0.1 |
---|
comment:2 Changed 21 months ago by
Differential Rev(s): | → Phab:D3621 |
---|---|
Status: | new → patch |
comment:4 Changed 21 months ago by
Milestone: | → 8.4.1 |
---|---|
Resolution: | → fixed |
Status: | patch → closed |
comment:5 Changed 20 months ago by
Milestone: | 8.4.1 → 8.2.1 |
---|---|
Status: | closed → merge |
Michal Konečný has requested on ghc-devs that we merge this for 8.2. Given that it's a pretty trivial change, I'll do so.
comment:6 Changed 20 months ago by
Status: | merge → closed |
---|
Merged with c89ef44bbf8c11fca9a12d8fc52c57b382055630.
Note: See
TracTickets for help on using
tickets.
This was caused by 4905b83a2d448c65ccced385343d4e8124548a3b (Remote GHCi, -fexternal-interpreter).