
Simon Peyton Jones
I'm getting these warnings relating to the user manual. They seem non-fatal, but are alarming. Simon
reading sources... [ 66%] ghc
looking for now-outdated files... none found
pickling environment... done
checking consistency... /5playpen/simonpj/HEAD-2/docs/users_guide/ghc.rst:: WARNING: document isn't included in any toctree
Fixed. It was harmless so I had been putting off diving into it for quite a while.
done
writing... ghc.1 { WARNING: file compiler/simplCore/SimplCore.hs, line 600
Simplifier bailing out after 4 iterations [6069, 1479, 780, 43]
Size = {terms: 5,210, types: 10,459, coercions: 2,136}
Interesting! A join var that isn't let-no-escaped [$j_snPt]
}
Presumably this is just output from a concurrently running GHC process. Cheers, - Ben