Ticket #7172 (closed bug: fixed)

Opened 9 months ago

Last modified 9 months ago

GHCi :issafe command doesn't work

Reported by: dterei Owned by: dterei
Priority: highest Milestone: 7.6.1
Component: GHCi Version: 7.6.1-rc1
Keywords: Cc:
Operating System: Unknown/Multiple Architecture: Unknown/Multiple
Type of failure: Incorrect result at runtime Difficulty: Unknown
Test Case: Blocked By:
Blocking: Related Tickets:

Description

In HEAD and GHC 7.6 RC the ghci :issafe command simply doesn't report the correct result.

I will fix very soon (e.g. 48 hours) but wanted to have this bug be tracked and made a high priority so 7.6 isn't released before I fix it.

Change History

Changed 9 months ago by simonpj

  • priority changed from normal to highest
  • difficulty set to Unknown

Upping to 'highest' if you want it to be in 7.6.

Simon

Changed 9 months ago by davidterei@…

commit 93e8ae26e42fbe9e600db125182d7823a78e2925

Author: David Terei <davidterei@gmail.com>
Date:   Thu Aug 23 01:59:05 2012 -0700

    Fix :issafe command (#7172).

 compiler/main/GHC.hs     |    6 +++++
 compiler/main/HscMain.hs |   22 +++++++++++++++++---
 ghc/InteractiveUI.hs     |   48 ++++++++++++++++-----------------------------
 3 files changed, 41 insertions(+), 35 deletions(-)

Changed 9 months ago by dterei

  • status changed from new to merge

OK fixed. Could all of the following commits please be pulled from HEAD into the 7.6 branch:

2b5b178f4880b8034ef8c187e6227cfc09edf0d5 93e8ae26e42fbe9e600db125182d7823a78e2925

You'll also want to pull in these commits from the testsuite:

5a9f24dab26fab33c7d469e6d703de40a3daa359 a6b670ea89ddcb835d0082f4812a798d3e2a6289 ff73844a8bc772595aeca59a8c0bd0b0dc780eec

Changed 9 months ago by igloo

  • milestone set to 7.6.1

Changed 9 months ago by pcapriotti

  • status changed from merge to closed
  • resolution set to fixed

Merged as 46e88e6ef397d16c034fc2348867ec2054114bd0 and 8a5120824bed84682c2a8dc855c9c1d1f1ff19ee.

Note: See TracTickets for help on using tickets.