Erik de Castro Lopo

Results 99 issues of Erik de Castro Lopo

Other XIph libraries: ``` > grep ^Cflags /usr/lib/x86_64-linux-gnu/pkgconfig/ogg.pc Cflags: -I${includedir} > grep ^Cflags /usr/lib/x86_64-linux-gnu/pkgconfig/vorbis.pc Cflags: -I${includedir} > grep ^Cflags /usr/lib/x86_64-linux-gnu/pkgconfig/flac.pc Cflags: -I${includedir} ``` Opus: ``` > grep ^Cflags /usr/lib/x86_64-linux-gnu/pkgconfig/opus.pc Cflags:...

Needs to match the Autotool build as close as is reasonable: * Disabled by default * Enabled when using the Clang compiler * Disabled with GCC (even when enabled) because...

I had been using things like `assert (x > 0)` in my properties which are fine when the assertion passes but less than fine when the assertion fails and I...

I've started work on a [hspec-hedgehog wrapper](https://github.com/erikd/hspec-hedgehog). Its going to need some supporting functionality in Hedgehog.

help wanted
feature request

This ticket arises from #31 . Would be nice to have Hedgehog be able to test correct handing of exceptions similar to the way Hspec does it with QuickCheck. Currently...

feature request
discussion

From: https://www.reddit.com/r/haskell/comments/4q5fwh/grenade_is_a_dependently_typed_practical_and/d4rvlwa

Obvious enough. Unfortunately it is unlikely that I (Erik) will find sufficient time or motivation to do this, but I would be happy to accept patches.

Wishlist

@DavidGriffith found that reading and writing OGG files within other files is not currently supported. See if its possible to support this.

As seen in the need for https://github.com/erikd/libsndfile/pull/316 this is not currently being tested.

Wishlist

After #241 is fixed, someone should check if the code that was removed in 9923b2a0a230d can be resurrected.