-
-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error running gigasecond test #80
Comments
This is the right place for it. @etrepum do you know what might be going on here? |
Pretty sure this is a problem with your solution, but I can't quite tell because you didn't post any of it. |
Also, which version of GHC are you using? |
GHC version 7.10.1
|
I just checked out this repo, and ran the _test tests. Gigasecond is one of the ones that fails (among several others). Perhaps this is a Haskell version problem? Or am I missing some packages? Probably some combination? Anyone with GHC 7.10.1 that can try running these tests? |
Yeah, it was GHC 7.10. Your solution is fine. Thanks! 👍 |
It's a bit tricky to have this stuff all work without warnings from GHC 7.6 onwards! :) |
Thanks--that was fast! How long before the new version should be available with |
Not sure, I don't have visibility beyond just maintaining the track. @kytrinyx ? |
Might be worth adding newer versions of Haskell to the .travis.yml file. I started on a pull request for it, but was unable to run the tests in Travis because the bootstrap.sh file use sudo. |
Lots of people still use 7.6 due to Linux distros, so we definitely need to keep that. At the time I set this up, Travis support for Haskell didn't really work, so I had to roll my own. Not sure if any of that has changed. |
I try to deploy daily-ish, but sometimes things get hectic and I miss a day or two. I'm deploying now. |
@etrepum it looks as if travis supports Haskell now. http://docs.travis-ci.com/user/languages/haskell/ |
It's a bit more complicated than just using that. Best not to discuss this on a closed ticket, I created #82 for further discussion and to track any progress. |
I'm getting the following error when trying to run the Gigasecond test:
I'm not sure if this is a problem in the test or if it is a problem in my Haskell install or even if it is in my solution (although from the error message, it doesn't look like the problem is in my solution). I'm (obviously) pretty new to Haskell, so I'm sorry I can't be more help in diagnosing this.
I'm on OSX with ghc, and installed via Brew, and HUnit installed via cabal, apparently up to date on everything.
Apologies if this is my problem, and should have been posted elsewhere!
The text was updated successfully, but these errors were encountered: