bsl / oeis

Haskell interface to the Online Encyclopedia of Integer Sequences
Other
6 stars 6 forks source link

oeis 0.3.3 test suite failure #2

Closed peti closed 11 years ago

peti commented 11 years ago

The latest version has a test suite failure in the following section:

internals:
  parseOEIS: [Failed]
ERROR: test/data/id_rsp.txt: hGetContents: invalid argument (invalid byte sequence)

It looks to me like the test suite depends on some particular character encoding being configured in the shell environment? A complete log of the build is available at http://hydra.cryp.to:8080/build/4904/nixlog/2/raw.

bsl commented 11 years ago

Hi, sorry! Can you say what LANG is in that environment so I can try to reproduce it here?

bsl commented 11 years ago

I was able to get that error by setting LC_ALL=C. I'll see what I can do.

bsl commented 11 years ago

I think it's fixed. I uploaded oeis-0.3.4 to Hackage. Thanks for reporting this, and for your patience.