Re: GHC code size

2022-06-14 Thread Ben Gamari
Rodrigo Mesquita writes: > The visualisation is very cool. I’m left wondering: > > - What triggered this “explosion” in 2012? That is a good question. I'll admit, I'm not entirely sure as I myself only really started contributing to GHC in 2012. > - Do we have statistics on the number of contri

Re: GHC code size

2022-06-14 Thread Steven Shaw
Hi Simon, If you prefer to use the old `count_lines`, you can retrieve it like this: git show 0cd989577a8b8d2666741fcac4fd3032ae212b80^:utils/count_lines/ count_lines.pl >/tmp/count_lines.pl It appears to need a list of files. The output is quite busy (not quite like your nice summary above)

Re: GHC code size

2022-06-14 Thread Ben Gamari
Bryan Richter via ghc-devs writes: > A quick googling discovered > https://githubnext.com/projects/repo-visualization, which has some of > the desired features. :) > Another somewhat-related visualiation tool that can produce some pretty pictures is gource [1]. I wouldn't call the output "usefu