Ticket #2043 (closed bug: fixed)

Opened 5 years ago

Last modified 5 years ago

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

util-debug-build.patch Download (51.4 KB) - added by gmainland 5 years ago.

Change History

Changed 5 years ago by gmainland

Changed 5 years ago by igloo

  • status changed from new to closed
  • difficulty set to Unknown
  • resolution set to fixed
  • milestone set to 6.10 branch

Thanks for the patch! I've applied it.

Note: See TracTickets for help on using tickets.