eventlog2html icon indicating copy to clipboard operation
eventlog2html copied to clipboard

Rendering .hp files broken in recent release

Open mpickering opened this issue 1 year ago • 2 comments

The -p option to render a .hp file is broken in recent releases.

The problem is the check to see whether there is profiling data to display checks hHeapProfilingType which is set to Nothing in -p mode.

mpickering avatar Sep 27 '24 11:09 mpickering

Is there still a legitimate use for using .hp files? So should we fix it or remove the functionality?

BinderDavid avatar Sep 27 '24 11:09 BinderDavid

@BinderDavid Well, I discovered this by trying to use a .hp file, I don't see a particular reason to remove the functionality whilst GHC still produces them by default.

mpickering avatar Sep 27 '24 12:09 mpickering