Andrew Martin

Results 129 comments of Andrew Martin

I've pushed some changes that add a changelog entry and add some of the functions to the readme. Additionally, I've added a large and fairly complete example to the readme...

Open question: is `#readByteArray` really needed, or do we only need `#readByteArrayHash`. To write `Prim` instances, we only need the latter, but the former is nice to have in situations...

@RyanGlScott Would you mind reviewing this? Some of the functions are currently not described in readme, but other than that, I think this is in good shape.

Originally, I was content to let these live outside of `hsc2hs`. I rolled them up into a [`custom.h` file](https://github.com/andrewthad/ping/blob/979472dac129651bf7788369c5cd1aa34f4f7bb3/include/custom.h) and everything was good. But then in [MR313](https://gitlab.haskell.org/ghc/ghc/merge_requests/313), I started needing...

I'm in favor of this change and would accept a PR implementing it. I don't like using `R` to mean "reversed". I would rather just say `toListBackwards`, and then it's...

Support for the Kibana 7.6 series would also be nice.

> Well, the choice to generate smaller integers by default is deliberate. It's not appropriate for numeric code, but for code which uses integers as (e.g.) loop counters and indexes...

I'm trying to build some tests with GHC head, and `QuickCheck` won't build because of this. I myself am partial (hehehe) to not providing a `MonadFail` instance. Users could always...