Results 55 comments of Teo Camarasu

Thanks for that speedy response @Kleidukos . I've added a changelog entry in b3e89588fca300407b9b0cce1a78b060169f9fee

@Kleidukos I'm not sure if I can set labels. The little cog doesn't show up for me by Labels

Cheers @Kleidukos works now!

That's a really good point! Currently I'm switching my work CI over from using haskell.nix to the nixpkgs Haskell infra. The main thing I'm missing is component based builds. While...

A call definitely sounds like a good shout. > One question I have: Can we trim inputs for certain component builds in a way so that we can get at...

There's a similar idea in this issue https://github.com/haskell/deepseq/issues/3 . I developed the gist from there a bit to handle recursion here: https://gist.github.com/TeofilC/a85da6a388ec94e8acb1519886fbd2a7 A slightly different approach is taken here: https://gist.github.com/anka-213/440cfef8c8712f5df747029640cfe170...

I've also recently published a library that uses TH to do this stuff that you might find useful: https://tracsis.github.io/th-deepstrict/ It's not on Hackage yet but should be in a couple...

I think there's some documentation in these notes: https://github.com/well-typed/memory-usage-zurihac-2021#the-detailed-pane It would be great if this info was integrated into the generated HTML somewhere

It looks like this error is being generated by the fancyTable js code. Maybe we could replace fancyTable with a different implementation that doesn't have this issue. That's probably easier...

I can reproduce this (GHC-9.10, ghc-events-HEAD). Perhaps you could open an issue on the ghc-events tracker @MangoIV: https://github.com/haskell/ghc-events/issues?