23Skidoo / ghc-parmake

A parallel wrapper for 'ghc --make'.
BSD 3-Clause "New" or "Revised" License
10 stars 2 forks source link

A few more correctness fixes #12

Closed nh2 closed 11 years ago

nh2 commented 11 years ago

Here we have:

With these changes, we finally get fully correct builds (at least as correct as GHC itself); #9 is fixed by this.

The final ghc pass can probably be significantly accelerated using the ghc server.

23Skidoo commented 11 years ago

Cool, thanks.

23Skidoo commented 11 years ago

OK, looks good in general. I'll do the necessary fixes myself.

23Skidoo commented 11 years ago

BTW, next time please also run the test suite. Your changes have broken it.

23Skidoo commented 11 years ago

And it also'd be nice if you didn't violate the 80-col line limit.

nh2 commented 11 years ago

BTW, next time please also run the test suite. Your changes have broken it.

Oh, right. I didn't notice --enable-tests was off after cabal configure. Not sure why I didn't see them failing in Travis.

And it also'd be nice if you didn't violate the 80-col line limit.

OK.

OK, looks good in general. I'll do the necessary fixes myself.

Thanks.

23Skidoo commented 11 years ago

Released as version 0.1.6.