Matthew Pickering

Results 112 issues of Matthew Pickering

It appears that object merging when using a linker script produces object files with no symbols. ``` > tree . . ├── ghc_14.ldscript ├── input.o ├── lib.o ├── mold-cmd └──...

Firstly - thanks for the library. The suggestion: rather than return `Either String DynamicImage` it would be better to have a custom data type for errors so that users could...

Reading core with `dump-core` is great but when it comes to reporting your findings to trac, it is very hard to copy the nicely indented output into a bug report....

It would be useful to be able to click on an identifier and jump to where it is defined, it can be quite a long way away in module. The...

GHC 8.0.2 ships with a new version of directory.

It is painful how slow this is.

For some reason on the hie-bios branch when you change a file, all dependent hs-boot files are recompiled as well. This doesn't happen in GHCi when you reload a file....

I am packaging whitebox-tools for nixpkgs and there are a few issues with the 2.0.0 release. * The version number is not bumped on the 2.0.0 tag (this seems to...

documentation

I am running the `HeightAboveGround` command with standard las file (which works for other tools) but the produced geotiff is invalid. When opened in GIMP it reports "Not a TIFF...

bug

In my IDE, when an event fires, it would be desirable to be able to report to the user how long it will be until the event has finished propagating...