jesicabaxter / ndmitchell

Automatically exported from code.google.com/p/ndmitchell
0 stars 0 forks source link

Better HLint Manual parallel recommendation #605

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The HLint Manual recommends running hlint -Nn, setting n manually to the number 
of processors on the computer.

http://community.haskell.org/~ndm/darcs/hlint/hlint.htm

In modern GHC, n is best omitted. -N with no options automatically uses the 
number of processors on the computer.

We could improve and simplify the manual at the same time by adhering to this 
best practice.

Original issue reported on code.google.com by andrew.p...@gmail.com on 30 May 2013 at 6:12

GoogleCodeExporter commented 8 years ago
I'm marking as duplicate just to merge these together, since ideally I make the 
code smarter, and then the manual simpler.

Original comment by ndmitch...@gmail.com on 26 Jun 2013 at 12:51