Janus Troelsen

Results 142 comments of Janus Troelsen

The error messages from linkers are much more incomprehensible than error messages from build systems. Of course you are right that you only know if it works if you can...

> It's much more common to use feature testing Normally, people use version numbers to solve this problem. For example, almost all Linux distributions have version numbers bounds on a...

@luke-jr I saw you commented on #817 regarding pkg-config. I thought I'd like to notify you of this PR since it uses pkg-config to signal available modules. You suggested multiple...

I have also patched a codebase from the now-deleted `release/1.7.0` tag to the current Amazonka master, but I am not testing it since we don't have infrastructure to gradually deploy...

Seems like this depends on * vincenthz/hs-memory#93

@mrkkrp A new release of `memory` was made, could you please re-run the CI? It might pass now.

@amesgen Hi again :) Can't you just remove `th-lift-instances`? It doesn't seem to be needed on modern GHC versions according to https://github.com/phadej/file-embed-lzma/pull/11 . I tried building Ormolu without it but...

I am a bit unsure about the Value field on the Parameter type of AWS Systems Manager (formerly known as SSM). It is required according to docs on https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ssm-parameter.html These...

unliftio-core 0.1.2.0 doesn't compile on GHC 9 (because it disallows base 4.15), so it would be nice to allow the newer unliftio-core such that GHC 9 can be supported, if...

I found that `develop` does work on GHC 9 (with unliftio-core 0.2.*). But `release/1.7.0` (which isn't actually released to Hackage) also does, due to https://github.com/brendanhay/amazonka/pull/572 . > we'll never get...