bgamari / trac-to-remarkup

Moved to GitLab: https://gitlab.haskell.org/bgamari/trac-to-remarkup
https://gitlab.haskell.org
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

Nearly all of the Wiki fails to parse #26

Closed bgamari closed 5 years ago

bgamari commented 5 years ago

The Wiki parser still seems to be remarkably fragile. Looking at my most recent import it appears that it failed far more often than it succeeded:

[1323 ben@ben-laptop ghc.wiki(squashed)] $ find -iname '*.md' | wc -l
1025
[1324 ben@ben-laptop ghc.wiki(squashed)] $ git grep 'CONVERSION ERROR' | wc -l
908
bgamari commented 5 years ago

CCing @tdammers

bgamari commented 5 years ago

Hmm, rerunning the import seemed to produce much better results, with only five pages failing. I not sure what happened the first time around (HTTP errors?) but things generally seem better now. Closing.