Ticket #2043 (closed bug: fixed)
Debug build is broken by removal of FastTypes import in utils/Util.lhs
| Reported by: | gmainland | Owned by: | igloo |
|---|---|---|---|
| Priority: | normal | Milestone: | 6.10 branch |
| Component: | Compiler | Version: | 6.9 |
| Keywords: | Cc: | ||
| Operating System: | FreeBSD | Architecture: | x86 |
| Type of failure: | Difficulty: | Unknown | |
| Test Case: | Blocked By: | ||
| Blocking: | Related Tickets: |
Description
The following patch removed the FastTypes? import in utils/Util.lhs which causes the debug build to break:
* Fix warnings in utils/Util
FastTypes? was imported unconditionally before this change, but only used when DEBUG was defined. This was a source of warnings which the above patch was meant to fix. The solution is to only import FastTypes? when DEBUG is defined, which is what the attached patch does.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

