Skip to content

Debug build is broken by removal of FastTypes import in utils/Util.lhs

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.

Trac metadata
Trac field Value
Version 6.9
Type Bug
TypeOfFailure OtherFailure
Priority normal
Resolution Unresolved
Component Compiler
Test case
Differential revisions
BlockedBy
Related
Blocking
CC
Operating system
Architecture
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information