
Hi Ben,
thanks for also looking into the issue! I am in the process of
debugging a miscompilation related to #13861 (self-inflicted,
hahahar), but without a working linter I am pretty much toast... I'll
wait a bit more until your fixed hit master.
Unrelated to linting, but seemingly related to "-g" I get a ton of
warnings like this:
WARNING: file compiler/simplCore/OccurAnal.hs, line 2695
OccurAnal failed to rediscover join point(s): [go58_akKa]
Is this perhaps covered by your fixes?
Cheers,
Gabor
On 8/16/17, Ben Gamari
Gabor Greif
writes: Hi all,
I tried an stg-lint build thus:
How timely; just yesterday I looked at a number of stg lint issues after having noticed a number of issues with it over the past few months. I pushed patches for a number of issues (#14116, #14117, #14118) to Phabricator, but the bigger problem is #14120, which I don't yet have a compelling solution for (other than the "give up on catching all but the most trivial type errors" approach).
Cheers,
- Ben