Ben Gamari

Results 289 comments of Ben Gamari

This situation is getting to be quite critical; at this point we can no longer build Haddocks for the `ghc` library on 32-bit Windows without blowing through the 2 GB...

@facundominguez, would it be helpful to solicit help maintaining this package? It's a great implementation of a very useful set of ideas; it would be a shame if users were...

I believe the issue here is that SQLite [does not support](https://sqlite.org/lang_select.html#values) the renaming of columns of a `VALUES` expression. That is, removing the `("res0")` from the table alias of the...

I definitely agree that the `MonadSTM IO` instance is a massive foot-gun.

@simonmar, any objection to merging this?

Adding a reference to https://hackage.haskell.org/package/base-4.11.1.0/docs/Control-Exception-Base.html#t:BlockedIndefinitelyOnSTM in the documentation of any function which might raise this exception sounds reasonable to me. We should do the same for `MVars`, if we don't...

@guillaume-nargeot ping

Given that the commit in question is a non-semantic change to avoid warnings, I'm going to move ahead with the release to avoid delaying things any further.

To be clear, it would still be great to get a new release so that 9.0.2 can ship with a properly released commit.