rrnewton / haskell-lockfree

A collection of different packages for CAS based data structures.
106 stars 25 forks source link

Untabify. #54

Closed 23Skidoo closed 9 years ago

23Skidoo commented 9 years ago

GHC 7.10 now warns about tab characters.

rrnewton commented 9 years ago

Thanks for the PR!

Wow, look at that, it triggered an internal GHC bug on Travis:

Final sum: 4999950000, producer/consumer/leftover sums: ([(39323,2914154432)],[(60598,2078373482)],[(79,7422086)])
test-mega-deque: internal error: wakeup_gc_threads
    (GHC version 7.6.3 for x86_64_unknown_linux)
    Please report this as a GHC bug:  http://www.haskell.org/ghc/reportabug
Test suite test-mega-deque: FAIL
Test suite logged to: dist/test/mega-deque-0.1-test-mega-deque.log
0 of 1 test suites (0 of 1 test cases) passed.

That has nothing to do with this patch of course so merging.

I guess it's probably not worth filing as a GHC bug either unless it happens at some point on a newer version of GHC.

23Skidoo commented 9 years ago

Well, this is amusing.